Good questions. I've been having similar problems for a while, for me,
the UI in general is frozen, including the navigation buttons and query
text boxes. Delay depends on the size of the json - if I do a request
for 1000 rows with just 1 field each, it's a permanent 5s delay on
scrolling and t
Try looking at range JSON facets:
https://lucene.apache.org/solr/guide/8_2/json-facet-api.html#range-facet.
If you facet over the eventTimeStamp with a gap of 1 day, you should
then be able to use a sub facet to return a min and max value
(https://lucene.apache.org/solr/guide/8_2/json-facet-api
stein
http://joelsolr.blogspot.com/
On Thu, Dec 12, 2019 at 6:46 AM Mel Mason
wrote:
Unfortunately I need a date range field, e.g [2000-05-01 TO 2019-06-02].
DatePointFields can't represent that as far as I know.
On 12/12/2019 11:40, Joel Bernstein wrote:
There is a field type in the sche
uses the JSON facet API for range
faceting and works really well.
Joel Bernstein
http://joelsolr.blogspot.com/
On Thu, Dec 12, 2019 at 6:28 AM Mel Mason
wrote:
Hi,
I'm trying to have a range facet on a field of type solr.DateRangeField.
As far as I can tell, this isn't possible
adExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
at java.lang.Thread.run(Thread.java:748)
Thank
an't
scroll it. No obvious console errors. Works fine on Firefox, and I
haven't made any changes to our Solr instance (v8.1.1) in a while.
Thanks,
--
Mel Mason
Software Engineer
Bodleian Digital Library Systems and Services
Osney One
Mon-Thurs
01865 280031
mel.ma...@bodleian.ox.ac.uk
Hi,
Is there any way to reference the 'val' value of a bucket in the JSON
facet API? I have a set of records that all have collection tags. I want
to facet on those collections and sort them by a function that uses the
number of search documents in that collection and the total number of
inde