You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Nicholas Knize (JIRA)" <ji...@apache.org> on 2018/06/26 16:10:07 UTC

[jira] [Created] (SOLR-12520) Switch DateRangeField from NumberRangePrefixTree to LongRange

Nicholas Knize created SOLR-12520:
-------------------------------------

             Summary: Switch DateRangeField from NumberRangePrefixTree to LongRange
                 Key: SOLR-12520
                 URL: https://issues.apache.org/jira/browse/SOLR-12520
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Nicholas Knize


Since graduating {{Range}} field types in LUCENE-7740 we should consider switching SOLR's {{DateRangeField}} from using {{NumberRangePrefixTree}} in the {{spatial-extras}} module to {{LongRange}} in {{lucene-core}}. Not only will this provide a nice performance improvement but nothing will depend on {{NumberRangePrefixTree}} so it can be deprecated and removed. To maintain backcompat we could consider refactoring it from {{spatial-extras}} to SOLR and then removing it once the switch to {{LongRange}} is complete.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org