Bug on LTRQParserPlugin's implementation of onManagedResourceInitialized

2024-07-11 Thread Matheus Dall'Rosa
I was trying to find where to put configurations for the DefaultWrapperModel, and I ended up finding a bug in the code that loads models and stores from disk. The block of code protected by the if statement from this line: https://github.com/apache/solr/blob/main/solr/modules/ltr/src/java/org/apach

Solr 9.4.0 Coordinators May Not Support Custom Request Handlers Properly

2024-07-11 Thread Ellaeln
Hello, We are experiencing an issue with our Solr 9.4.0 collection, which has a few hundred shards and is deployed on Kubernetes using the Solr operator. We have configured coordinators for our setup. When we send a request through the `/select` request handler via the coordinators, it is dist

classNotFound for sql handler

2024-07-11 Thread Derrick Cui
Hi, I installed solr 9.6.1, I want to use the sql function, but the server throws a classNotFound error., anyone have an idea why this class is not in solr 9.6.1? Do I need to install a special jar? { "error": { "metadata": [ "error-class", "org.apache.solr.common.SolrException"

如何使用DenseVectorField

2024-07-11 Thread Derrick Cui
hi, I am planning to use DenseVectorField feature in solr 9.6.1, but I don't know how to define it properly. for example, I have 1000 documents, I try to generate embedding for each document from openAI, but the length is different for each document. when I try to save it to Solr, I will get an