Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8773 Make blob store usage intuitive and robust
  3. SOLR-8761

ManagedResources should be able to load from blob store

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      config would look like this

      <fieldType name="managed_en" class="solr.TextField" positionIncrementGap="100">
            <analyzer>
              <tokenizer class="solr.StandardTokenizerFactory"/>
              <filter class="solr.ManagedStopFilterFactory" managed="blob:english" />
              <filter class="solr.ManagedSynonymFilterFactory" managed="blob:english" />
            </analyzer>
          </fieldType>
      

      The blob: prefix would make it load/persist to blob store

      Attachments

        Activity

          People

            noble.paul Noble Paul
            noble.paul Noble Paul
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: