I'm running the Distributed Search's IndexServer.  I'm trying to figure out a
way to improve the index search to basically work for wildcards.

Index-> name:Bobby

Ex. query for "name:Bob" will return nothing
Ex. query for "name:Bob*" will be converted to same as above and return
nothing.

Looks like the Lucene Query object does provide this, however nutch's
distributed search does not.

Is there any solution (that hopefully doesn't require major refactoring)
that could provide this functionality?
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Wildcard-search-with-nutch-distributed-search-tp782179p782179.html
Sent from the Nutch - User mailing list archive at Nabble.com.

Reply via email to