You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Matt Kuenzel <ma...@gmail.com> on 2009/03/04 20:11:44 UTC

Lucene Demo

Is there a limit to the document size that Lucene will index in the demo
(org.apache.lucene.demo.*)?

Re: Lucene Demo

Posted by Michael McCandless <lu...@mikemccandless.com>.
Woops, what Erick said ;)

Mike

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  
> <ma...@gmail.com> wrote:
>
>> Is there a limit to the document size that Lucene will index in the  
>> demo
>> (org.apache.lucene.demo.*)?
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Lucene Demo

Posted by Matt Kuenzel <ma...@gmail.com>.
thanks, erick!

On Wed, Mar 4, 2009 at 2:53 PM, Erick Erickson <er...@gmail.com>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 <ma...@gmail.com>
> wrote:
>
> > Is there a limit to the document size that Lucene will index in the demo
> > (org.apache.lucene.demo.*)?
> >
>

Re: Lucene Demo

Posted by Erick Erickson <er...@gmail.com>.
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 <ma...@gmail.com> wrote:

> Is there a limit to the document size that Lucene will index in the demo
> (org.apache.lucene.demo.*)?
>