Noble Paul created SOLR-8761: -------------------------------- Summary: ManagedResources should be able to load from blob store Key: SOLR-8761 URL: https://issues.apache.org/jira/browse/SOLR-8761 Project: Solr Issue Type: Bug Reporter: Noble Paul Assignee: Noble Paul
config would look like this {code:xml} <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> {code} The {{blob:}} prefix would make it load/persist to blob store -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org