Package | Description |
---|---|
org.hibernate.search.analyzer.impl | |
org.hibernate.search.backend.impl.lucene.analysis |
Modifier and Type | Method and Description |
---|---|
protected ScopedLuceneAnalyzer |
ScopedLuceneAnalyzerReference.DeferredInitializationBuilder.buildAnalyzer() |
ScopedLuceneAnalyzer |
ScopedLuceneAnalyzerReference.getAnalyzer() |
Modifier and Type | Method and Description |
---|---|
boolean |
ScopedLuceneAnalyzer.isCompositeOfSameInstances(ScopedLuceneAnalyzer other)
Compares the references of the global analyzer backing this ScopedAnalyzer
and each scoped analyzer.
|
Constructor and Description |
---|
CopyBuilder(ScopedLuceneAnalyzer baseAnalyzer) |
ScopedLuceneAnalyzerReference(ScopedLuceneAnalyzer analyzer) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConcurrentlyMutableAnalyzer.isCompatibleWith(ScopedLuceneAnalyzer analyzer)
Checks if the currently set Analyzer is the same as the
proposed one, in which case there is no need for
replacements or locking.
|
void |
ConcurrentlyMutableAnalyzer.updateAnalyzer(ScopedLuceneAnalyzer analyzer)
Correct concurrency control requires external locking!
|
Copyright © 2006–2017 Hibernate. All rights reserved.