[ 
https://issues.apache.org/jira/browse/SOLR-9887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781039#comment-15781039
 ] 

David Smiley commented on SOLR-9887:
------------------------------------

Push-style is fine but pull is good too; each app has it's own motivating 
rationale.  Personally, I've been thinking it'd be cool if these might pull 
from a StreamingExpression, which in turn could be an expression that reads 
from a JDBC or Solr or who knows what else someone might plug in.

> Add KeepWordFilter, StemmerOverrideFilter, StopFilterFactory, SynonymFilter 
> that reads data from a JDBC source
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-9887
>                 URL: https://issues.apache.org/jira/browse/SOLR-9887
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Tobias Kässmann
>            Priority: Minor
>
> We've created some new {{FilterFactories}} that reads their stopwords or 
> synonyms from a database (by a JDBC source). That enables us a easy 
> management of large lists and also add the possibility to do this in other 
> tools. JDBC data sources are retrieved via JNDI.
> For a easy reload of this lists we've added a {{SeacherAwareReloader}} 
> abstraciton that reloads this lists on every new searcher event.
> If this is a feature that is interesting for Solr, we will create a pull 
> request. All the sources are currently available here: 
> https://github.com/shopping24/solr-jdbc



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to