WildCardSearch

2004-09-30 Thread Robinson Raju
Hi , Would there be a problem if one enters space while using wildcards ? say i search for 'abc' . i get 100 hits as results 'man' gives - 200 'abc man' gives 300 but 'ab* man' 'abc ma*' ab* ma*' ab* OR ma* .. all of these return 0 results. can we not enter space or do an OR search with two words

Re: WildCardQuery

2004-10-01 Thread Robinson Raju
that transforms the query into a PrefixQuery object. sv On Fri, 1 Oct 2004, Robinson Raju w Hi , Would there be a problem if one enters space while using wildcards ? say i search for 'abc' . i get 100 hits as results 'man' gives - 200 'abc man' gives 300 but 'ab* man' 'abc ma

A simple newbee question . How do i exclude a field ?

2004-10-09 Thread Robinson Raju
Hi , i use lucene to search against a flatted DB table. I have a table which contains the following data . there are 3 records which contain the code RN , 27 which contain UD and 3266 which contain BLANK. codeNumber of records ---- 3269 RN

Re: Lucene in Action e-book now available!

2004-12-10 Thread Robinson Raju
Congrats ! i went through sample chapter 1 . well written . On Fri, 10 Dec 2004 09:58:25 -0500, Luke Shannon [EMAIL PROTECTED] wrote: Nice Work! Congratulations Guys. - Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: Lucene User [EMAIL PROTECTED]; Lucene List

Searching with words that contain % , / and the like

2005-01-26 Thread Robinson Raju
Hi , Is there a way to search for words that contain / or % . if my query is test/s , it is just taken as test if my query is test/p , it is just taken as test p has anyone done this / faced such an issue ? Regards Robin

Re: Searching with words that contain % , / and the like

2005-01-27 Thread Robinson Raju
which is screwing with the parameter? - Original Message - From: Robinson Raju [EMAIL PROTECTED] To: Lucene Users List lucene-user@jakarta.apache.org Sent: Thursday, January 27, 2005 5:42 PM Subject: Searching with words that contain % , / and the like Hi , Is there a way

Re: Searching with words that contain % , / and the like

2005-01-30 Thread Robinson Raju
:12:16 +0530, Robinson Raju [EMAIL PROTECTED] wrote: Hi , Is there a way to search for words that contain / or % . if my query is test/s , it is just taken as test if my query is test/p , it is just taken as test p has anyone done this / faced such an issue ? Regards Robin