Class MultiLuceneIndex

java.lang.Object
org.apache.jackrabbit.oak.plugins.index.lucene.MultiLuceneIndex

public class MultiLuceneIndex extends Object
A full-text search that is used when the query contains there are multiple "parents", as in "contains(a/x, 'hello') and contains(b/x, 'world')". In this case multiple Lucene queries are run, and the result is combined.
  • Method Details

    • getPlan

      public String getPlan()
    • getCost

      public double getCost()
    • query

      public Cursor query()