Re: [hibernate-dev] HSEARCH - Different analyzers for Indexing and Querying

2013-08-21 Thread Emmanuel Bernard
It looks like an interesting idea especially as it keep the simple use case simple (ie simply not defining an queryAnalyzer. Can you explain to me why you would need a different analyzer for a wildcard query? My brain is still tanning on the beach. Brainstorming here we could do the following @A

Re: [hibernate-dev] [Search] Why is global @AnalyzerDefs scanning limited to @Entity?

2013-08-21 Thread Emmanuel Bernard
To me the real answer is to the programmatic API and add a programmatic mapping factory to your configuration. See Example 4.28. Use a mapping factory in http://docs.jboss.org/hibernate/search/4.4/reference/en-US/html_single/#hsearch-mapping-programmaticapi On Thu 2013-06-20 18:22, Guillaume Smet