org.apache.jackrabbit.oak.plugins.index.lucene
Class MultiLuceneIndex

java.lang.Object
  extended by 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 Summary
 double getCost()
           
 String getPlan()
           
 org.apache.jackrabbit.oak.spi.query.Cursor query()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPlan

public String getPlan()

getCost

public double getCost()

query

public org.apache.jackrabbit.oak.spi.query.Cursor query()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.