[infinispan-dev] Querying Infinispan -- Help Needed

Navin Surtani nsurtani at redhat.com
Thu Nov 19 05:41:59 EST 2009


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20091119/55202232/attachment-0002.html 


More information about the infinispan-dev mailing list