Hi folks,
I use python to index documents to Solr 9.5.0. I prepared a schema.xml and
inserted a row into solrconfig.xml:
After this, I tried cbor-based and json-based approaches but none of them
worked. The number of documents I tried to index in one request was 15000
but the document size is sma
On 3/12/24 05:44, Szűcs Roland wrote:
I tried cbor-based and json-based approaches but none of them
worked. The number of documents I tried to index in one request was 15000
but the document size is small: 0.5kb.
Make batch size a parameter and run timings with different sizes. In my
setup I
Hello
In our organization Solr is deployed as a war in Jboss application server.
The solr version used is 3.5.
As part of security vulnerabilities in solr jars wanted to update from solr
3.5 to 9.4.
The issue facing in updating the jars is that from version 5 Solr does not
provide a deployable war