You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lucenenet.apache.org by "EZEILO,UCHENNA JEREMIAH" <ue...@cenbank.org> on 2010/04/21 17:26:00 UTC

Searching for the Numerals in an Alphanumeric Data

Hi,
What do I need to do in order to be able to search for '8861' in
'uche8861'? Assuming I am not able to separate the data as 'uche' and
'8861'.


Thanks

RE: Searching for the Numerals in an Alphanumeric Data

Posted by Digy <di...@gmail.com>.
You can use wildcard searches but they are slow. If I were you, I would
write a custom analyzer to separate tokens as [uche] and [8861].

DIGY.

-----Original Message-----
From: EZEILO,UCHENNA JEREMIAH [mailto:uezeilo@cenbank.org] 
Sent: Wednesday, April 21, 2010 6:26 PM
To: lucene-net-user@lucene.apache.org
Subject: Searching for the Numerals in an Alphanumeric Data

Hi,
What do I need to do in order to be able to search for '8861' in
'uche8861'? Assuming I am not able to separate the data as 'uche' and
'8861'.


Thanks