chael McCandless [mailto:luc...@mikemccandless.com]
> Sent: Saturday, July 27, 2013 12:44 PM
> To: Lucene Users
> Subject: Re: Directly use inverted index
>
> You can create your own Codec and implement your own formats, e.g.
> PostingsFormat controls how postings are encoded on
You can create your own Codec and implement your own formats, e.g.
PostingsFormat controls how postings are encoded on disk.
It's best to let the OS load the index into RAM ... as long as you
have enough free RAM, the OS will use it to cache all hot pages from
the index.
We do have a RAMDirectory