-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: core/search
-
Labels:None
-
Lucene Fields:New
This patch adds a new NormsFieldExistsQuery which is similar to DocValuesFieldExistsQuery but instead of determining whether a document has a value for a field based on doc values it does this based on the field norms so the same kind of exists query functionality can be performed on TextFields which have no doc values.
- relates to
-
SOLR-12488 Rewrite exists field value query to leverage DocValuesFieldExistsQuery and NormsFieldExistsQuery
-
- Resolved
-