Package | Description |
---|---|
org.hibernate.search.annotations | |
org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
Modifier and Type | Method and Description |
---|---|
static FacetEncodingType |
FacetEncodingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetEncodingType[] |
FacetEncodingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FacetEncodingType |
FacetMetadata.getEncoding() |
Modifier and Type | Method and Description |
---|---|
void |
FacetMetadata.Builder.setFacetEncoding(FacetEncodingType encoding) |
Copyright © 2006–2016 Hibernate. All rights reserved.