Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-12074

Add numeric typed equivalents to StrField

    XMLWordPrintableJSON

Details

    Description

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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dsmiley David Smiley
              Votes:
              0 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated: