Lucene Demo
Is there a limit to the document size that Lucene will index in the demo (org.apache.lucene.demo.*)?
Demo Question
Is there a limit to the document size that Lucene will index in the demo (org.apache.lucene.demo.*)?
Re: Lucene Demo
thanks, erick! On Wed, Mar 4, 2009 at 2:53 PM, Erick Erickson wrote: > 10,000 tokens is the out-of-the-box default limit. You can > set it to whatever you want via IndexWriter.setMaxFieldLength > > Best > Erick > > On Wed, Mar 4, 2009 at 2:11 PM, Matt Kuenzel > wrote: &