org.apache.jackrabbit.oak.plugins.index.lucene
Class LuceneIndexProviderService
java.lang.Object
org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService
public class LuceneIndexProviderService
- extends Object
|
Field Summary |
protected org.apache.lucene.analysis.Analyzer |
analyzer
|
|
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 |
analyzer
@Reference(cardinality=OPTIONAL_UNARY,
policyOption=GREEDY,
policy=DYNAMIC)
protected org.apache.lucene.analysis.Analyzer analyzer
LuceneIndexProviderService
public LuceneIndexProviderService()
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.