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
wrote:
Is there a limit to the document size that Lucene
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:
>
> > Is there a limit to t
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:
> Is there a limit to the document size that Lucene will index in the demo
> (org.apache.lucene.demo.*)?
>
Is there a limit to the document size that Lucene will index in the demo
(org.apache.lucene.demo.*)?
4:21 PM
To: java-user@lucene.apache.org
Subject: Re: Problem with Escape characters in lucene demo search
I think you need to back up and think about what you're trying to
accomplish. Just throwing the file into a single document in
your index doesn't seem very useful.
Of course you can
I think you need to back up and think about what you're trying to
accomplish. Just throwing the file into a single document in
your index doesn't seem very useful.
Of course you can pre-process the input and index only what
you want. The examples in the Lucene demo just show
you ho
discard certain words to make the index small.
Cheers
B
-Original Message-
From: Erick Erickson [mailto:[EMAIL PROTECTED]
Sent: December-20-07 3:25 PM
To: java-user@lucene.apache.org
Subject: Re: Problem with Escape characters in lucene demo search
Lucene, by default, only indexes the first
ucene or would you know how do escape characters search
> performs when file is as big as mine.
>
> B
>
> -Original Message-
> From: Erick Erickson [mailto:[EMAIL PROTECTED]
> Sent: December-20-07 6:36 AM
> To: java-user@lucene.apache.org
> Subject: Re: Problem with Esc
ape characters search
performs when file is as big as mine.
B
-Original Message-
From: Erick Erickson [mailto:[EMAIL PROTECTED]
Sent: December-20-07 6:36 AM
To: java-user@lucene.apache.org
Subject: Re: Problem with Escape characters in lucene demo search
use Luke. Google Lucene luke and you'
er-19-07 4:41 PM
> To: java-user@lucene.apache.org
> Subject: Re: Problem with Escape characters in lucene demo search
>
> I'm pretty sure StandardAnalyzer is stripping these off. Have you looked
> in your index to see if "longin" (with quotes) is even in there? I think
&g
characters in lucene demo search
I'm pretty sure StandardAnalyzer is stripping these off. Have you looked
in your index to see if "longin" (with quotes) is even in there? I think
you'll find that it's not.
Best
Erick
On Dec 19, 2007 5:07 PM, Baljeet Dhaliwal <[EMAIL PR
here
>
>
>
> I am having a problem in using escape characters with lucene demo code. I
> used the following code for IndexFiles and SearchFiles. The code works
> fine
> for regular searching and also with wildcard. However, when I try to use
> escape characters, somehow it
Hi there
I am having a problem in using escape characters with lucene demo code. I
used the following code for IndexFiles and SearchFiles. The code works fine
for regular searching and also with wildcard. However, when I try to use
escape characters, somehow it strips them off. For example
EMAIL PROTECTED]> wrote on 19/11/2007 15:43:30:
> Hi All,
>
> I m new to Lucene. I m facing problem while running the Lucene Demo to
> index lucene src code. I download the 2.1.0 version of Lucene and
> extracted it binary to C:\lucene-2.1.0.
>
> I also set up the CLASSPATH
Hi All,
I m new to Lucene. I m facing problem while running the Lucene Demo to
index lucene src code. I download the 2.1.0 version of Lucene and
extracted it binary to C:\lucene-2.1.0.
I also set up the CLASSPATH to Lucene-Core and Lucene Demo Jar files.
But when i execute the following
: java org.apache.lucene.demo.IndexFiles {full-path-to-lucene}/src
:
: i dont know from which directory i have to execute this command.
it doesn't matter which directory you run it from -- that's why it says
"{full-path-to-lucene}". as long as you set your CLASSPATH up like the
previous step
command.
please help me regarding this
thanks
--
View this message in context:
http://www.nabble.com/got-stuck-in-running-lucene-demo-tf4576912.html#a13064913
Sent from the Lucene - Java Users mailing list archive at Nabble.com
17 matches
Mail list logo