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

Vinoth s.venoth at gmail.com
Thu Nov 19 08:01:25 EST 2009


I am currently using Hibernate Search 3.1.1 GA

On Thu, Nov 19, 2009 at 5:28 PM, Emmanuel Bernard <emmanuel at hibernate.org>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 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;
>    @Field(store = Store.YES)
>    private String blurb;
>    @Field(store = Store.YES, index = Index.UN_TOKENIZED)
>    private int age;
>
>
>
> All my test classes that I use for this implement Serializable as well.
> Although, this isn't essential and pass locally when I remove that
> implementation.
>
>
> Navin Surtani
>
> Intern Infinispan
> Intern JBoss Cache Searchable
>
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
>
>


-- 
Cheers,
Vinoth



More information about the hibernate-dev mailing list