Hello,
Is there anyone who already has some experience with the lucene spring module?
I am trying to get my head around all the classes and I have a few questions.
Basically there is a DefaultDirectoryIndexer which uses an IndexWriter.
If I understand correctly in this context the Template classes are not used or required.
However there is a ConcurrentLuceneIndexTemplate which offers some nice features.
So to leverage the ConcurrentLuceneIndexTemplate do I basically need to write my own implementation of DirectoryIndexer?
To be honest I am having a hard time understanding how many of these classes piece together and which ones offer similar functionality..
Thanks for any clarifications.
Serge


