public class StringDistanceFunction extends ValueSource
| Modifier and Type | Field and Description |
|---|---|
protected StringDistance |
dist |
protected ValueSource |
str1 |
protected ValueSource |
str2 |
| Constructor and Description |
|---|
StringDistanceFunction(ValueSource str1,
ValueSource str2,
StringDistance measure) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
description of field, used in explain()
|
boolean |
equals(Object o) |
DocValues |
getValues(Map context,
IndexReader reader)
Gets the values for this reader and the context that was previously
passed to createWeight()
|
int |
hashCode() |
createWeight, getSortField, getValues, newContext, toStringprotected ValueSource str1
protected ValueSource str2
protected StringDistance dist
public StringDistanceFunction(ValueSource str1, ValueSource str2, StringDistance measure)
str1 - str2 - measure - public DocValues getValues(Map context, IndexReader reader) throws IOException
ValueSourcegetValues in class ValueSourceIOExceptionpublic String description()
ValueSourcedescription in class ValueSourcepublic boolean equals(Object o)
equals in class ValueSourcepublic int hashCode()
hashCode in class ValueSource