public class StrFieldSource
extends org.apache.lucene.queries.function.valuesource.FieldCacheSource
| Constructor and Description |
|---|
StrFieldSource(String field) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
boolean |
equals(Object o) |
org.apache.lucene.queries.function.FunctionValues |
getValues(Map context,
org.apache.lucene.index.AtomicReaderContext readerContext) |
int |
hashCode() |
getField, getFieldCachepublic StrFieldSource(String field)
public String description()
description in class org.apache.lucene.queries.function.valuesource.FieldCacheSourcepublic org.apache.lucene.queries.function.FunctionValues getValues(Map context, org.apache.lucene.index.AtomicReaderContext readerContext) throws IOException
getValues in class org.apache.lucene.queries.function.ValueSourceIOExceptionpublic boolean equals(Object o)
equals in class org.apache.lucene.queries.function.valuesource.FieldCacheSourcepublic int hashCode()
hashCode in class org.apache.lucene.queries.function.valuesource.FieldCacheSourceCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.