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() |
getFieldasDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, newContext, toStringpublic 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()
ValueSourcedescription in class FieldCacheSourcepublic FunctionValues getValues(java.util.Map context, LeafReaderContext readerContext) throws java.io.IOException
ValueSourcegetValues in class ValueSourcejava.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class FieldCacheSourcepublic int hashCode()
hashCode in class FieldCacheSourceCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.