https://lucene.apache.org/core/4_6_0/demo/overview-summary.html https://lucene.apache.org/core/4_6_0/demo/src-html/org/apache/lucene/demo/IndexFiles.html
Hello, We are using lucene 4.6.0 and storing index on top of cassandra. As far as I understand, in order to make the index searchable, in the IndexFiles, method commit() has to be called, is there any other way so that the index is searchable other than calling commit() ? Took a look on the NRTCachingDirectory, but our search and index application exists in two separate jvm, as far as NRT is concern, instance of NRTCachingDirectory needed to pass in IndexWriter and DirectoryReader to make it searchable. Thanks and appreciate any advice. /Jason