Memory codec
------------

                 Key: LUCENE-3209
                 URL: https://issues.apache.org/jira/browse/LUCENE-3209
             Project: Lucene - Java
          Issue Type: Improvement
          Components: core/index
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: 4.0


This codec stores all terms/postings in RAM.  It uses an
FST<BytesRef>.  This is useful on a primary key field to ensure
lookups don't need to hit disk, to keep NRT reopen time fast even
under IO contention.


--
This message is automatically generated by JIRA.
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