public class LazyLuceneAnalyzer
extends org.apache.lucene.analysis.AnalyzerWrapper
Analyzer loaded lazily.| Constructor and Description |
|---|
LazyLuceneAnalyzer(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getName() |
protected org.apache.lucene.analysis.Analyzer |
getWrappedAnalyzer(String fieldName) |
void |
setDelegate(org.apache.lucene.analysis.Analyzer analyzer) |
String |
toString() |
createComponents, getOffsetGap, getPositionIncrementGap, initReader, wrapComponents, wrapReaderpublic LazyLuceneAnalyzer(String name)
public String getName()
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.analysis.Analyzerpublic void setDelegate(org.apache.lucene.analysis.Analyzer analyzer)
protected org.apache.lucene.analysis.Analyzer getWrappedAnalyzer(String fieldName)
getWrappedAnalyzer in class org.apache.lucene.analysis.AnalyzerWrapperCopyright © 2006–2016 Hibernate. All rights reserved.