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) s
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, wrote
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, its ok but when I use
ngroups=true, I get an answer in 88sec.
I know its because Solr calculates the number of groups on a specific field
but is
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
À : solr-user@lucene.a
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
lib
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
-O
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.
>
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 h
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
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 :
http://localhost:8983/solr/documents/select?q=%22Geisteswissenschaften%22%20OR%20%22Humanities
10 matches
Mail list logo