Class MultiLuceneIndex
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.lucene.MultiLuceneIndex
-
public class MultiLuceneIndex extends java.lang.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCost()
java.lang.String
getPlan()
Cursor
query()
-
-
-
Method Detail
-
getPlan
public java.lang.String getPlan()
-
getCost
public double getCost()
-
query
public Cursor query()
-
-