above, but think it should work.
Chuck
> -Original Message-
> From: sam s [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 14, 2004 6:40 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Filtering Results?
>
> Thanks Chuck.
>
> What is the workaround for filtering (pref
Hi Folks,
Is there any place where I can do a better search on lucene mailing
archives?
I tried JGuru and looks like their search is paid.
Apache maintained archives lags efficient searching.
Thanks in advance,
s s
_
Don't just searc
8 --> "018"
100 --> "100"
Then just access range queries. E.g.:
1. age:[018 TO]
2. age:[TO 018]
3. age:[005 TO 018]
Those are <= queries. Use {} instead of [] for < queries.
Good luck,
Chuck
> -Original Message-
> From: sam s [mailto:[EMAIL PROT
Hi,
Can instance of an analyzer be reused?
If yes then will it give any performance gain?
sam
_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
before you discount performing
all
of those searches. What are your performance requirements? How big is
your
index? How are you deploying it?
-Original Message-
From: sam s [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 8:15 PM
To: [EMAIL PROTECTED]
Subject: RE: Cont
apologize if you guys think this is not right post for lucene user
list.
Thanks,
Abhay
From: "sam s" <[EMAIL PROTECTED]>
Reply-To: "Lucene Users List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Context-based suggestions with spell check
Date: Fri, 21 Nov
I actually thought of using search for right combination of suggestions but
I feared of performance degrade. I'll look at levenshtein.
Thanks
From: Dan Quaroni <[EMAIL PROTECTED]>
Reply-To: Lucene Users List <[EMAIL PROTECTED]>
To: 'sam s ' <[EMAIL PROTECTE
Hi,
I am thinking to give spell check functionality to the search. I am trying
to achieve two things to complement search.
1. Spell check where dictionary will be composed of all text I am creating
search index. This looks simple with some spell check implementation.
2. The problem I am facing