Hi,
I am using Hibernate Search for performing search. I have a JPA/Hibernate entity say 'Inventory' which gets indexed whenever the entity changes (I use hibernate annotations for indexing). My requirement is that, for some of the attributes of Inventory say 'vehicle color', I want to implement Synonym as well as Metaphone(Soundex). I have corresponding analyzers which works perfectly fine if I use one analyzer at a time (I understand that only one analyzeris allowed for an entity attribute). My question is how can I enable both sysnonym and metaphone search for this field.
Any help in this regard would be highly appreciated.
Thanks,
Deepa[/quote]
|