> But now there's another issue. 
> I'm using SOLR and Lucene 3.1.0 and when sending a query
> "Wildcard* phrase*"
> it works as expected - but, when sending the query
> "wildcard*" (Only one
> word withing the phrase) I'm getting another exception:
> 
> HTTP ERROR: 500
> Unknown query type "org.apache.lucene.search.PrefixQuery"
> found in phrase
> query string "touch*"
> java.lang.IllegalArgumentException: Unknown query type
> "org.apache.lucene.search.PrefixQuery" found in phrase
> query string "touch*"


Actually query string "touch*" is invalid. It should be equivalent of just 
touch*. What is your expectation from that query?


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to