[ 
https://issues.apache.org/jira/browse/CMIS-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Dürig resolved CMIS-511.
--------------------------------

    Resolution: Fixed

Fixed at revision 1325411:
- applied modified patch with some javadoc added
- added test cases

Thanks for providing test cases and patches
                
> Full text search still is incomplete
> ------------------------------------
>
>                 Key: CMIS-511
>                 URL: https://issues.apache.org/jira/browse/CMIS-511
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: opencmis-server-jcr
>            Reporter: Jose Carlos Campanero
>            Assignee: Michael Dürig
>         Attachments: CMIS-511.patch, CMIS-511.patch, 
> QueryTranslatorTest.java, XPathBuilderTest.java
>
>
> Full text search still is incomplete: it's not possible query by content.
> In org.apache.chemistry.opencmis.jcr.query.ParseTreeWalker you can find:
>     private T walkTextAnd(Evaluator<T> evaluator2, Tree node) {
>         // TODO Auto-generated method stub
>         return null;
>     }
>     
>     private T walkTextOr(Evaluator<T> evaluator2, Tree node) {
>         // TODO Auto-generated method stub
>         return null;
>     }
>     
>     private T walkTextMinus(Evaluator<T> evaluator2, Tree node) {
>         // TODO Auto-generated method stub
>         return null;
>     }
>     
>     private T walkTextWord(Evaluator<T> evaluator2, Tree node) {
>         // TODO Auto-generated method stub
>         return null;
>     }
>     
>     private T walkTextPhrase(Evaluator<T> evaluator2, Tree node) {
>         // TODO Auto-generated method stub
>         return null;
>     }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to