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