Re: edismax: sorting on numeric fields

2019-02-16 Thread Nicolas Paris
Hi Thanks. To clarify, I don't want to sort by numeric fields, instead, I d'like to get sort by distance to my query. On Thu, Feb 14, 2019 at 06:20:19PM -0500, Gus Heck wrote: > Hi Niclolas, > > Solr has no difficulty sorting on numeric fields if they are indexed as a > numeric type. Just use "

Re: edismax: sorting on numeric fields

2019-02-16 Thread Erick Erickson
Well, you haven't defined "distance" so it's hard to say. But what you _probably_ want is to sort by function. See: https://lucene.apache.org/solr/guide/6_6/function-queries.html Best, Erick On Sat, Feb 16, 2019 at 7:19 AM Nicolas Paris wrote: > > Hi > > Thanks. > To clarify, I don't want to sor

Re: edismax: sorting on numeric fields

2019-02-16 Thread Dave
Sounds like you need to use code and post process your results as it sounds too specific to your use case. Just my opinion, unless you want to get into spacial queries which is a whole different animal and something I don’t think many have experience with, including myself > On Feb 16, 2019, a

Re: SolrCloud exclusive features

2019-02-16 Thread Arnold Bronley
I am glad to learn that there are others in similar need. A list for SolrCloud exclusive features will be really awesome. Can any Solr devs please reply to this thread? On Fri, Feb 15, 2019 at 8:39 AM David Hastings wrote: > >streaming expressions are only available in > SolrCloud mode and not