See: Description
| Class | Description |
|---|---|
| CategoryContextMapping |
The
CategoryContextMapping is used to define a ContextMapping that
references a field within a document. |
| CategoryContextMapping.Builder | |
| ContextBuilder<E extends ContextMapping> | |
| ContextMapping |
A
ContextMapping is used t define a context that may used
in conjunction with a suggester. |
| ContextMapping.Context |
A collection of
ContextMappings, their ContextMapping.ContextConfiguration and a
Document form a complete ContextMapping.Context. |
| ContextMapping.ContextConfig |
A
ContextMapping combined with the information provided by a document
form a ContextMapping.ContextConfig which is used to build the underlying FST. |
| ContextMapping.ContextQuery |
A
ContextMapping.ContextQuery defines the context information for a specific ContextMapping
defined within a suggestion request. |
| GeolocationContextMapping |
The
GeolocationContextMapping allows to take GeoInfomation into account
during building suggestions. |
| GeolocationContextMapping.Builder |