Re: index large size file

2009-03-09 Thread Michael McCandless
Could you re-ask this on java-user, instead? Thanks. Mike On Mar 9, 2009, at 6:15 PM, 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 constru

index large size file

2009-03-09 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