|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScoreType | |
---|---|
org.apache.blur.thrift.generated |
Uses of ScoreType in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated declared as ScoreType | |
---|---|
ScoreType |
Query.scoreType
The scoring type, see the document on ScoreType for explanation of each score type. |
Methods in org.apache.blur.thrift.generated that return ScoreType | |
---|---|
static ScoreType |
ScoreType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL. |
ScoreType |
Query.getScoreType()
The scoring type, see the document on ScoreType for explanation of each score type. |
static ScoreType |
ScoreType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ScoreType[] |
ScoreType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.blur.thrift.generated with parameters of type ScoreType | |
---|---|
Query |
Query.setScoreType(ScoreType scoreType)
The scoring type, see the document on ScoreType for explanation of each score type. |
Constructors in org.apache.blur.thrift.generated with parameters of type ScoreType | |
---|---|
Query(String query,
boolean rowQuery,
ScoreType scoreType,
String rowFilter,
String recordFilter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |