[
https://issues.apache.org/jira/browse/SOLR-18019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18043954#comment-18043954
]
ASF subversion and git services commented on SOLR-18019:
--------------------------------------------------------
Commit 47fcf231847ec1cd6829aa5b272a12c750cb4c70 in solr's branch
refs/heads/branch_10x from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=47fcf231847 ]
SOLR-18019: Optimize existence queries for non-docValued PointFields (#3930)
(cherry picked from commit 3c7b671595a7700807d1ecfd31a5718022eee99c)
> FloatPointField and DoublePointField can have improved non-DocValue existence
> queries
> -------------------------------------------------------------------------------------
>
> Key: SOLR-18019
> URL: https://issues.apache.org/jira/browse/SOLR-18019
> Project: Solr
> Issue Type: Improvement
> Reporter: Houston Putman
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Currently all double or float fields (trie and point) use (field:[* TO *] OR
> field:NaN) to represent non-DocValue existence queries. However since NaN is
> numerically sorted after +Infinity, we can use this to our advantage and
> just issue a field:[-Infinity TO NaN] range query for point fields.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]