[ 
https://issues.apache.org/jira/browse/JCR-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494454
 ] 

Marcel Reutegger commented on JCR-901:
--------------------------------------

In general I agree. The problem I had was that I didn't know how to supply a 
parameter to a parameter ;) and my intention was to make the wordnet synonym 
provider deployment as easy as possible.

How about this:

- add a new parameter: synonymProviderOptions
- Extend the SynonymProvider interface with an init method that passes in the 
options string

> 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.

Reply via email to