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

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

public class LuceneIndexProviderService
extends Object


Field Summary
protected  org.apache.lucene.analysis.Analyzer analyzer
           
 
Constructor Summary
LuceneIndexProviderService()
           
 
Method Summary
protected  void bindAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
           
protected  void bindNodeAggregator(org.apache.jackrabbit.oak.plugins.index.aggregate.NodeAggregator aggregator)
           
protected  void unbindAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
           
protected  void unbindNodeAggregator(org.apache.jackrabbit.oak.plugins.index.aggregate.NodeAggregator aggregator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

analyzer

@Reference(cardinality=OPTIONAL_UNARY,
           policyOption=GREEDY,
           policy=DYNAMIC)
protected org.apache.lucene.analysis.Analyzer analyzer
Constructor Detail

LuceneIndexProviderService

public LuceneIndexProviderService()
Method Detail

bindNodeAggregator

protected void bindNodeAggregator(org.apache.jackrabbit.oak.plugins.index.aggregate.NodeAggregator aggregator)

unbindNodeAggregator

protected void unbindNodeAggregator(org.apache.jackrabbit.oak.plugins.index.aggregate.NodeAggregator aggregator)

bindAnalyzer

protected void bindAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)

unbindAnalyzer

protected void unbindAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)


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