| Package | Description |
|---|---|
| org.hibernate.search.elasticsearch.schema.impl.model | |
| org.hibernate.search.elasticsearch.util.impl.gson |
| Modifier and Type | Method and Description |
|---|---|
NormsType |
PropertyMapping.getNorms() |
static NormsType |
NormsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NormsType[] |
NormsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyMapping.setNorms(NormsType norms) |
| Modifier and Type | Method and Description |
|---|---|
NormsType |
ES2NormsTypeJsonAdapter.read(com.google.gson.stream.JsonReader in) |
NormsType |
ES5NormsTypeJsonAdapter.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
ES2NormsTypeJsonAdapter.write(com.google.gson.stream.JsonWriter out,
NormsType value) |
void |
ES5NormsTypeJsonAdapter.write(com.google.gson.stream.JsonWriter out,
NormsType value) |
Copyright © 2006–2017 Hibernate. All rights reserved.