Uses of Class
org.elasticsearch.index.mapper.ParsedDocument

Packages that use ParsedDocument
org.elasticsearch.index.engine   
org.elasticsearch.index.mapper   
org.elasticsearch.index.percolator   
org.elasticsearch.index.shard.service   
 

Uses of ParsedDocument in org.elasticsearch.index.engine
 

Methods in org.elasticsearch.index.engine that return ParsedDocument
 ParsedDocument Engine.IndexingOperation.parsedDoc()
           
 ParsedDocument Engine.Create.parsedDoc()
           
 ParsedDocument Engine.Index.parsedDoc()
           
 

Constructors in org.elasticsearch.index.engine with parameters of type ParsedDocument
Engine.Create(DocumentMapper docMapper, org.apache.lucene.index.Term uid, ParsedDocument doc)
           
Engine.Index(DocumentMapper docMapper, org.apache.lucene.index.Term uid, ParsedDocument doc)
           
 

Uses of ParsedDocument in org.elasticsearch.index.mapper
 

Methods in org.elasticsearch.index.mapper that return ParsedDocument
 ParsedDocument ParsedDocument.parent(String parent)
           
 ParsedDocument DocumentMapper.parse(BytesReference source)
           
 ParsedDocument DocumentMapper.parse(SourceToParse source)
           
 ParsedDocument DocumentMapper.parse(SourceToParse source, DocumentMapper.ParseListener listener)
           
 ParsedDocument DocumentMapper.parse(String type, String id, BytesReference source)
           
 

Uses of ParsedDocument in org.elasticsearch.index.percolator
 

Methods in org.elasticsearch.index.percolator that return ParsedDocument
 ParsedDocument PercolatorExecutor.DocAndSourceQueryRequest.doc()
           
 ParsedDocument PercolatorExecutor.DocAndQueryRequest.doc()
           
 

Constructors in org.elasticsearch.index.percolator with parameters of type ParsedDocument
PercolatorExecutor.DocAndQueryRequest(ParsedDocument doc, org.apache.lucene.search.Query query)
           
PercolatorExecutor.DocAndSourceQueryRequest(ParsedDocument doc, String query)
           
 

Uses of ParsedDocument in org.elasticsearch.index.shard.service
 

Methods in org.elasticsearch.index.shard.service that return ParsedDocument
 ParsedDocument IndexShard.create(Engine.Create create)
           
 ParsedDocument InternalIndexShard.create(Engine.Create create)
           
 ParsedDocument IndexShard.index(Engine.Index index)
           
 ParsedDocument InternalIndexShard.index(Engine.Index index)
           
 



Copyright © 2009-2012. All Rights Reserved.