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

java.lang.Object
  extended by org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexEditorContext

public class LuceneIndexEditorContext
extends Object


Method Summary
 long getIndexedNodes()
           
 long incIndexedNodes()
           
 boolean isStored(String name)
          Checks if a given property should be stored in the lucene index or not
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

incIndexedNodes

public long incIndexedNodes()

getIndexedNodes

public long getIndexedNodes()

isStored

public boolean isStored(String name)
Checks if a given property should be stored in the lucene index or not



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