NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
titleMMapDirectory Implementation
//These classes directly access the current Lucene directory object FSDirectory which will be updated to MMapDirectory
org.lexevs.dao.index.lucenesupport.DefaultLuceneDirectoryCreator
org.lexevs.dao.index.lucenesupport.LuceneDirectoryFactory.NamedDirectory


//These classes also participate in the creation and deletion of a directory on a higher level in the code path
org.lexevs.dao.index.lucenesupport.LuceneDirectoryFactory
org.lexevs.dao.index.indexregistry.SingleIndexRegistry

 

Details of how Memory Mapping for Lucene works has been well documented here:

http://blog.thetaphi.de/

Changing the Relational Representation in Lucene

...