Re: index large size file

2009-03-11 Thread Chris Hostetter
: Subject: index large size file : In-Reply-To: <49b5fc5e.10...@r.email.ne.jp> http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. E

Re: index large size file

2009-03-11 Thread Danil Ε’ORIN
xFieldLength and check the performance. It seems the > quickest way to handle the issue. > > Amy > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Tuesday, March 10, 2009 9:56 AM > To: java-user@lucene.apache.org > Subject: Re: ind

RE: index large size file

2009-03-10 Thread Amy Zhou
ch 10, 2009 9:56 AM To: java-user@lucene.apache.org Subject: Re: index large size file Sure there are other options. You could decide to index in chunks rather then entire documents. You could decide many things. None of which we can recommend unless we have a clue what you're really trying to

Re: index large size file

2009-03-10 Thread Erick Erickson
gth as UNLIMITED instead of 100,000, what the > performance could be? > 2) Any other options? > > > -Original Message- > From: Mark Miller [mailto:markrmil...@gmail.com] > Sent: Tuesday, March 10, 2009 9:37 AM > To: java-user@lucene.apache.org > Subject: Re: i

RE: index large size file

2009-03-10 Thread Amy Zhou
Message- From: Mark Miller [mailto:markrmil...@gmail.com] Sent: Tuesday, March 10, 2009 9:37 AM To: java-user@lucene.apache.org Subject: Re: index large size file Amy Zhou wrote: > Hi, > > I'm having a couple of questions about indexing large size file. As my > understan

Re: index large size file

2009-03-10 Thread Mark Miller
Amy Zhou wrote: Hi, I'm having a couple of questions about indexing large size file. As my understanding, the default MaxFieldLength 100,000. In Lucene 2.4, we can set the MaxFieldLength during constructor. My questions are: The default is 10,000. 1) How's the performance if MaxFieldLengt

index large size file

2009-03-10 Thread Amy Zhou
Hi, I'm having a couple of questions about indexing large size file. As my understanding, the default MaxFieldLength 100,000. In Lucene 2.4, we can set the MaxFieldLength during constructor. My questions are: 1) How's the performance if MaxFieldLength is set to UNLIMITED? 2) Any other options f