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
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
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
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
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