Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-2177 Configurable Analyzer in Lucene index
  3. OAK-2329

Use LuceneQuery parser to create query from fulltext string

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.6
    • lucene
    • None

    Description

      Currently the Oak QueryEngine parses the fulltext expression and
      produces the FulltextExpression. This was required for runtime
      aggregation to work. This allowe [d the LuceneIndex to just convert
      the given text (in FulltextTerm) to corresponding Lucene Query [1].

      Note that JCR contract for fulltext clause [2] supports some grammer
      which was so far handled by the Oak QueryEngine.

      Now when moving to index time aggregation it was realized that such parsing of fulltext expression is problamatic [3] in presence of
      different analyzers. As we fix that we need also support the
      requirements mentioned in [2]. JR2 used to do that via Lucene
      QueryParser [4].

      As a fix LucenePropertyIndex should use a Lucene QueryParser to construct the query.

      Now need to determine which parser to use [5] . SimpleQueryParser looks useful!

      [1] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LucenePropertyIndex.java#L913
      [2] http://www.day.com/specs/jcr/1.0/6.6.5.2_jcr_contains_Function.html
      [3] https://issues.apache.org/jira/browse/OAK-2301
      [4] https://github.com/apache/jackrabbit/blob/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/JackrabbitQueryParser.java
      [5] https://lucene.apache.org/core/4_7_0/queryparser/

      Attachments

        1. OAK-2329.patch
          12 kB
          Chetan Mehrotra

        Issue Links

          Activity

            People

              chetanm Chetan Mehrotra
              chetanm Chetan Mehrotra
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: