RE: Re: Arbitrary Range

2024-01-10 Thread Dario.Viva
Hey Shawn I know that this specific API exists in java. I also used it before and it works as it should. But my Question was specificly about arbitrary ranges, this API only accepts start, end and gap. Which is fine for a lot of use cases, but sometimes one wants to have custom sized ranges and

Re: Arbitrary Range

2024-01-10 Thread Mikhail Khludnev
t Solr > > When someone wants build a range facet with arbitrary range one could > build a request with the help of the fallowing documentation. > https://solr.apache.org/guide/8_6/json-facet-api.html#arbitrary-range > > But when you want to use this from java with the solrj clie

Re: Arbitrary Range

2024-01-10 Thread Shawn Heisey
On 1/10/24 05:32, dario.v...@coop.ch wrote: But when you want to use this from java with the solrj client I did not fond a good way to do this. https://solr.apache.org/guide/8_2/json-facet-api.html#range-facet What would be the preferred way to do this? At the URL you linked, it opens with a

Arbitrary Range

2024-01-10 Thread Dario.Viva
Hello Everyone at Solr When someone wants build a range facet with arbitrary range one could build a request with the help of the fallowing documentation. https://solr.apache.org/guide/8_6/json-facet-api.html#arbitrary-range But when you want to use this from java with the solrj client I did