Solr query results using *

Posted by agentile on Stack Overflow See other posts from Stack Overflow or by agentile
Published on 2010-04-07T19:48:29Z Indexed on 2010/04/07 20:43 UTC
Read the original article Hit count: 213

Filed under:

I want to provide for partial matching, so I am tacking on * to the end of search queries. What I've noticed is that a search query of gatorade will return 12 results whereas gatorade* returns 7. So * seems to be 1 or many as opposed to 0 or many ... how can I achieve this? Am I going about partial matching in Solr all wrong? Thanks.

© Stack Overflow or respective owner

Related posts about solr