Lucene Demo

2009-03-04 Thread Matt Kuenzel
Is there a limit to the document size that Lucene will index in the demo (org.apache.lucene.demo.*)?

Demo Question

2009-03-04 Thread Matt Kuenzel
Is there a limit to the document size that Lucene will index in the demo (org.apache.lucene.demo.*)?

Re: Lucene Demo

2009-03-04 Thread Matt Kuenzel
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: &