Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
If you try to use the {!join} QParser with numeric points fields, you will get silently incorrect results.
The underlying root cause seems to be that JoinQParser's JoinQuery assumes every field it's dealing with has indexed terms. (AFAICT it won't even work with indexed="false" docValues="true" Trie fields????)
Attachments
Attachments
Issue Links
- is related to
-
SOLR-11363 TestCloudJSONFacetJoinDomain fails with Points enabled
- Closed
- relates to
-
SOLR-8396 Add support for PointFields in Solr
- Closed