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
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
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"
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