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