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

Packages that use SourceToParse
org.elasticsearch.index.mapper   
org.elasticsearch.index.shard.service   
 

Uses of SourceToParse in org.elasticsearch.index.mapper
 

Methods in org.elasticsearch.index.mapper that return SourceToParse
 SourceToParse SourceToParse.flyweight(boolean flyweight)
           
 SourceToParse SourceToParse.id(String id)
           
 SourceToParse SourceToParse.parent(String parentId)
           
 SourceToParse SourceToParse.routing(String routing)
           
static SourceToParse SourceToParse.source(BytesReference source)
           
static SourceToParse SourceToParse.source(XContentParser parser)
           
 SourceToParse ParseContext.sourceToParse()
           
 SourceToParse SourceToParse.timestamp(long timestamp)
           
 SourceToParse SourceToParse.timestamp(String timestamp)
           
 SourceToParse SourceToParse.ttl(long ttl)
           
 SourceToParse SourceToParse.type(String type)
           
 

Methods in org.elasticsearch.index.mapper with parameters of type SourceToParse
 ParsedDocument DocumentMapper.parse(SourceToParse source)
           
 ParsedDocument DocumentMapper.parse(SourceToParse source, DocumentMapper.ParseListener listener)
           
 void ParseContext.reset(XContentParser parser, org.apache.lucene.document.Document document, SourceToParse source, DocumentMapper.ParseListener listener)
           
 

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

Methods in org.elasticsearch.index.shard.service with parameters of type SourceToParse
 Engine.Create IndexShard.prepareCreate(SourceToParse source)
           
 Engine.Create InternalIndexShard.prepareCreate(SourceToParse source)
           
 Engine.Index IndexShard.prepareIndex(SourceToParse source)
           
 Engine.Index InternalIndexShard.prepareIndex(SourceToParse source)
           
 



Copyright © 2009-2012. All Rights Reserved.