Uses of Class
org.elasticsearch.ElasticsearchParseException
-
-
Uses of ElasticsearchParseException in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get that throw ElasticsearchParseException Modifier and Type Method Description Map<String,Object>GetResponse. getSourceAsMap()The source of the document (As a map). -
Uses of ElasticsearchParseException in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that throw ElasticsearchParseException Modifier and Type Method Description Map<String,Object>MappingMetaData. getSourceAsMap()Converts the serialized compressed form of the mappings into a parsed map.Map<String,Object>MappingMetaData. sourceAsMap()Converts the serialized compressed form of the mappings into a parsed map. -
Uses of ElasticsearchParseException in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo that throw ElasticsearchParseException Modifier and Type Method Description static GeoPointGeoUtils. parseGeoPoint(Object value, boolean ignoreZValue)Parses the value as a geopoint.static GeoPointGeoUtils. parseGeoPoint(XContentParser parser)Parse aGeoPointwith aXContentParser:static GeoPointGeoUtils. parseGeoPoint(XContentParser parser, GeoPoint point)static GeoPointGeoUtils. parseGeoPoint(XContentParser parser, GeoPoint point, boolean ignoreZValue)Parse a geopoint represented as an object, string or an array.static GeoPointGeoUtils. parseGeoPoint(XContentParser parser, GeoPoint point, boolean ignoreZValue, GeoUtils.EffectivePoint effectivePoint)Parse aGeoPointwith aXContentParser.static intGeoUtils. parsePrecision(XContentParser parser)Parse a precision that can be expressed as an integer or a distance measure like "1km", "10m". -
Uses of ElasticsearchParseException in org.elasticsearch.common.geo.parsers
Methods in org.elasticsearch.common.geo.parsers that throw ElasticsearchParseException Modifier and Type Method Description static ShapeBuilderGeoWKTParser. parse(XContentParser parser, AbstractGeometryFieldMapper shapeMapper)static ShapeBuilderGeoWKTParser. parseExpectedType(XContentParser parser, GeoShapeType shapeType)static ShapeBuilderGeoWKTParser. parseExpectedType(XContentParser parser, GeoShapeType shapeType, AbstractGeometryFieldMapper shapeMapper)throws an exception if the parsed geometry type does not match the expected shape type -
Uses of ElasticsearchParseException in org.elasticsearch.common.unit
Methods in org.elasticsearch.common.unit that throw ElasticsearchParseException Modifier and Type Method Description static ByteSizeValueByteSizeValue. parseBytesSizeValue(String sValue, String settingName)static ByteSizeValueByteSizeValue. parseBytesSizeValue(String sValue, ByteSizeValue defaultValue, String settingName)static SizeValueSizeValue. parseSizeValue(String sValue)static SizeValueSizeValue. parseSizeValue(String sValue, SizeValue defaultValue) -
Uses of ElasticsearchParseException in org.elasticsearch.common.xcontent
Methods in org.elasticsearch.common.xcontent that throw ElasticsearchParseException Modifier and Type Method Description static Tuple<XContentType,Map<String,Object>>XContentHelper. convertToMap(BytesReference bytes, boolean ordered)Deprecated.this method relies on auto-detection of content type.static Tuple<XContentType,Map<String,Object>>XContentHelper. convertToMap(BytesReference bytes, boolean ordered, XContentType xContentType)Converts the given bytes into a map that is optionally ordered.static Map<String,Object>XContentHelper. convertToMap(XContent xContent, InputStream input, boolean ordered)static Map<String,Object>XContentHelper. convertToMap(XContent xContent, String string, boolean ordered) -
Uses of ElasticsearchParseException in org.elasticsearch.index.get
Methods in org.elasticsearch.index.get that throw ElasticsearchParseException Modifier and Type Method Description Map<String,Object>GetResult. sourceAsMap()The source of the document (As a map). -
Uses of ElasticsearchParseException in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that throw ElasticsearchParseException Modifier and Type Method Description static double[]GeoBoundingBoxQueryBuilder. parseBoundingBox(XContentParser parser)Parses the bounding box and returns bottom, top, left, right coordinates -
Uses of ElasticsearchParseException in org.elasticsearch.search.lookup
Methods in org.elasticsearch.search.lookup that throw ElasticsearchParseException Modifier and Type Method Description static Map<String,Object>SourceLookup. sourceAsMap(BytesReference source)static Tuple<XContentType,Map<String,Object>>SourceLookup. sourceAsMapAndType(BytesReference source) -
Uses of ElasticsearchParseException in org.elasticsearch.search.suggest.completion.context
Methods in org.elasticsearch.search.suggest.completion.context that throw ElasticsearchParseException Modifier and Type Method Description protected static CategoryContextMappingCategoryContextMapping. load(String name, Map<String,Object> config)Loads anamedCategoryContextMappinginstance from a map.static ContextMappingsContextMappings. load(Object configuration, Version indexVersionCreated)LoadsContextMappingsfrom configuration Expected configuration: List of maps representingContextMapping[{"name": .., "type": .., ..}, {..}]Set<String>CategoryContextMapping. parseContext(ParseContext parseContext, XContentParser parser)Parse a set ofCharSequencecontexts at index-time.abstract Set<String>ContextMapping. parseContext(ParseContext parseContext, XContentParser parser)Parses a set of index-time contexts.Set<String>GeoContextMapping. parseContext(ParseContext parseContext, XContentParser parser)Parse a set ofCharSequencecontexts at index-time.List<ContextMapping.InternalQueryContext>ContextMapping. parseQueryContext(XContentParser parser)Parses query contexts for this mapper
-