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

Make FieldProperties bit masks protected

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 3.2, 4.0-ALPHA
    • None
    • None

    Description

      bit mask values are now package protected, so we have to duplicate:

        final static int INDEXED             = 0x00000001;
        final static int TOKENIZED           = 0x00000002;
        final static int STORED              = 0x00000004;
        final static int BINARY              = 0x00000008;
        final static int OMIT_NORMS          = 0x00000010;
        ...
      

      to set these fields explicitly. This is important for complex fields like LatLonType and poly fields in general

      Attachments

        Issue Links

          Activity

            People

              ryantxu Ryan McKinley
              ryantxu Ryan McKinley
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: