Re: in-memory terms dictionary/Lucene-3069

2015-01-26 Thread Michael McCandless
eased version yet. > > Thanks, > > -- Ken > > >> From: Michael McCandless >> Sent: January 22, 2014 9:51:23am PST >> To: Lucene Users >> Subject: Re: in-memory terms dictionary/Lucene-3069 >> >> Just create your own Codec, or override the default o

RE: in-memory terms dictionary/Lucene-3069

2015-01-26 Thread Ken Krugler
s, -- Ken > From: Michael McCandless > Sent: January 22, 2014 9:51:23am PST > To: Lucene Users > Subject: Re: in-memory terms dictionary/Lucene-3069 > > Just create your own Codec, or override the default one's > getPostingsFormatForField, to return FSTPostingFor

Re: in-memory terms dictionary/Lucene-3069

2014-01-23 Thread Marcio Napoli
Thanks Mike, Downloaded the trunk (Lucene 5) and made a few modifications, apparently worked. Marcio http://numere.stela.org.br Go beyond Lucene™ features with Numere® 2014/1/22 Michael McCandless > Just create your own Codec, or override the default one's > getPostingsFormatForField, to ret

Re: in-memory terms dictionary/Lucene-3069

2014-01-22 Thread Michael McCandless
Just create your own Codec, or override the default one's getPostingsFormatForField, to return FSTPostingFormat. Then set that Codec on the IndexWriterConfig you pass to IndexWriter. Mike McCandless http://blog.mikemccandless.com On Wed, Jan 22, 2014 at 10:54 AM, Marcio Napoli wrote: > Thanks

Re: in-memory terms dictionary/Lucene-3069

2014-01-22 Thread Marcio Napoli
Thanks Mike! But, how can i configure IndexWriter (4.6) to use theses codecs? Thanks Marcio 2014/1/22 Michael McCandless > Hi, > > That was committed to trunk only (5.0) so fat, and is available under > the "codecs" module, under org.apache.lucene.codecs.memory.* > > Mike McCandless > > http:

Re: in-memory terms dictionary/Lucene-3069

2014-01-22 Thread Michael McCandless
Hi, That was committed to trunk only (5.0) so fat, and is available under the "codecs" module, under org.apache.lucene.codecs.memory.* Mike McCandless http://blog.mikemccandless.com On Wed, Jan 22, 2014 at 6:38 AM, Marcio Napoli wrote: > Hey! :) > > How could i use this new reader/writer ? >

in-memory terms dictionary/Lucene-3069

2014-01-22 Thread Marcio Napoli
Hey! :) How could i use this new reader/writer ? https://issues.apache.org/jira/browse/LUCENE-3069 Thanks, Marcio Go beyond Lucene™ features with Numere® http://numere.stela.org.br