RE: QueryResponse ordering

2021-01-14 Thread Srinivas Kashyap
Hi Alessandro, I'm trying to retrieve party id 'abc' 'def' 'ghi' in the same order I pass to filter query. Is this possible? The sorting field which I want to get results is not in solr schema for party core. The sorting field Is outside solr. I want to able to fetch the QueryResponse(SolrJ)

Re: Cursor Performance Issue

2021-01-14 Thread Ajay Sharma
Hi Mike, Thanks for your reply. I remember DocValues is enabled by default since solr 6. If it is not and I reindex the data with DocValues= true for id field. How much my index size will increase due to this. Currently I have 90 GB as index size On Wed, 13 Jan, 2021, 9:14 pm Mike Drob,

[Solr8.7] Performance of group.ngroups ?

2021-01-14 Thread Matheo Software
Hi All, I have more than 130 million documents, with an index size of more than 400GB on Solr8.7. I do a simple query and it takes around 1400ms, it’s ok but when I use ngroups=true, I get an answer in 88sec. I know it’s because Solr calculates the number of groups on a specific field but

RE: [Solr8.7] UI request reply empty after 8s

2021-01-14 Thread Bruno Mannina
Hi, Perfect ! it works when I increase the config.timeout (row 597). The file app.js can be found here: /opt/solr/server/solr-webapp/webapp/js/angular -Message d'origine- De : ufuk yılmaz [mailto:uyil...@vivaldi.net.INVALID] Envoyé : mercredi 13 janvier 2021 14:57 À :

Re: Getting error "Bad Message 414 reason: URI Too Long"

2021-01-14 Thread Bernd Fehling
AFAIK, that could be a limit in Jetty and be raised in jetty.xml. You might check the Jetty docs and look for something like BufferSize. At least for Solr 6.6.x Regards Bernd Am 14.01.21 um 13:19 schrieb Abhay Kumar: Thank you Nicolas. Yes, we are making Post request to Solr using SolrNet

RE: Getting error "Bad Message 414 reason: URI Too Long"

2021-01-14 Thread Abhay Kumar
Thank you Nicolas. Yes, we are making Post request to Solr using SolrNet library. The current request length is approx. 32K characters, I have tested with 10K characters length request and it works fine. Any suggestion to increase request length size in Solr configuration. Thanks. Abhay

Re: solrcloud with EKS kubernetes

2021-01-14 Thread Abhishek Mishra
Hi Jonathan, it was really helpful. Some of the metrics were crossing threshold like network bandwidth etc. Regards, Abhishek On Sat, Dec 26, 2020 at 7:54 PM Jonathan Tan wrote: > Hi Abhishek, > > Merry Christmas to you too! > I think it's really a question regarding your indexing speed NFRs.

Re: Getting error "Bad Message 414 reason: URI Too Long"

2021-01-14 Thread Nicolas Franck
Euh, sorry: I did not read your message well enough. You did actually use a post request, with the parameters in the body (your example suggests otherwise) > On 14 Jan 2021, at 10:37, Nicolas Franck wrote: > > I believe you can also access this path in a HTTP POST request. > That way you do no

Re: Getting error "Bad Message 414 reason: URI Too Long"

2021-01-14 Thread Nicolas Franck
I believe you can also access this path in a HTTP POST request. That way you do no hit the URI size limit cf. https://stackoverflow.com/questions/2997014/can-you-use-post-to-run-a-query-in-solr-select I think some solr libraries already use this approach (e.g. WebService::Solr in perl) On 14

Getting error "Bad Message 414 reason: URI Too Long"

2021-01-14 Thread Abhay Kumar
Hello, I am trying to post below query to Solr but getting error as "Bad Message 414reason: URI Too Long". I am sending query using SolrNet library. Please suggest how to resolve this issue. Query :