Hi All, I am trying to implement a synonym search, so I have configured PropertySynonymProvider and synonym.properties for the SearchIndex object, my ~query works, but I want to know what are the synonym list it's being search against when I pass ~query.
I am currently using JCR through springmodules jcr, and digging into the code I realize that query parser gets the matched synonyms list, but is there way to get these synonyms list alone or part of the result set ? or should I initialize my own PropertySynonymProvider object and use getSynonym(term) to get the synonym list separately ? Any help would be greatly appreciated. Thanks, -- <!-- Mehmood.Z -->