Package | Description |
---|---|
org.hibernate.search.backend.impl.lucene | |
org.hibernate.search.backend.impl.lucene.analysis | |
org.hibernate.search.backend.spi | |
org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
org.hibernate.search.engine.spi | |
org.hibernate.search.util.impl |
Modifier and Type | Method and Description |
---|---|
void |
IndexWriterDelegate.addDocument(org.apache.lucene.document.Document document,
ScopedAnalyzer analyzer) |
void |
IndexWriterDelegate.updateDocument(org.apache.lucene.index.Term idTerm,
org.apache.lucene.document.Document document,
ScopedAnalyzer analyzer) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConcurrentlyMutableAnalyzer.isCompatibleWith(ScopedAnalyzer 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(ScopedAnalyzer analyzer)
Correct concurrency control requires external locking!
|
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Query |
DeletionQuery.toLuceneQuery(ScopedAnalyzer analyzerForEntity)
converts this DeletionQuery to a Lucene Query
|
org.apache.lucene.search.Query |
SingularTermDeletionQuery.toLuceneQuery(ScopedAnalyzer analyzerForEntity) |
Modifier and Type | Method and Description |
---|---|
ScopedAnalyzer |
TypeMetadata.getDefaultAnalyzer() |
ScopedAnalyzer |
TypeMetadata.Builder.getScopedAnalyzer() |
Constructor and Description |
---|
Builder(Class<?> indexedType,
ScopedAnalyzer scopedAnalyzer) |
Builder(Class<?> indexedType,
org.hibernate.annotations.common.reflection.XMember embeddedGetter,
ScopedAnalyzer scopedAnalyzer) |
Modifier and Type | Method and Description |
---|---|
ScopedAnalyzer |
AbstractDocumentBuilder.getAnalyzer() |
Modifier and Type | Method and Description |
---|---|
ScopedAnalyzer |
ScopedAnalyzer.clone() |
Modifier and Type | Method and Description |
---|---|
boolean |
ScopedAnalyzer.isCompositeOfSameInstances(ScopedAnalyzer other)
Compares the references of the global analyzer backing this ScopedAnalyzer
and each scoped analyzer.
|
Copyright © 2006–2016 Hibernate. All rights reserved.