-Siraj Haider
>
> (212) 306-0154
>
>
>
> *From:* Michael McCandless [mailto:luc...@mikemccandless.com]
> *Sent:* Friday, July 08, 2016 11:56 AM
> *To:* Lucene Users; Siraj Haider
> *Subject:* Re: MaxFieldLength
>
>
>
> This was removed a while back and replac
(212) 306-0154
From: Michael McCandless [mailto:luc...@mikemccandless.com]
Sent: Friday, July 08, 2016 11:56 AM
To: Lucene Users; Siraj Haider
Subject: Re: MaxFieldLength
This was removed a while back and replaced with LimitTokenCountFilter, which
you just need to tack onto your analysis chain to
This was removed a while back and replaced with LimitTokenCountFilter,
which you just need to tack onto your analysis chain to get the same
behavior as before.
Mike McCandless
http://blog.mikemccandless.com
On Fri, Jul 8, 2016 at 11:53 AM, Siraj Haider wrote:
> Hello there,
> What is the defau
Yep, that's pretty much it..
Erick
On Tue, Jul 13, 2010 at 12:47 AM, manjula wijewickrema
wrote:
> Ok Erick, answer is there. If there is no any document exceeds the default
> maxfieldlength, then no any document will be truncated although we increase
> the no. of documents in the index. A'm I c
Ok Erick, answer is there. If there is no any document exceeds the default
maxfieldlength, then no any document will be truncated although we increase
the no. of documents in the index. A'm I correct? Thanx for your commitment.
Manjula.
On Tue, Jul 13, 2010 at 3:57 AM, Erick Erickson wrote:
> I'
I'm not sure I understand your question. The number of documents
has no bearing on the field length of each, which is what the
max field length is all about. You can change the value here
by calling Indexwriter.setMaxFieldLength to something shorter
than the default.
So no, if no document exceeds
thanks Erik
On 10/26/05, Erik Hatcher <[EMAIL PROTECTED]> wrote:
>
>
> On 26 Oct 2005, at 02:50, Jeff Rodenburg wrote:
> > I'm considering building out an index that will flatten a data
> > structure,
> > such that some Document "A" will have Fields 1,2 and 3.
> > Fields 1 and 2 are indexed/tokeni
On 26 Oct 2005, at 02:50, Jeff Rodenburg wrote:
I'm considering building out an index that will flatten a data
structure,
such that some Document "A" will have Fields 1,2 and 3.
Fields 1 and 2 are indexed/tokenized field. Field 3 is indexed, and
will
contain many discrete values (up to poss