RE: Filtering Results?

2004-10-14 Thread sam s
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

Efficient search on lucene mailing archives

2004-10-14 Thread sam s
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

RE: Filtering Results?

2004-10-14 Thread sam s
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

Analyzer reuse

2004-10-07 Thread sam s
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

RE: Context-based suggestions with spell check

2003-11-21 Thread sam s
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

RE: Context-based suggestions with spell check

2003-11-20 Thread sam s
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

RE: Context-based suggestions with spell check

2003-11-20 Thread sam s
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

Context-based suggestions with spell check

2003-11-20 Thread sam s
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