The scoring type used during a SuperQuery to score multi Record hits within a ColumnFamily.
SUPERDuring a multi Record match, a calculation of the best match Record plus how often it occurs within the match Row produces the score that is used in the scoring of the SuperQuery.
AGGREGATEDuring a multi Record match, the aggregate score of all the Records within a ColumnFamily is used in the scoring of the SuperQuery.
BESTDuring a multi Record match, the best score of all the Records within a ColumnFamily is used in the scoring of the SuperQuery.
CONSTANTA constant score of 1 is used in the scoring of the SuperQuery.
|
class |
ShardState
The shard state, see shardServerLayoutOptions method in the Blur service for details.
OPENINGThe shard is opening.
OPENThe shard is open.
OPENING_ERRORAn error during the opening of the shard.
CLOSINGIn the process of closing.
CLOSEDThe shard is closed.
CLOSING_ERRORAn error during the closing of the shard.
|
class |
Status
NOT_FOUNDBlur status UUID is not found.
FOUNDBlur status UUID is present.
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.
| |