Re: Why does Solr sort on _docid_ with rows=0 ?

2020-02-28 Thread Walter Underwood
docid is the natural order of the posting lists, so there is no sorting effort. I expect that means “don’t sort”. Also, cross-posting is probably not good. I’m replying only to solr-user. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Feb 28, 2020,

Re: Why does Solr sort on _docid_ with rows=0 ?

2020-02-28 Thread S G
So no one knows this then? It seems like a good opportunity to get some performance! On Tue, Feb 25, 2020 at 2:01 PM S G wrote: > Hi, > > I see a lot of such queries in my Solr 7.6.0 logs: > > > *path=/select > params={q=*:*&distrib=false&sort=_docid_+asc&rows=0&wt=javabin&version=2} > hits=2871

Re: Limiting access to /admin path

2020-02-28 Thread Jesús Roca
Yes, it works! Thanks a lot! El vie., 28 feb. 2020 20:15, Oakley, Craig (NIH/NLM/NCBI) [C] escribió: > I have found that for admin commands you may need to include > "collection":null > { > "name":"admin-info-system2", > "path":"/admin/*", > "collection":null, >

SolrCloud location for solr.xml

2020-02-28 Thread Mike Drob
Hi Searchers! I was recently looking at some of the start-up logic for Solr and was interested in cleaning it up a little bit. However, I'm not sure how common certain deployment scenarios are. Specifically is anybody doing the following combination: * Using SolrCloud (i.e. state stored in zookee

RE: Limiting access to /admin path

2020-02-28 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
I have found that for admin commands you may need to include "collection":null { "name":"admin-info-system2", "path":"/admin/*", "collection":null, "role":"*"} -Original Message- From: Jesús Roca Sent: Friday, February 28, 2020 2:10 PM To: solr-user

Limiting access to /admin path

2020-02-28 Thread Jesús Roca
Hello, I have a Solr 7.7.2 instance with basic authentication. Anyone knows how to limit only to authenticated users the access to /admin path? For example to: https://localhost:8983/solr/admin/info/system When I access to that section this is the log generated: 2020-02-28 18:05:58.896 INFO (

Re: Re: Re: Re: Re: Query Autocomplete Evaluation

2020-02-28 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
Paras, Thank you! This is all very helpful __ I'm going to read through your answer a couple more times and follow up if I have any more questions! Best, Audrey On 2/28/20, 8:08 AM, "Paras Lehana" wrote: Hey Audrey, Users often skip results and go straight to vanilla search even

Re: Re: Re: Re: Query Autocomplete Evaluation

2020-02-28 Thread Paras Lehana
Hey Audrey, Users often skip results and go straight to vanilla search even though > their query is displayed in the top of the suggestions list Yes, we do track this in another metric. This behaviour is more prevalent for shorter terms like "tea" and "bag". But, anyways, we measure MRR for quan

Re: Solr Cloud on Docker?

2020-02-28 Thread Jan Høydahl
We have been experimenting with Solr cloud in Docker for some while, and tried to do some optimizations by turning off swap on the host completely. However, that quickly led to OOM crashes although we had 8G physical, 4G heap and Solr just having a few thousand docs. This makes me suspect that the

Re: Regarding Installation of Solr 5.1.0 as Paas in AZure

2020-02-28 Thread Jan Høydahl
Hi You need to provide a lot more details if you wish to have useful answers. First, we don’t know what PAAS Azure means (we can guess, but it won’t help). So you need to walk us through exactly what you try to do, i.e. * What operating system are you trying to install on * How exactly did you d