python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using not equal or missing in SOLR query
Looking for a way to convert following expression to solr query.
ISNULL(field) OR field != 1
I have tried several things,
-field:1 OR -field:*
-(-field:1 AND field:*)
(-field:1 OR (*:* -field:*))
Mark Evans
Votes: 0
Answers: 1
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