ot;Eshwaramoorthy Babu" <[EMAIL PROTECTED]>
To: < java-user@lucene.apache.org>
Sent: Monday, December 04, 2006 2:15 PM
Subject: Multiple character wildcard search
> Hi,
>
>
>
> Can anyone please tell me how to specify multiple characte
api for usage
>
> - Bhavin pandya
>
>
> - Original Message -
> From: "Eshwaramoorthy Babu" <[EMAIL PROTECTED]>
> To: < java-user@lucene.apache.org>
> Sent: Monday, December 04, 2006 2:15 PM
> Subject: Multiple character wildc
OTECTED]> wrote:
Babu,
Use "PrefixQuery" and if you are looking for phrase also then
"PhrasePrefixQuery"...
check api for usage
- Bhavin pandya
- Original Message -
From: "Eshwaramoorthy Babu" <[EMAIL PROTECTED]>
To:
Sent: Monday, Decembe
Babu,
Use "PrefixQuery" and if you are looking for phrase also then
"PhrasePrefixQuery"...
check api for usage
- Bhavin pandya
- Original Message -
From: "Eshwaramoorthy Babu" <[EMAIL PROTECTED]>
To:
Sent: Monday, December 04, 2006 2:15 PM
Hi,
Can anyone please tell me how to specify multiple character wildcard
searches in "Term"
Below is my requirement
1) I want search all names that starts with Z (Z*)
2) My programme will receive list of names in JAVA collection (Vector or
ArrayList or Hashtable), I want to search for all