[infinispan-issues] [JBoss JIRA] (ISPN-9433) Add test for external analyzers

Adrian Nistor (JIRA) issues at jboss.org
Thu Aug 16 07:01:00 EDT 2018


    [ https://issues.jboss.org/browse/ISPN-9433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13619933#comment-13619933 ] 

Adrian Nistor commented on ISPN-9433:
-------------------------------------

That capability of HSearch comes in the form of AnalyzerDef/CharFilterDef/TokenizerDef/TokenFilterDef annotations, which we do not implement in proto.

I thought about how hard it would be to implement them at proto level, which would provide tremendous flexibility, but dropped the idea because these annotations are polluted with Class references, which started to be a problem after HSearch added Elastic Search support. I know they want to redesign them in HSearch Next, so we might be able to implement them in future.

> Add test for external analyzers
> -------------------------------
>
>                 Key: ISPN-9433
>                 URL: https://issues.jboss.org/browse/ISPN-9433
>             Project: Infinispan
>          Issue Type: Task
>          Components: Remote Querying, Test Suite - Server
>            Reporter: Gustavo Fernandes
>            Assignee: Gustavo Fernandes
>
> The test need to verify that it's possible to deploy full fledged analyzers through the server's extensions mechanism, namely the ProgrammaticSearchProvider and the cache manager's module extensions. 
> Also it should test that Lucene analyzers can be defined.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list