Modifier and Type | Method and Description |
---|---|
LuceneWorkSerializer |
MutableSearchFactory.getWorkSerializer() |
LuceneWorkSerializer |
ImmutableSearchFactory.getWorkSerializer() |
LuceneWorkSerializer |
MutableSearchFactory.getWorkSerializerState() |
LuceneWorkSerializer |
MutableSearchFactoryState.getWorkSerializerState()
Immutable: what's important here is not to forget that a
workSerializer has already been requested, so that
the factory that copies this state will be able to know
it should release this service.
|
LuceneWorkSerializer |
ImmutableSearchFactory.getWorkSerializerState() |
Modifier and Type | Class and Description |
---|---|
class |
LuceneWorkSerializerImpl
Serializes
List<LuceneWork> instances back and forth using a pluggable SerializerProvider . |
Modifier and Type | Method and Description |
---|---|
LuceneWorkSerializer |
DirectoryBasedIndexManager.getSerializer() |
LuceneWorkSerializer |
IndexManager.getSerializer()
Deprecated.
This method is scheduled for removal. It is not invoked by Hibernate Search any more, implementations
may make this a no-op and safely return null.
|
Modifier and Type | Method and Description |
---|---|
LuceneWorkSerializer |
SearchIntegrator.getWorkSerializer() |
Modifier and Type | Method and Description |
---|---|
LuceneWorkSerializer |
SearchFactoryState.getWorkSerializerState() |
Copyright © 2006–2017 Hibernate. All rights reserved.