protected class RandomValueSourceParser.RandomValueSource
extends org.apache.lucene.queries.function.ValueSource
| 构造器和说明 |
|---|
RandomValueSourceParser.RandomValueSource() |
RandomValueSourceParser.RandomValueSource(int max) |
RandomValueSourceParser.RandomValueSource(int max,
java.lang.Long seed) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
description() |
boolean |
equals(java.lang.Object o) |
org.apache.lucene.queries.function.FunctionValues |
getValues(java.util.Map context,
org.apache.lucene.index.LeafReaderContext readerContext) |
int |
hashCode() |
public RandomValueSourceParser.RandomValueSource()
public RandomValueSourceParser.RandomValueSource(int max)
public RandomValueSourceParser.RandomValueSource(int max,
java.lang.Long seed)
public org.apache.lucene.queries.function.FunctionValues getValues(java.util.Map context,
org.apache.lucene.index.LeafReaderContext readerContext)
throws java.io.IOException
getValues 在类中 org.apache.lucene.queries.function.ValueSourcejava.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals 在类中 org.apache.lucene.queries.function.ValueSourcepublic int hashCode()
hashCode 在类中 org.apache.lucene.queries.function.ValueSourcepublic java.lang.String description()
description 在类中 org.apache.lucene.queries.function.ValueSourceCopyright © 2016. All Rights Reserved.