public abstract class BinaryDocValues extends Object
Modifier | Constructor and Description |
---|---|
protected |
BinaryDocValues()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract BytesRef |
get(int docID)
Lookup the value for document.
|
protected BinaryDocValues()
public abstract BytesRef get(int docID)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.