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