Thanks for note,
Marcio Napoli
Go beyond Apache Lucene(tm) features with Numere(R)
http://numere.stela.org.br
2014-02-13 14:56 GMT-02:00 Michael McCandless :
> You can use IndexReader.getBinaryDocValues(field).
>
> BTW your site should reference *Apache* Lucene, not just Lucene.
>
> Mike McCa
You can use IndexReader.getBinaryDocValues(field).
BTW your site should reference *Apache* Lucene, not just Lucene.
Mike McCandless
http://blog.mikemccandless.com
On Thu, Feb 13, 2014 at 11:51 AM, Marcio Napoli wrote:
> Hey Mike,
>
> I need quick access to values per document. The use of bina
Hey Mike,
I need quick access to values per document. The use of binary values is
possible via doc FieldCache -> FieldCacheSource.getValues ()?
Thanks,
Marcio Napoli
Go beyond Lucene(tm) features with Numere(R)
http://numere.stela.org.br
2014-02-13 13:16 GMT-02:00 Michael McCandless :
> Why d
Why do you index such immense terms? What's the end user use case?
Do they really need to be inverted? Maybe use binary doc values
instead?
Mike McCandless
http://blog.mikemccandless.com
On Thu, Feb 13, 2014 at 8:36 AM, Marcio Napoli wrote:
> Hi All,
>
> I have a need to work with big terms.