gerrit/gerrit-elasticsearch
Dave Borowitz 6453fcef85 Store SubmitRecords in index
We can quickly evaluate labels and the submittable bit in ChangeJson
if we store the full submit records in the index. We would also like
to be able to search for submittable changes, i.e. changes that pass
the submit rule evaluator. Support this with a triumvirate of new
fields.

We now support `is:submittable` and `submit:STATUS` operators, as well
as a new flavor of `label:` that takes a submit record label status
rather than a numeric vote. These allow for more precise queries than
some of the heuristics that were previously documented in the search
docs.

Change-Id: Ie8a185a7cdae998be168900186fb64905246e7cf
2016-10-18 10:23:41 -04:00
..
src Store SubmitRecords in index 2016-10-18 10:23:41 -04:00
BUCK Introduce gerrit-index module 2016-09-27 23:27:37 +09:00
BUILD bazel: update for elasticsearch and lucene. 2016-09-28 21:17:08 +02:00