This might work and I also have a single value field which makes it cleaner. Can sort be customized (with indexOf()) from the solr parameters alone?
Thanks! On Thu, Oct 8, 2009 at 1:40 PM, Sandeep Tagore <sandeep.tag...@gmail.com>wrote: > > 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. > >