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 Aruna Raghavan <Ar...@opin.com> on 2002/01/22 16:32:09 UTC

Boolean Phrase queries with wildcards

Hi All,
Does any one know why the following doesn't work? When looking for "spinal
cord",
("spi*") AND ("cor*") does not work but
(spi*) AND (cor*) works fine. Same with OR and NOT operators as well.
Thanks!


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