[
https://issues.apache.org/jira/browse/JCR-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494341
]
Marcel Reutegger commented on JCR-901:
--------------------------------------
Added a SynonymProvider implementation that uses WordNet to get synonyms for a
search term.
See: contrib/wordnet-synonyms
Please note that this contrib requires some manual steps to build the jar file!
More information can be found in the README.txt file.
Committed in revision: 536250
> Support synonym searches
> ------------------------
>
> Key: JCR-901
> URL: https://issues.apache.org/jira/browse/JCR-901
> Project: Jackrabbit
> Issue Type: New Feature
> Components: query
> Reporter: Marcel Reutegger
> Priority: Minor
> Fix For: 1.4
>
>
> Jackrabbit should support synonym searches in the jcr:contains function like
> Google does.
> Example:
> //element(*, nt:resource)[jcr:contains(., '~food')]
> -> finds all nt:resource nodes that contain the word food or synonyms for
> food.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.