I have been migrating to the new Hibernate Search (tm) api included in the annotation frwk version 3.2.1.
It is working well for me except for one thing: I cannot make it produce a field in the index for a derived value. This was working in annotations version 3.2.0.
During the indexing process, the annotated method is ignored.
Is it ignored now because it is a derived/transient value (entity method)?
If so, can I work around this without having to create a bogus db column just to get the tokenized, unstored, field produced in the lucene index?
Thanks.
|