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 <[email protected]> wrote: > Hi All, > > I have a need to work with big terms. So the 32k is not enough. How can i > increase the maximum size of a term? Found in the IndexWriter > MAX_TERM_LENGTH constant, which refers to FieldCache and > DocumentsWriterPerThread (BYTE_BLOCK_SIZE-2). > > Thanks, > Marcio Napoli > > Go beyond Lucene(tm) features with Numere(R) > http://numere.stela.org.br --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
