|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScoreType | |
---|---|
org.apache.blur.lucene.search | |
org.apache.blur.manager | |
org.apache.blur.server | |
org.apache.blur.thrift.generated |
Uses of ScoreType in org.apache.blur.lucene.search |
---|
Methods in org.apache.blur.lucene.search that return ScoreType | |
---|---|
ScoreType |
SuperQuery.getScoreType()
|
Constructors in org.apache.blur.lucene.search with parameters of type ScoreType | |
---|---|
SuperParser(org.apache.lucene.util.Version matchVersion,
FieldManager fieldManager,
boolean superSearch,
org.apache.lucene.search.Filter queryFilter,
ScoreType scoreType,
org.apache.lucene.index.Term defaultPrimeDocTerm)
|
|
SuperQuery.SuperWeight(org.apache.lucene.search.Weight weight,
String originalQueryStr,
org.apache.lucene.search.Query query,
ScoreType scoreType,
org.apache.lucene.index.Term primeDocTerm)
|
|
SuperQuery(org.apache.lucene.search.Query query,
ScoreType scoreType,
org.apache.lucene.index.Term primeDocTerm)
|
|
SuperQuery(org.apache.lucene.search.Query query,
ScoreType scoreType,
org.apache.lucene.index.Term primeDocTerm,
boolean rewritten)
|
Uses of ScoreType in org.apache.blur.manager |
---|
Methods in org.apache.blur.manager with parameters of type ScoreType | |
---|---|
static org.apache.lucene.search.Query |
QueryParserUtil.parseQuery(String query,
boolean superQueryOn,
FieldManager fieldManager,
org.apache.lucene.search.Filter postFilter,
org.apache.lucene.search.Filter preFilter,
ScoreType scoreType,
TableContext tableContext)
|
Uses of ScoreType in org.apache.blur.server |
---|
Methods in org.apache.blur.server that return ScoreType | |
---|---|
ScoreType |
TableContext.getDefaultScoreType()
|
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 |