python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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...
Priyanka Agrawal
Votes: 0
Answers: 0
Solr Deduplication (dedupe) is not working, getting error while updating document
I have followed the example listed in the below documentation :
https://solr.apache.org/guide/8_4/de-duplication.html
My requirement is to ignore duplicate records, but after implementing dedupe I am ...
Adarsh Goswami
Votes: 0
Answers: 0
Solr: Is it possible to call the "concat" function in the source of the "copyField"?
For example if I define the "copyField" below, the solr will throw this exception when startup:
org.apache.solr.common.SolrException: copyField source :'concat('i1', id1)' is not a glob and ...
Iori Kyo
Votes: 0
Answers: 1