Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [solr]

Apache Solr is an open source search server based on the Lucene Java search library.

0 votes
0 answers
21 views

Solr/ES/Lucene - how scores are calculated in case of huge resultsets?

How does Lucene (Solr, ES, OS) handle scoring and sorting documents efficiently when dealing with large datasets? For example, if I query for documents containing A AND B AND C, Lucene first retrieves ...
Rauf Aliev's user avatar
1 vote
0 answers
10 views

External mount for Solr schema.xml with docker

I'm using Solr with docker (used by a custom ecommerce website) I would like to be able, from a script, to update the schema (done by my website) and then reload the core via the Solr API. However, I ...
Hugo Delannoy's user avatar
1 vote
0 answers
17 views

execute lucene query in multiple language utilizing AI Model

We have requirement to support multiple language search for the same field. for example title is "Badminton" and subject is "sports" I want to search in solr like title:Badminton ...
Jigar Gajjar's user avatar
1 vote
0 answers
14 views

How to fix the issue: SolrCore can not parse a string

Please help me in this case about Solr service. My server is running window server 2012 for Dspace opensource application. It usually have issue and stop Tomcat service. I checked in the Solr logging ...
Tam Nguyen's user avatar
1 vote
0 answers
38 views

Solr 9.6 works only on docker

After I installed solr on my machine to test for upgrade implementation to the latest 9.6.1 version I get no error in starting up solr, however when I access localhost:8983 or localhost:8983/solr/#/ I ...
Cosmin Drăguşanu's user avatar
0 votes
0 answers
23 views

Index created with Solr 5.3.1 has lucene version 1.2 or negative

I am using Solr 5.3.1 and wish to upgrade this to 6.5 To upgrade this i tried using CheckIndex and IndexUpgrader tool. Initially i started with lucene-core-6.5.0 and lucene-backward-codec-6.5.0 as ...
Kumar Kundanani's user avatar
0 votes
0 answers
34 views

How to remove/hide '_version_' field in solr response?

I am working with Apache Solr and I need to hide or remove the version field from the search response. I have tried using the fl (field list) parameter to exclude the version field, but I am ...
Akshay Saambram's user avatar
1 vote
0 answers
10 views

Why am I getting an error trying to use spatial search in Solr?

I am trying to find all points(lat,lng values) that are within a 5 km radius with this line {!geofilt sfield=latlng}&pt=45.15,-93.85&d=5 where latlng is the name of the field in my schema that ...
Savannah Shannon's user avatar
0 votes
0 answers
25 views

Solr Restore API gives incorrect response

I have solr cloud version 9.5 with two nodes deployed in kubernetes cluster. I am trying to restore the collection backup using the Solr restore API. I am experiencing an issue with the Solr backup ...
teji's user avatar
  • 11
-1 votes
1 answer
29 views

Refresh Solr stock after ordering

We have a business requirement that forced us to do a live refresh of stocks in Solr every after a user orders. What I did was created a new action in our orderProcess.xml that will put a lock, run ...
iamrooovic's user avatar
0 votes
1 answer
8 views

Where put the Solr DefaultWrapperModel configuration?

on this section https://solr.apache.org/guide/solr/latest/query-guide/learning-to-rank.html#using-large-models, we are advised to use the DefaultWrapperModel to load large models. But it does not say ...
krionz's user avatar
  • 447
-1 votes
0 answers
12 views

solr Document contains at least one immense term whose length is longer than the max length 32766

In my solr when I build suggester after adding the data, it gives me the following error Solr HTTP error: OK (500) { "error":{ "msg":"**Document contains at least one immense ...
Prakhar Pratap's user avatar
0 votes
0 answers
21 views

Solr returning 404 after startup when sending update request

After Solr startup and creating collections, I'm waiting for collection to become active by sending request to http://localhost:8984/api/collections/, checking state and health. However even if health ...
czuponga's user avatar
0 votes
0 answers
16 views

error:Task: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Error loading class 'solr.scripting.xslt.XSLTResponseWriter'

while upgrading solr from 8.11.3-slim to 9-slim I am getting error "Task: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Error loading class 'solr.scripting.xslt....
Priyanka Kumari's user avatar
0 votes
0 answers
18 views

SOLR 8.1.1 not returning the results if the query has a number of AND/OR clauses

There are issues in my SOLR 8.1.1 instance which is setup as an Azure App. The Query like following is failing: ((((((title_t:("code of practice on local authority accounting in the united ...
Maverick HT's user avatar

15 30 50 per page
1
2 3 4 5
1374