public class BinaryDVAtomicFieldData extends Object implements AtomicFieldData
AtomicFieldData impl on top of Lucene's binary doc values.| コンストラクタと説明 |
|---|
BinaryDVAtomicFieldData(org.apache.lucene.index.LeafReader reader,
String field) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
SortedBinaryDocValues |
getBytesValues()
Return a String representation of the values.
|
Collection<org.apache.lucene.util.Accountable> |
getChildResources() |
ScriptDocValues.Strings |
getScriptValues()
Returns a "scripting" based values.
|
long |
ramBytesUsed() |
public BinaryDVAtomicFieldData(org.apache.lucene.index.LeafReader reader,
String field)
public SortedBinaryDocValues getBytesValues()
AtomicFieldDatagetBytesValues インタフェース内 AtomicFieldDatapublic ScriptDocValues.Strings getScriptValues()
AtomicFieldDatagetScriptValues インタフェース内 AtomicFieldDatapublic void close()
close インタフェース内 AutoCloseableclose インタフェース内 Releasablepublic long ramBytesUsed()
ramBytesUsed インタフェース内 org.apache.lucene.util.Accountablepublic Collection<org.apache.lucene.util.Accountable> getChildResources()
getChildResources インタフェース内 org.apache.lucene.util.AccountableCopyright © 2009–2016. All rights reserved.