Files
gerrit/gerrit-lucene
Dave Borowitz da0459d20c Extract interfaces for Index and IndexCollection
Add another type argument for the key type, e.g. Change.Id. Keep
subinterfaces ChangeIndex and ChangeIndexCollection to avoid having to
pass around lots of type arguments; Schema<ChangeData> was bad enough,
adding one more would be tortuous.

Change-Id: Id54b985692ca41ffcaabe9793d8b9035cb1d4e82
2016-03-16 14:56:43 +01:00
..