Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-20 Thread Vinoth
> > One last thing, > Since I am a novice to this Hibernate & Hibernate Search, > Is there any reference documentation to build my knowledge for > QueryingInfinispan apart from that wiki page. > > > In a word - no :-). > > However, if you want to get more experience with learning how to query this

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-20 Thread Navin Surtani
On 20 Nov 2009, at 10:15, Vinoth wrote: >> I am currently using Hibernate Search 3.1.1 GA > > Well there's your issue. There was a change between 3.1.0 and 3.1.1. > So that's why we've switched the Infinispan dependency back to 3.1.0. > > A fix has been made in HS trunk, and that works fine. On

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-20 Thread Vinoth
> > I am currently using Hibernate Search 3.1.1 GA > > > Well there's your issue. There was a change between 3.1.0 and 3.1.1. So > that's why we've switched the Infinispan dependency back to 3.1.0. > > A fix has been made in HS trunk, and that works fine. On the Infinispan > side, at least we're ju

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-20 Thread Navin Surtani
> I am currently using Hibernate Search 3.1.1 GA Well there's your issue. There was a change between 3.1.0 and 3.1.1. So that's why we've switched the Infinispan dependency back to 3.1.0. A fix has been made in HS trunk, and that works fine. On the Infinispan side, at least we're just waiti

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-19 Thread Vinoth
I am currently using Hibernate Search 3.1.1 GA On Thu, Nov 19, 2009 at 5:28 PM, Emmanuel Bernard wrote: > I remember we had that bug, it might be an issue with the version of > HSearch used, which one are you using? > > On 19 nov. 09, at 11:41, Navin Surtani wrote: > > Sorry I hit send before I c

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-19 Thread Emmanuel Bernard
I remember we had that bug, it might be an issue with the version of HSearch used, which one are you using? On 19 nov. 09, at 11:41, Navin Surtani wrote: > Sorry I hit send before I could finish typing what I wanted to > earlier - my mistake. > > >> >> @ProvidedId(bridge = @FieldBridge(impl =

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-19 Thread Navin Surtani
Sorry I hit send before I could finish typing what I wanted to earlier - my mistake. > > @ProvidedId(bridge = @FieldBridge(impl = StringBridge.class)) > @Indexed(index = "person") > public class Person implements Serializable { >@Field(store = Store.YES) >private String name; >@Fiel

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-19 Thread Navin Surtani
Hiya Vinoth, I just ran my tests locally, and they seem to be working fine. My class in my test looks like this: - @ProvidedId(bridge = @FieldBridge(impl = StringBridge.class)) @Indexed(index = "person") public class Person implements Serializable { @Field(store = Store.YES) private Stri