[ 
https://issues.apache.org/jira/browse/SOLR-8761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cassandra Targett resolved SOLR-8761.
-------------------------------------
    Resolution: Won't Fix

> 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: Sub-task
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>
> 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
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to