Uses of Interface
org.elasticsearch.index.field.data.bytes.ByteFieldData.ValueInDocProc

Packages that use ByteFieldData.ValueInDocProc
org.elasticsearch.index.field.data.bytes   
org.elasticsearch.search.facet.terms.bytes   
 

Uses of ByteFieldData.ValueInDocProc in org.elasticsearch.index.field.data.bytes
 

Methods in org.elasticsearch.index.field.data.bytes with parameters of type ByteFieldData.ValueInDocProc
abstract  void ByteFieldData.forEachValueInDoc(int docId, ByteFieldData.ValueInDocProc proc)
           
 void SingleValueByteFieldData.forEachValueInDoc(int docId, ByteFieldData.ValueInDocProc proc)
           
 void MultiValueByteFieldData.forEachValueInDoc(int docId, ByteFieldData.ValueInDocProc proc)
           
 

Uses of ByteFieldData.ValueInDocProc in org.elasticsearch.search.facet.terms.bytes
 

Classes in org.elasticsearch.search.facet.terms.bytes that implement ByteFieldData.ValueInDocProc
static class TermsByteFacetCollector.AggregatorValueProc
           
static class TermsByteFacetCollector.StaticAggregatorValueProc
           
 



Copyright © 2009-2012. All Rights Reserved.