public static class ValuesSource.Bytes.ParentChild extends ValuesSource.Bytes
ValuesSource.Bytes.FieldData, ValuesSource.Bytes.ParentChild, ValuesSource.Bytes.Script, ValuesSource.Bytes.WithOrdinalsValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.WithScript| Modifier and Type | Field and Description |
|---|---|
protected ParentChildIndexFieldData |
indexFieldData |
| Constructor and Description |
|---|
ValuesSource.Bytes.ParentChild(ParentChildIndexFieldData indexFieldData) |
| Modifier and Type | Method and Description |
|---|---|
SortedBinaryDocValues |
bytesValues(org.apache.lucene.index.LeafReaderContext context)
Get the current
ValuesSource.WithScript.BytesValues. |
long |
globalMaxOrd(org.apache.lucene.search.IndexSearcher indexSearcher,
String type) |
org.apache.lucene.index.SortedDocValues |
globalOrdinalsValues(String type,
org.apache.lucene.index.LeafReaderContext context) |
docsWithValueneedsScoresprotected final ParentChildIndexFieldData indexFieldData
public ValuesSource.Bytes.ParentChild(ParentChildIndexFieldData indexFieldData)
public long globalMaxOrd(org.apache.lucene.search.IndexSearcher indexSearcher,
String type)
public org.apache.lucene.index.SortedDocValues globalOrdinalsValues(String type, org.apache.lucene.index.LeafReaderContext context)
public SortedBinaryDocValues bytesValues(org.apache.lucene.index.LeafReaderContext context)
ValuesSourceValuesSource.WithScript.BytesValues.bytesValues in class ValuesSourceCopyright © 2009–2017. All rights reserved.