dabboo wrote:
Hi,

I am implementing 2 way synonyms in solr using q query parameter. One way
synonym is working fine with q query parameter but 2 way is not working.
for e.g.
If I defined 2 way synonyms in the file like:
value1, value2

It doesnt show any result for either of the value.
Please suggest.

Thanks,
Amit Garg

Are you sure you have expand="true" on your synonym definition?

Also you can use /admin/analysis.jsp for debugging the field.


Koji


Reply via email to