Any chance of testing/releasing Neo4J 1.4 with Lucene 3.2.0?  Some good stuff 
in there that would help Neo users, notably the upgrader, grouping, performance 
improvements and the Numeric field fix.

*         A new grouping module, under lucene/contrib/grouping, enables search 
results to be grouped by a single-valued indexed field
*         A new IndexUpgrader tool fully converts an old index to the current 
format.
*         A new Directory implementation, NRTCachingDirectory, caches small 
segments in RAM, to reduce the I/O load for applications with fast NRT reopen 
rates.
*         A new Collector implementation, CachingCollector, is able to gather 
search hits (document IDs and optionally also scores) and then replay them. 
This is useful for Collectors that require two or more passes to produce 
results.
*         Index a document block using IndexWriter's new addDocuments or 
updateDocuments methods. These experimental APIs ensure that the block of 
documents will forever remain contiguous in the index, enabling interesting 
future features like grouping and joins.
*         A new default merge policy, TieredMergePolicy, which is more 
efficient due to being able to merge non-contiguous segments. 
Seehttp://s.apache.org/merging for details.
*         NumericField is now returned correctly when you load a stored 
document (previously you received a normal Field back, with the numeric value 
converted string).
*         Deleted terms are now applied during flushing to the newly flushed 
segment, which is more efficient than having to later initialize a reader for 
that segment.

_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to