Package | Description |
---|---|
org.hibernate.search.backend.lucene.types.dsl |
Modifier and Type | Method and Description |
---|---|
default <F> IndexFieldTypeTerminalContext<F> |
LuceneIndexFieldTypeFactoryContext.asLuceneField(Class<F> valueType,
LuceneFieldContributor<F> fieldContributor)
Declares a native field on which projection is not allowed.
|
<F> IndexFieldTypeTerminalContext<F> |
LuceneIndexFieldTypeFactoryContext.asLuceneField(Class<F> valueType,
LuceneFieldContributor<F> fieldContributor,
LuceneFieldValueExtractor<F> fieldValueExtractor)
Declares a native field, on which projection is allowed.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.