Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-511

Full text search still is incomplete

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • opencmis-server-jcr
    • None

    Description

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

      Attachments

        1. CMIS-511.patch
          10 kB
          Jose Carlos Campanero
        2. CMIS-511.patch
          10 kB
          Michael Dürig
        3. QueryTranslatorTest.java
          14 kB
          Jose Carlos Campanero
        4. XPathBuilderTest.java
          11 kB
          Jose Carlos Campanero

        Activity

          People

            mduerig Michael Dürig
            jccampanero Jose Carlos Campanero
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: