Hi Aleks
Yep, sorry think I was at wrong window :) .. I really have got things solved
now.
Thanks
-Amar
On Wed, Dec 24, 2008 at 3:37 PM, Aleksander M. Stensby <
aleksander.sten...@integrasco.no> wrote:
> Hello Amar,
> the reason why people got confused from your questions is that you are
> usin
Hello Amar,
the reason why people got confused from your questions is that you are
using Hibernate Search (which is built on top of Lucene and Hibernate) to
persist objects from your DB to lucene. So, you should really ask such
questions on the hibernate mailing list since the indexing logic
Hello Erick,
ah I got the problem solved :). here is how I changed my recipe object to be
class Recipe {
@DocumentId
Integer id;
@Field(index = Index.TOKENIZED, name="chainName")
@FieldBridge(impl= ChainFieldBridge.class)
Chain chain;
}
Here what I am trying to do is, save object to be as index