You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2018/09/03 21:34:02 UTC

[jira] [Commented] (SOLR-12074) Add numeric typed equivalents to StrField

    [ https://issues.apache.org/jira/browse/SOLR-12074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602451#comment-16602451 ] 

Adrien Grand commented on SOLR-12074:
-------------------------------------

bq. I think Lucene allows one field to have a Terms index & Points index

This is correct.

> Add numeric typed equivalents to StrField
> -----------------------------------------
>
>                 Key: SOLR-12074
>                 URL: https://issues.apache.org/jira/browse/SOLR-12074
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Schema and Analysis
>            Reporter: David Smiley
>            Priority: Major
>              Labels: newdev, numeric-tries-to-points
>
> There ought to be numeric typed equivalents to StrField in the schema.  The TrieField types can be configured to do this with precisionStep=0, but the TrieFields are deprecated and slated for removal in 8.0.  PointFields may be adequate for some use cases but, unlike TrieField, it's not as efficient for simple field:value lookup queries.  They probably should use the same internal sortable full-precision term format that TrieField uses (details currently in {{LegacyNumericUtils}} (which are used by the deprecated Trie fields).



--
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