Package | Description |
---|---|
org.elasticsearch.index.mapper |
Modifier and Type | Method and Description |
---|---|
SourceToParse.Origin |
SourceToParse.origin() |
static SourceToParse.Origin |
SourceToParse.Origin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceToParse.Origin[] |
SourceToParse.Origin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SourceToParse |
SourceToParse.source(SourceToParse.Origin origin,
BytesReference source) |
Constructor and Description |
---|
SourceToParse(SourceToParse.Origin origin,
BytesReference source) |
SourceToParse(SourceToParse.Origin origin,
XContentParser parser) |
Copyright © 2009–2015. All rights reserved.