Uses of Class
org.elasticsearch.index.mapper.ParseContext.Document
-
Packages that use ParseContext.Document Package Description org.elasticsearch.index.engine org.elasticsearch.index.mapper org.elasticsearch.search.suggest.completion.context -
-
Uses of ParseContext.Document in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return types with arguments of type ParseContext.Document Modifier and Type Method Description List<ParseContext.Document>Engine.Index. docs() -
Uses of ParseContext.Document in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return ParseContext.Document Modifier and Type Method Description abstract ParseContext.DocumentParseContext. doc()ParseContext.DocumentParseContext.InternalParseContext. doc()ParseContext.DocumentParseContext.Document. getParent()Return the parent document, or null if this is the root document.ParseContext.DocumentParseContext.InternalParseContext. rootDoc()abstract ParseContext.DocumentParseContext. rootDoc()ParseContext.DocumentParsedDocument. rootDoc()Methods in org.elasticsearch.index.mapper that return types with arguments of type ParseContext.Document Modifier and Type Method Description List<ParseContext.Document>ParsedDocument. docs()Iterator<ParseContext.Document>ParseContext.InternalParseContext. iterator()Iterable<ParseContext.Document>ParseContext.InternalParseContext. nonRootDocuments()abstract Iterable<ParseContext.Document>ParseContext. nonRootDocuments()Returns an Iterable over all non-root documents.Methods in org.elasticsearch.index.mapper with parameters of type ParseContext.Document Modifier and Type Method Description protected abstract voidParseContext. addDoc(ParseContext.Document doc)protected voidParseContext.InternalParseContext. addDoc(ParseContext.Document doc)ParseContextParseContext. switchDoc(ParseContext.Document document)Return a new context that has the provided document as the current document.Constructor parameters in org.elasticsearch.index.mapper with type arguments of type ParseContext.Document Constructor Description ParsedDocument(Field version, SeqNoFieldMapper.SequenceIDFields seqID, String id, String type, String routing, List<ParseContext.Document> documents, BytesReference source, XContentType xContentType, Mapping dynamicMappingsUpdate) -
Uses of ParseContext.Document in org.elasticsearch.search.suggest.completion.context
Methods in org.elasticsearch.search.suggest.completion.context with parameters of type ParseContext.Document Modifier and Type Method Description voidContextMappings. addField(ParseContext.Document document, String name, String input, int weight, Map<String,Set<String>> contexts)Adds a context-enabled field for all the defined mappings todocumentseeContextMappings.TypedContextFieldSet<String>CategoryContextMapping. parseContext(ParseContext.Document document)protected abstract Set<String>ContextMapping. parseContext(ParseContext.Document document)Retrieves a set of context from adocumentat index-time.Set<String>GeoContextMapping. parseContext(ParseContext.Document document)
-