You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alexandre Rafalovitch (JIRA)" <ji...@apache.org> on 2016/12/26 19:33:58 UTC

[jira] [Commented] (SOLR-9887) Add KeepWordFilter, StemmerOverrideFilter, StopFilterFactory, SynonymFilter that reads data from a JDBC source

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

Alexandre Rafalovitch commented on SOLR-9887:
---------------------------------------------

I believe the current direction with Solr is to focus on Managed resources that are REST-managed in a push fashion, as opposed to JDBC-pull. This way the common issues related to API, SolrCloud distribution, etc can be solved for all of those at once.

Is there any chance you could use that approach? It would be a very valuable contribution.

> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org