Class MultiLuceneIndex
java.lang.Object
org.apache.jackrabbit.oak.plugins.index.lucene.MultiLuceneIndex
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 Summary
-
Method Details
-
getPlan
-
getCost
public double getCost() -
query
-