| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.types.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexFieldTypeConverterStep<S extends IndexFieldTypeConverterStep<? extends S,F>,F>
The step in an index field type definition where DSL converters (applied when using the search DSL)
and projection converters (applied when projecting in a search query) can be set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<? extends S,F>,F>
The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.
|
interface |
StandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<? extends S,F>,F>
The initial and final step in a "standard" index field type definition, where optional parameters can be set.
|
interface |
StringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<? extends S>>
The initial and final step in a "string" index field type definition, where optional parameters can be set.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.