I have a multivalue field in Solr, and want to query for documents where this field is either empty, or contains a specific value.
相关问题
- What is the best way to do a search in a large fil
- Solr Deduplication (dedupe) giving all zeros in si
- Search Multiple Arrays for
- Find index given multiple values of array with Num
- Google Custom Search Engine not giving the expecte
相关文章
- What is the complexity of bisect algorithm?
- Solr - _version_ field must exist in schema and be
- Visual Studio: Is there an incremental search for
- How do I hide a site from search engines? [closed]
- Why is C# Array.BinarySearch so fast?
- Find three elements in a sorted array which sum to
- TreeMap - Search Time Complexity
- performance for searching through 100 million reco
It's not straight forward, but this works:
I used Solr 5.4 to test the query, which had satisfying results: