I have an index of product names. I'd like to sort results so that entries starting with the user query come first. E.g.
q=kitchen Results would sort something like: 1. kitchen appliance 2. kitchenaid dishwasher 3. fridge for kitchen It looks like using a query Function Query comes close, but I don't know how to write a subquery that only matches if the value starts with the query string. Has anyone solved a similar need? Thanks, Wojtek -- View this message in context: http://www.nabble.com/Sorting-by-%27starts-with%27-tp23432815p23432815.html Sent from the Solr - User mailing list archive at Nabble.com.