Re: Example of sorting by custom function

2015-04-04 Thread Robert Krüger
Thanks a lot! Robert On Fri, Apr 3, 2015 at 5:34 PM, david.w.smi...@gmail.com < david.w.smi...@gmail.com> wrote: > ValueSourceParser — yes. You’ll find a ton of them in Solr to get ideas > from. > > In your example you forgot the “asc” or “desc”. > > ~ David Smiley > Freelance Apache Lucene/Sol

Re: Example of sorting by custom function

2015-04-03 Thread david.w.smi...@gmail.com
ValueSourceParser — yes. You’ll find a ton of them in Solr to get ideas from. In your example you forgot the “asc” or “desc”. ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Fri, Apr 3, 2015 at 9:44 AM, Robert Krüger wrote: >