I need to search for items where a lucene field does not exist. How do I do that ?
Asked
Active
Viewed 882 times
0
-
do you have some code to share? – ddb Jul 12 '16 at 07:40
-
I am using plain java code. – Sourav Mukherjee Jul 12 '16 at 07:57
1 Answers
0
I think it's not possible with Lucene but if using SOLR is an option for you try this answer: How to query SOLR for empty fields?