public class JoinDocFreqValueSource extends FieldCacheSource
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
protected java.lang.String |
qfield |
field
Constructor and Description |
---|
JoinDocFreqValueSource(java.lang.String field,
java.lang.String qfield) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
description of field, used in explain()
|
boolean |
equals(java.lang.Object o) |
FunctionValues |
getValues(java.util.Map context,
LeafReaderContext readerContext)
Gets the values for this reader and the context that was previously
passed to createWeight().
|
int |
hashCode() |
getField
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, newContext, toString
public static final java.lang.String NAME
protected final java.lang.String qfield
public JoinDocFreqValueSource(java.lang.String field, java.lang.String qfield)
public java.lang.String description()
ValueSource
description
in class FieldCacheSource
public FunctionValues getValues(java.util.Map context, LeafReaderContext readerContext) throws java.io.IOException
ValueSource
getValues
in class ValueSource
java.io.IOException
public boolean equals(java.lang.Object o)
equals
in class FieldCacheSource
public int hashCode()
hashCode
in class FieldCacheSource
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.