Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
GraphTermsQParserPlugin (aka graphTerms) doesn't work if the f field being used to build the graph is "Points" based (because the field won't have any Terms)
GraphTermsQParserPlugin should either be enhanced to work correctly with Points based fields, or should give a clear error if the isPointsField() returns true for the field type being used. At present, it silently matches no documents.
(Note: It appears at first glance that the same basic problem probably exists for any trie/string field which is docValues="true" indexed="false ?)
Attachments
Attachments
Issue Links
- is related to
-
SOLR-11093 implement Points/Numeric support for graph query
- Resolved
- relates to
-
SOLR-10807 Randomize PointFields in all tests unless explicit reason not to
- Closed