public class ParentChildAtomicFieldData extends Object
| コンストラクタと説明 |
|---|
ParentChildAtomicFieldData(ImmutableOpenMap<String,AtomicOrdinalsFieldData> typeToIds) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
static AtomicParentChildFieldData |
empty() |
AtomicOrdinalsFieldData |
getAtomicFieldData(String type) |
SortedBinaryDocValues |
getBytesValues()
Return a String representation of the values.
|
Collection<org.apache.lucene.util.Accountable> |
getChildResources() |
org.apache.lucene.index.SortedDocValues |
getOrdinalsValues(String type)
Return the mapping for the given type.
|
ScriptDocValues |
getScriptValues()
Returns a "scripting" based values.
|
long |
ramBytesUsed() |
Set<String> |
types()
Return the set of types there is a mapping for.
|
public ParentChildAtomicFieldData(ImmutableOpenMap<String,AtomicOrdinalsFieldData> typeToIds)
public long ramBytesUsed()
public Collection<org.apache.lucene.util.Accountable> getChildResources()
public Set<String> types()
AtomicParentChildFieldDatapublic org.apache.lucene.index.SortedDocValues getOrdinalsValues(String type)
AtomicParentChildFieldDataSortedDocValues will map doc IDs to the identifier of their
parent.public AtomicOrdinalsFieldData getAtomicFieldData(String type)
public void close()
public final ScriptDocValues getScriptValues()
AtomicFieldDatagetScriptValues インタフェース内 AtomicFieldDatapublic final SortedBinaryDocValues getBytesValues()
AtomicFieldDatagetBytesValues インタフェース内 AtomicFieldDatapublic static AtomicParentChildFieldData empty()
Copyright © 2009–2016. All rights reserved.