Hello!
I'm using Hibernate 3.2, and Hibernate annotations 3.2.1.
I've got an integration of the OpenSymphony group's JdbcDirectory with Hibernate Search in place and I am interested in finding out if there is a convenient way to use a non-compounding index writer? The folks over at OpenSymphony have told me that this will improve performance of JdbcDirectory so I'd like to try it out.
Ideally, I believe the solution would be to call
IndexWriter. setUseCompoundFile(false)
After the index writer is created.
Is this type of behavior possible?
thanks
Collin
|