Re: MaxFieldLength

2016-07-08 Thread Michael McCandless
-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

RE: MaxFieldLength

2016-07-08 Thread 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 replaced with LimitTokenCountFilter, which you just need to tack onto your analysis chain to

Re: MaxFieldLength

2016-07-08 Thread Michael McCandless
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

Re: MaxFieldLength

2010-07-13 Thread Erick Erickson
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

Re: MaxFieldLength

2010-07-12 Thread manjula wijewickrema
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'

Re: MaxFieldLength

2010-07-12 Thread Erick Erickson
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

Re: MaxFieldLength or MaxFields?

2005-10-26 Thread Jeff Rodenburg
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

Re: MaxFieldLength or MaxFields?

2005-10-26 Thread Erik Hatcher
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