Posted By:
Christophe_CAENEVET
Posted On:
Wednesday, June 16, 2004 07:32 AM
Hi,
I am index people names
and the searching for people like jean-pierre
suppose that I enter the follwing text : jean-pier
I want lucene to find it
But the QueryParser transforms :
jean-pierre to "jean pierre"
jean-pierre* to "jean pierre"
"jean pierre*" to "jean pierre" !
Is the solution is to write my own query parser ?