Class ChangeField

java.lang.Object
com.google.gerrit.server.index.change.ChangeField

public class ChangeField extends Object
Fields indexed on change documents.

Each field corresponds to both a field name supported by ChangeQueryBuilder for querying that field, and a method on ChangeData used for populating the corresponding document fields in the secondary index.

Field names are all lowercase alphanumeric plus underscore; index implementations may create unambiguous derived field names containing other characters.

Note that this class does not override Object.equals(Object). It relies on instances being singletons so that the default (i.e. reference) comparison works.