UAX29 URL Email Tokenizer not working as expected

2019-05-06 Thread Tom Van Cuyck
ay to get the behavior I expect? Kind regards, Tom -- Would you like to receive our newsletter to stay updated? Please click here <http://eepurl.com/dwoymH> Tom Van Cuyck Software Engineer <http://www.ontoforce.com> ONTOFORCE WINNER of EY scale-up of the year 2018 @: tom.

Limit facet terms based on a substring using the JSON facet API

2019-01-29 Thread Tom Van Cuyck
can't find anything in the official documentation. Kind regards, Tom -- Would you like to receive our newsletter to stay updated? Please click here <http://eepurl.com/dwoymH> Tom Van Cuyck Software Engineer <http://www.ontoforce.com> ONTOFORCE WINNER of EY scale-up of the year 2018

Is there a way to sort by conditional function in the Solr 7.2 JSON API?

2018-03-02 Thread Tom Van Cuyck
Hi, In the Solr 7.2 JSON API, when faceting over terms, I would like to sort the buckets over the average of a numerical property, as shown below curl http://localhost:8983/solr/core/select -d ' q=*:*& rows=0& wt=json& json.facet={ "field" : { "type" : "terms",

Issues with refine parameter when subfaceting in a range facet

2018-01-24 Thread Tom Van Cuyck
Hi, We encountered an issue when using the refine parameter when subfaceting in a range facet. When enabling the refine option, the counts of the response are the double of the counts of the response without refine option. We are running Solr 6.6.1 in a cloud setup. If I execute the query: curl