On 21 Jan 2013, at 12:17 AM, Guillaume Smet <guillaume.smet(a)gmail.com> wrote:
Hi Sanne,
On Thu, Jun 20, 2013 at 6:45 PM, Sanne Grinovero <sanne(a)hibernate.org> wrote:
> Great, so maybe we should just do that.
Yep, looks like a good idea and would be far cleaner.
+1 once we use Jandex we can fore sure do that.
On the other hand, you are saying that you are using Hibernate Search which means that
you have at last one @Indexed class. Why not add the definitions there? Would that not be
a
logical place anyways?
Another thought, I wonder whether you could use the programmatic API to just define the
analyser
definition on a non indexed entity?
--Hardy