public class AccountField
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static com.google.gerrit.index.FieldDef<AccountState,java.lang.String> |
ACTIVE |
static com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<java.lang.String>> |
EMAIL |
static com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<java.lang.String>> |
EXTERNAL_ID |
static com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<byte[]>> |
EXTERNAL_ID_STATE
All note values of all external IDs that were used in the course of indexing this document.
|
static com.google.gerrit.index.FieldDef<AccountState,java.lang.String> |
FULL_NAME |
static com.google.gerrit.index.FieldDef<AccountState,java.lang.Integer> |
ID |
static com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<java.lang.String>> |
NAME_PART
Fuzzy prefix match on name and email parts.
|
static com.google.gerrit.index.FieldDef<AccountState,java.lang.String> |
PREFERRED_EMAIL |
static com.google.gerrit.index.FieldDef<AccountState,java.lang.String> |
PREFERRED_EMAIL_EXACT |
static com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<byte[]>> |
REF_STATE
All values of all refs that were used in the course of indexing this document, except the
refs/meta/external-ids notes branch which is handled specially (see
EXTERNAL_ID_STATE ). |
static com.google.gerrit.index.FieldDef<AccountState,java.sql.Timestamp> |
REGISTERED |
static com.google.gerrit.index.FieldDef<AccountState,java.lang.String> |
USERNAME |
static com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<java.lang.String>> |
WATCHED_PROJECT |
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.Integer> ID
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<java.lang.String>> EXTERNAL_ID
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<java.lang.String>> NAME_PART
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.String> FULL_NAME
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.String> ACTIVE
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<java.lang.String>> EMAIL
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.String> PREFERRED_EMAIL
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.String> PREFERRED_EMAIL_EXACT
public static final com.google.gerrit.index.FieldDef<AccountState,java.sql.Timestamp> REGISTERED
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.String> USERNAME
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<java.lang.String>> WATCHED_PROJECT
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<byte[]>> REF_STATE
EXTERNAL_ID_STATE
).
Emitted as UTF-8 encoded strings of the form project:ref/name:[hex sha]
.
public static final com.google.gerrit.index.FieldDef<AccountState,java.lang.Iterable<byte[]>> EXTERNAL_ID_STATE
Emitted as UTF-8 encoded strings of the form [hex sha of external ID]:[hex sha of
note blob]
, or with other words [note ID]:[note data ID]
.