Modifier and Type | Interface and Description |
---|---|
interface |
ElasticsearchJsonStringIndexSchemaFieldTypedContext |
interface |
ElasticsearchStandardIndexSchemaFieldTypedContext<S extends ElasticsearchStandardIndexSchemaFieldTypedContext<? extends S,F>,F> |
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneStandardIndexSchemaFieldTypedContext<S extends LuceneStandardIndexSchemaFieldTypedContext<? extends S,F>,F> |
Modifier and Type | Method and Description |
---|---|
default <F> IndexSchemaFieldTerminalContext<F> |
LuceneIndexSchemaFieldContext.asLuceneField(Class<F> valueType,
LuceneFieldContributor<F> fieldContributor)
Declares a native field on which projection is not allowed.
|
<F> IndexSchemaFieldTerminalContext<F> |
LuceneIndexSchemaFieldContext.asLuceneField(Class<F> valueType,
LuceneFieldContributor<F> fieldContributor,
LuceneFieldValueExtractor<F> fieldValueExtractor)
Declares a native field, on which projection is allowed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StandardIndexSchemaFieldTypedContext<S extends StandardIndexSchemaFieldTypedContext<? extends S,F>,F> |
interface |
StringIndexSchemaFieldTypedContext<S extends StringIndexSchemaFieldTypedContext<? extends S>> |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.