Package org.elasticsearch.index.mapper
Class DocumentParser
java.lang.Object
org.elasticsearch.index.mapper.DocumentParser
A parser for documents
-
Method Summary
Modifier and TypeMethodDescriptionparseDocument(SourceToParse source, MappingLookup mappingLookup)
Parse a document
-
Method Details
-
parseDocument
public ParsedDocument parseDocument(SourceToParse source, MappingLookup mappingLookup) throws MapperParsingExceptionParse a document- Parameters:
source
- the document to parsemappingLookup
- the mappings information needed to parse the document- Returns:
- the parsed document
- Throws:
MapperParsingException
- whenever there's a problem parsing the document
-