[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-477) Support for the new Solr's character filters

Sanne Grinovero (JIRA) noreply at atlassian.com
Thu Apr 1 04:09:34 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36065#action_36065 ] 

Sanne Grinovero commented on HSEARCH-477:
-----------------------------------------

I assume there might a need to define the order in which TokenFilter(s) and CharFilter(s) are applied?
Maybe filters should be made of type Object, not nice for typesafety and self-documentation, so that it could contain both types.

> Support for the new Solr's character filters
> --------------------------------------------
>
>                 Key: HSEARCH-477
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-477
>             Project: Hibernate Search
>          Issue Type: Improvement
>          Components: analyzer
>            Reporter: Gustavo Fernandes
>            Priority: Minor
>         Attachments: solr14-2.patch
>
>
> Solr 1.4 introduced CharacterFilters [1], which are based on Lucene's CharStream. Those filters are currently incompatible with the annotation @TokenFilterDef, which accept only TokenFilterFactories:
> {code}
> public @interface TokenFilterDef {
> 	public abstract Class<? extends TokenFilterFactory> factory();
> 	public abstract Parameter[] params() default { };
> {code}
> Onde ideia is to keep the same annotation, "generalize" the token filter factory type in the annotation, and on SolrAnalyzerBuilder construct a TokenizerChain which will accept both type of filters [2]
> [1] http://lucene.apache.org/solr/api/org/apache/solr/analysis/CharFilterFactory.html
> [2] http://lucene.apache.org/solr/api/org/apache/solr/analysis/TokenizerChain.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list