Gang Luo created LUCENE-5009:
--------------------------------

             Summary: BTree index
                 Key: LUCENE-5009
                 URL: https://issues.apache.org/jira/browse/LUCENE-5009
             Project: Lucene - Core
          Issue Type: Wish
          Components: core/index
    Affects Versions: 4.2.1
            Reporter: Gang Luo
            Priority: Trivial


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 .

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to