JSON facet API - can't reference 'val' field

2019-04-24 Thread Mel Mason
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

Solr admin interface freezes on Chrome

2019-10-02 Thread Mel Mason
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

JSON Facet doesn't allow date range facets

2019-12-12 Thread Mel Mason
$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) Thanks, -- Mel

Re: JSON Facet doesn't allow date range facets

2019-12-12 Thread Mel Mason
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 with JSONFacet

Re: JSON Facet doesn't allow date range facets

2019-12-12 Thread Mel Mason
://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 schema called pdate

Re: support need in solr for min and max

2020-01-08 Thread Mel Mason
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

Re: Solr Admin Console hangs on Chrome

2020-01-14 Thread Mel Mason
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