c# - Lucene.net index directory usage in java lucene -


Lucene.net is a direct port of Lucene for Java, hence the reason is that the Index directory created by I Can I use Lucene.net directly from Lucene in Java, this assumption is correct?

From

:

In addition to the API and classes in C #, Java Lucene's algorithm has been placed on C # Lucin. This means that an index created with Java Lucene is compatible with C # Lucene; In both reading, writing and updating In fact, concurrent search and updating can be done using a Lucene Index Java Lucene and C # Lucin Processes.

However, Thilo has stated in the comments that this compatibility version is dependent; Index format can change between release.


Comments