Re: increasing number of threads for faceting in JSON format

2020-12-24 Thread Arturas Mazeika
tps://youtu.be/qItRilJLj5o > > From: solr-user@lucene.apache.org At: 12/10/20 21:42:19To: > solr-user@lucene.apache.org > Subject: Re: increasing number of threads for faceting in JSON format > > Hi Christine Munendra et al, > > Wow, you dag into the code and checked weather

Re: increasing number of threads for faceting in JSON format

2020-12-24 Thread Christine Poerschke (BLOOMBERG/ LONDON)
solr-user@lucene.apache.org At: 12/10/20 21:42:19To: solr-user@lucene.apache.org Subject: Re: increasing number of threads for faceting in JSON format Hi Christine Munendra et al, Wow, you dag into the code and checked weather threads are being blown in range and term queries! I wish one day to be

Re: increasing number of threads for faceting in JSON format

2020-12-10 Thread Arturas Mazeika
ue-faceting-parameters > > [2] > > > https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.7.0/solr/core/src/java/org/apache/solr/request/SimpleFacets.java > > [3] > > > https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.7.0/solr/core/src/java/o

Re: increasing number of threads for faceting in JSON format

2020-12-10 Thread Munendra S N
lr/request/SimpleFacets.java > [3] > https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.7.0/solr/core/src/java/org/apache/solr/search/facet/FacetRangeProcessor.java#L112-L113 > > From: solr-user@lucene.apache.org At: 12/03/20 22:47:35To: > solr-user@lucene.apache.org &g

Re: increasing number of threads for faceting in JSON format

2020-12-10 Thread Christine Poerschke (BLOOMBERG/ LONDON)
est/SimpleFacets.java [3] https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.7.0/solr/core/src/java/org/apache/solr/search/facet/FacetRangeProcessor.java#L112-L113 From: solr-user@lucene.apache.org At: 12/03/20 22:47:35To: solr-user@lucene.apache.org Subject: Re: increasing numb

Re: increasing number of threads for faceting in JSON format

2020-12-03 Thread Arturas Mazeika
Hi Munedra, This is great that I can get things faster by reducing the gap and by increasing the number of threads. How to reduce gaps I know: one can replace "gap": "+1HOUR" with "gap": "+1MONTH" What should I change in the text below to increase the number of threads from one to 20? Che

Re: increasing number of threads for faceting in JSON format

2020-12-03 Thread Munendra S N
Hi, Currently, JSON facets have support for specifying the number of threads. In the above request, the range facet is computed over 2 years with a gap of 1 hour. By reducing the number of buckets, computation should become much faster Regards, Munendra S N On Thu, Dec 3, 2020 at 1:52 PM Artur

increasing number of threads for faceting in JSON format

2020-12-03 Thread Arturas Mazeika
Hi Solr-Users, I am trying to better understand the solr capabilities, how one can formulate queries in JSON format as well as tweak parameters. Currently I have a logs collection (ca 6GB large) with a dozen of attributes running in single server mode (F:\solr_deployment\solr-8.7.0\bin\solr.cmd st