| Package | Description |
|---|---|
| org.hibernate.search.analyzer.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyRemoteAnalyzer
A remote
Analyzer loaded lazily. |
class |
ScopedRemoteAnalyzer
A
ScopedRemoteAnalyzer is a wrapper class containing all remote analyzers for a given class. |
| Modifier and Type | Method and Description |
|---|---|
RemoteAnalyzer |
RemoteAnalyzerReference.getAnalyzer() |
RemoteAnalyzer |
RemoteAnalyzerProvider.getRemoteAnalyzer(String name)
Create an instance of the required analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LazyRemoteAnalyzer.setDelegate(RemoteAnalyzer analyzer) |
| Constructor and Description |
|---|
RemoteAnalyzerReference(RemoteAnalyzer analyzer) |
Copyright © 2006–2016 Hibernate. All rights reserved.