Details
-
Wish
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
4.2.1
-
None
-
New
Description
Currently Lucene use skip list index for better index speed. Some use case need B Tree index, such as Patent search . Documents add by day. It not need real time search , but need large volume search.
There are some B Tree index implement . such as http://algs4.cs.princeton.edu/62btrees/BTree.java.html .