public static class ParseContext.InternalParseContext extends ParseContext
ParseContext.Document, ParseContext.InternalParseContext| コンストラクタと説明 |
|---|
InternalParseContext(Settings indexSettings,
DocumentMapperParser docMapperParser,
DocumentMapper docMapper,
ContentPath path) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addDoc(ParseContext.Document doc) |
void |
addDynamicMappingsUpdate(Mapper mapper)
Add a dynamic update to the root object mapper.
|
AllEntries |
allEntries() |
AnalysisService |
analysisService() |
ParseContext.Document |
doc() |
float |
docBoost() |
void |
docBoost(float docBoost) |
DocumentMapper |
docMapper() |
DocumentMapperParser |
docMapperParser() |
List<ParseContext.Document> |
docs() |
Mapper |
dynamicMappingsUpdate()
Get dynamic updates to the root object mapper.
|
boolean |
flyweight() |
String |
id() |
void |
id(String id)
Really, just the id mapper should set this.
|
String |
index() |
Settings |
indexSettings() |
MapperService |
mapperService() |
XContentParser |
parser() |
ContentPath |
path() |
void |
reset(XContentParser parser,
ParseContext.Document document,
SourceToParse source) |
RootObjectMapper |
root() |
ParseContext.Document |
rootDoc() |
BytesReference |
source() |
void |
source(BytesReference source) |
SourceToParse |
sourceToParse() |
StringBuilder |
stringBuilder()
A string builder that can be used to construct complex names for example.
|
String |
type() |
org.apache.lucene.document.Field |
uid() |
void |
uid(org.apache.lucene.document.Field uid)
Really, just the uid mapper should set this.
|
org.apache.lucene.document.Field |
version() |
void |
version(org.apache.lucene.document.Field version) |
createCopyToContext, createExternalValueContext, createMultiFieldContext, createNestedContext, externalValue, externalValueSet, includeInAll, isWithinCopyTo, isWithinMultiFields, overridePath, parseExternalValue, switchDocpublic InternalParseContext(@Nullable Settings indexSettings, DocumentMapperParser docMapperParser, DocumentMapper docMapper, ContentPath path)
public void reset(XContentParser parser, ParseContext.Document document, SourceToParse source)
public boolean flyweight()
flyweight クラス内 ParseContextpublic DocumentMapperParser docMapperParser()
docMapperParser クラス内 ParseContextpublic String index()
index クラス内 ParseContext@Nullable public Settings indexSettings()
indexSettings クラス内 ParseContextpublic String type()
type クラス内 ParseContextpublic SourceToParse sourceToParse()
sourceToParse クラス内 ParseContextpublic BytesReference source()
source クラス内 ParseContextpublic void source(BytesReference source)
source クラス内 ParseContextpublic ContentPath path()
path クラス内 ParseContextpublic XContentParser parser()
parser クラス内 ParseContextpublic ParseContext.Document rootDoc()
rootDoc クラス内 ParseContextpublic List<ParseContext.Document> docs()
docs クラス内 ParseContextpublic ParseContext.Document doc()
doc クラス内 ParseContextpublic void addDoc(ParseContext.Document doc)
addDoc クラス内 ParseContextpublic RootObjectMapper root()
root クラス内 ParseContextpublic DocumentMapper docMapper()
docMapper クラス内 ParseContextpublic AnalysisService analysisService()
analysisService クラス内 ParseContextpublic MapperService mapperService()
mapperService クラス内 ParseContextpublic String id()
id クラス内 ParseContextpublic void id(String id)
id クラス内 ParseContextpublic org.apache.lucene.document.Field uid()
uid クラス内 ParseContextpublic void uid(org.apache.lucene.document.Field uid)
uid クラス内 ParseContextpublic org.apache.lucene.document.Field version()
version クラス内 ParseContextpublic void version(org.apache.lucene.document.Field version)
version クラス内 ParseContextpublic AllEntries allEntries()
allEntries クラス内 ParseContextpublic float docBoost()
docBoost クラス内 ParseContextpublic void docBoost(float docBoost)
docBoost クラス内 ParseContextpublic StringBuilder stringBuilder()
stringBuilder クラス内 ParseContextpublic void addDynamicMappingsUpdate(Mapper mapper)
ParseContextaddDynamicMappingsUpdate クラス内 ParseContextpublic Mapper dynamicMappingsUpdate()
ParseContextdynamicMappingsUpdate クラス内 ParseContextCopyright © 2009–2016. All rights reserved.