Hi,
I was trying to use search annotations to update Lucene indexes. It all works for me now however have a question. The
doc says that the property for index directory is
Code:
hibernate.search.default.indexDir
however my app has never picked that until I have changed that to
Code:
hibernate.search.default.indexBase
which I tried after seeing indexBase mentioned elsewhere in the docs as well.
Now is this some mysterious side effect of my environment (setting this in persistence.xml, in glassfish) or is the doc outdated? If the doc is outdated I could "contribute" and change that so that other dummies like myself will have life easier :)
Cheers,
Dale
P.S. BTW and thanks for this integration, it really helps.
Hibernate version: 3.2.2 GA, Annotations 3.2.1
Mapping documents: Annotations
JEE Server: Glassfish