Re: Lucene Demo

2009-03-04 Thread Michael McCandless
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

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: > > > Is there a limit to t

Re: Lucene Demo

2009-03-04 Thread Erick Erickson
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.*)? >

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.*)?

RE: Problem with Escape characters in lucene demo search

2007-12-21 Thread Baljeet Dhaliwal
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

Re: Problem with Escape characters in lucene demo search

2007-12-20 Thread Erick Erickson
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

RE: Problem with Escape characters in lucene demo search

2007-12-20 Thread Baljeet Dhaliwal
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

Re: Problem with Escape characters in lucene demo search

2007-12-20 Thread Erick Erickson
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

RE: Problem with Escape characters in lucene demo search

2007-12-20 Thread Baljeet Dhaliwal
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'

Re: Problem with Escape characters in lucene demo search

2007-12-20 Thread Erick Erickson
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

RE: Problem with Escape characters in lucene demo search

2007-12-19 Thread Baljeet Dhaliwal
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

Re: Problem with Escape characters in lucene demo search

2007-12-19 Thread Erick Erickson
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

Problem with Escape characters in lucene demo search

2007-12-19 Thread Baljeet Dhaliwal
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

Re: Problem in Running Lucene Demo

2007-11-19 Thread Doron Cohen
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

Problem in Running Lucene Demo

2007-11-19 Thread Liaqat Ali
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

Re: got stuck in running lucene demo

2007-10-07 Thread Chris Hostetter
: 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

got stuck in running lucene demo

2007-10-05 Thread sumittyagi
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