Hi Rihaed, I guess we don't need to depend on scores all the times. You can use custom sort to sort the results. Take a dynamicField, fill it with indexOf(keyword) value, sort the results by the field in ascending order. Then the records which contain the keyword at the earlier position will come first.
Regards, Sandeep R. Tan wrote: > > Hi, > How can I get wildcard search (e.g. cha*) to score documents based on the > position of the keyword in a field? Closer (to the start) means higher > score. > -- View this message in context: http://www.nabble.com/Scoring-for-specific-field-queries-tp25798390p25798657.html Sent from the Solr - User mailing list archive at Nabble.com.