Class MultiLuceneIndex
- java.lang.Object
 - 
- org.apache.jackrabbit.oak.plugins.index.lucene.MultiLuceneIndex
 
 
- 
public class MultiLuceneIndex extends java.lang.ObjectA 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 doublegetCost()java.lang.StringgetPlan()Cursorquery() 
 - 
 
- 
- 
Method Detail
- 
getPlan
public java.lang.String getPlan()
 
- 
getCost
public double getCost()
 
- 
query
public Cursor query()
 
 - 
 
 -