Questions tagged [solr8]
75 questions
0
votes
1 answer
curl command to get shard information of a solr collection
Please let me know if there is a curl command which would give us the shard information of a given collection in solr. That is, information about how many shards the given collection is split into and its replication factor. I understand that it can…

Eli Johnes
- 301
- 3
- 13
0
votes
1 answer
After upgrading to Solr v8.11.1 from v7.7.2 search result is very different
We have upgraded solr version from 7.7.2. to 8.11.1, after that we are facing issue for search result. Less result are not matching for both version. Our document list are same as it is.
Also we have using same schema and fields.
Can someone please…

Mehul Rajput
- 28
- 7
0
votes
0 answers
TYPO3 10 and Solr Extension - Search for partial Title not working
I am new to the Solr topic.
TYPO3 10.4.26
Solr-Ext 11.2.0
solr-spec 8.11.1
I have the following problem:
There is a file search by title, here it searches for "forklift" as an example. Solr then also finds files whose title contains "forklift" but…

Benjamin
- 15
- 3
0
votes
0 answers
Is there any way to proportionate the old and new document in Apache Solr?
I have solr integration for billions of records and search is working, but the need is to enhance the search result output..
We need to have proportion between popular + old and new data
And lower the ratio of data from same lot in the output…
0
votes
1 answer
Solr query for child documents and return parents and filtered children
I'm having trouble creating a Solr query to be able to pull out the right documents, and am starting to wonder if what I am trying to do is even possible.
Currently on Solr 8.9 using a managed schema and every field is using a wildcard…

Twisterr1000
- 39
- 7
0
votes
1 answer
SOLR - adding custom REST service
I am using SOLR 8.x. and I am trying to adding some custom functionality. Say like, triggering some server specific shell scripts. Adding custom code JARs to the lib folder and adding the jars in solrconfig.xml is not working.
Or how to set up new…

fiddlin-dev
- 129
- 2
- 13
0
votes
0 answers
solr 8.11 Field Types docs contradiction. Any guidance?
I'm setting up my first Solr server via docker using solr:8.11.1-slim. I am gonna use the schema API to set up the schema for my core whose name is 'products'.
While reading the docs there seems to be false info on the docs for field…

Currn Hyde
- 57
- 5
0
votes
0 answers
How to set anayzer in query for Solr
I'm trying to work out how to set the text analyzer for a search query in Solr (8.11.1)
Here is my handler set in solrconfig.xml: