You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by pro <or...@uni.de> on 2002/10/21 19:31:13 UTC

how get ABC as hit for BC query ?

hi

my querystring is this: "BC" and i have an indexed itemstring like this:
"ABC"
but lucene doesen't return the ABC item as a hit for the "BC" search.

if i had an other indexed item like this "A BC DE", i would get it as hit
(because "BC" is space delimitered ?)

i've read about changing the queryparser grammar, but what i have to do
exactly with this file ?

thanks


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>