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
st of the stuff in there is redundant. Can i > 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

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
How do i check in my index. It looks like bytecode to me. My searched file does contain word "login" with quotes. B -Original Message- From: Erick Erickson [mailto:[EMAIL PROTECTED] Sent: December-19-07 4:41 PM To: java-user@lucene.apache.org Subject: Re: Problem with Escape

Re: Problem with Escape characters in lucene demo search

2007-12-19 Thread Erick Erickson
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 PROTECTED]> wrote: > Hi there > > > > I am having a problem in