1. 531906e Introduce gerrit-index module by Dariusz Luksza · 9 years ago
  2. 8e72f53 Add support for secondary index with Elasticsearch by David Pursehouse · 11 years ago
  3. 138aec1 Assignee in ReviewDb. by Gustaf Lundh · 9 years ago
  4. f077820 Merge changes from topic 'old-index-schemas' by David Pursehouse · 9 years ago
  5. a161450 Merge branch 'stable-2.13' by Hugo Arès · 9 years ago
  6. 2e38253 Revert "Drain executor of index change requests before closing index" by Hugo Arès · 9 years ago
  7. b5618bf Remove special-casing of index schemas prior to PROJECT by Dave Borowitz · 9 years ago
  8. 783dc96 Remove index schemas earlier than v32 by Dave Borowitz · 9 years ago
  9. 72f61c4 Get assignee from ChangeIndex by Sven Selberg · 9 years ago
  10. a62dc20 Convert some Functions/Predicates to streams & lambdas (5) by Dave Borowitz · 9 years ago
  11. 9eaef60 Merge branch stable-2.12 into stable-2.13 by David Pursehouse · 9 years ago v2.13-rc1
  12. f00dee4 Print proper name for QuerySource tasks in show-queue command by Hugo Arès · 9 years ago
  13. fdfc373 Write each Lucene index using a dedicated background thread by Shawn Pearce · 9 years ago
  14. e8a7b62 Merge branch 'stable-2.12' into stable-2.13 by David Pursehouse · 9 years ago
  15. 3d2e738 Prevent limit of search outbounding max int value by Hongkai Liu · 9 years ago
  16. 87f6de7 LuceneChangeIndex: Remove unused variable by David Pursehouse · 9 years ago v2.12.4
  17. 19ef754 Run all Lucene queries on background threads by Shawn Pearce · 9 years ago
  18. 040c39b Fix auto-adding reviewers during push by Dave Borowitz · 9 years ago
  19. 3df01eb Fix online reindexer not starting by Hugo Arès · 9 years ago
  20. c66120a Merge "Add an optional flag to force an online reindex" by Hugo Arès · 9 years ago
  21. b9a5d00 Add an optional flag to force an online reindex by Khai Do · 9 years ago
  22. 2797e9a Write each Lucene index using a dedicated background thread by Shawn Pearce · 9 years ago
  23. d2d2d39 Run all Lucene queries on background threads by Shawn Pearce · 9 years ago
  24. 51d4edd Optimize loading change from Lucene index by Shawn Pearce · 9 years ago
  25. 6c64d0d Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  26. 4b45e31 Throw QueryParseException if the created phrase query is null by Heng Kang · 9 years ago
  27. 674d92c Upgrade Lucene to 5.5.0 by David Pursehouse · 9 years ago
  28. 88f8410 Shutdown executor for auto-commiting Lucene index when stopping Gerrit by Edwin Kempin · 9 years ago
  29. cd2516c ChangeData: Don't load ChangedLines when missing in index by Dave Borowitz · 9 years ago
  30. d7d82fe LuceneAccountIndex: Return results from read method by Edwin Kempin · 9 years ago
  31. b644ff8 Merge "Implement Bazel build" by Edwin Kempin · 9 years ago
  32. c770781 Add AccountIndexRewriter by Edwin Kempin · 9 years ago
  33. d1969de Initial implementation of account index in Lucene by Dave Borowitz · 9 years ago
  34. 1818aed Merge "Drain executor of index change requests before closing index" by Hugo Arès · 9 years ago
  35. b81b4f7 Implement Bazel build by David Ostrovsky · 9 years ago
  36. 4315f01 Store reviewer field in the index by Dave Borowitz · 9 years ago
  37. 3232472 Enable and fix 'Statement unnecessarily nested within else clause' warnings by David Pursehouse · 9 years ago
  38. 804f1d9 Drain executor of index change requests before closing index by Jonathan Nieder · 9 years ago
  39. 9e972cc Support star labels by Edwin Kempin · 9 years ago
  40. ccdeae8 Use native constructors instead of Guava to instantiate empty collections by David Pursehouse · 9 years ago
  41. 854cc54 Extract gerrit_index.config into its own class by Dave Borowitz · 9 years ago
  42. a209d9a AbstractLuceneIndex: Pass in index name by David Ostrovsky · 9 years ago
  43. 7e638dc Support generic indexes in LuceneVersionManager by Dave Borowitz · 9 years ago
  44. 680495c Store hashtags in change index by Edwin Kempin · 9 years ago
  45. 08ea694 Buck: Remove jgit cell by David Ostrovsky · 9 years ago
  46. 8be51b8 Store users that starred a change in change index by Edwin Kempin · 9 years ago
  47. d79c03a Remove redundant 'public' modifiers by David Pursehouse · 9 years ago
  48. c5ccbf1 Add missing whitespace around keywords, operators and braces by David Pursehouse · 9 years ago
  49. 11e5b24 Merge "Revert "Support generic indexes in LuceneVersionManager"" by Dave Borowitz · 9 years ago
  50. 6247b52 Revert "Support generic indexes in LuceneVersionManager" by Michael Zhou · 9 years ago
  51. a2d40b8 Standardize capitalization of "NoteDb" by Dave Borowitz · 9 years ago
  52. 1762bac Support generic indexes in LuceneVersionManager by Dave Borowitz · 9 years ago
  53. 4997cf7 Fix spelling of ChangeIndexDefinition by Dave Borowitz · 9 years ago
  54. 886746f Encapsulate per-index utilities in a pair of generic classes by Dave Borowitz · 9 years ago
  55. b518e69 Generify OnlineReindexer and friends by Dave Borowitz · 9 years ago
  56. cbb9942 Move Document generation to AbstractLuceneIndex by Dave Borowitz · 9 years ago
  57. aa01c29 Parameterize Lucene's QueryBuilder by Dave Borowitz · 9 years ago
  58. 1068a69 Extract SubIndex as an abstract Index implementation by Dave Borowitz · 9 years ago
  59. ff5a38a LuceneVersionManager: Pass "changes_" prefix as argument by Dave Borowitz · 9 years ago
  60. 063e852 Extract a method for in-memory testing state in Lucene by Dave Borowitz · 9 years ago
  61. e1601e4 Move BooleanQuery static call into LuceneChangeModule by Dave Borowitz · 9 years ago
  62. 9a42bcc Move GerritIndexWriterConfig to its own file by Dave Borowitz · 9 years ago
  63. 5992220 Reindex: Remove --output option by Dave Borowitz · 9 years ago
  64. da0459d Extract interfaces for Index and IndexCollection by Dave Borowitz · 9 years ago
  65. e023347 Move most Change-related index code to an index subpackage by Dave Borowitz · 9 years ago
  66. 64d4bdf Buck: Emulate real JGit project structure in its own cell by David Ostrovsky · 9 years ago
  67. 541c2e8 Merge "Buck: Allow to consume JGit from its own cell" by David Pursehouse · 9 years ago
  68. 2f39745 Merge "Merge branch 'stable-2.12'" by Edwin Kempin · 9 years ago
  69. 557ec3c Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  70. 72825f0 Fix reading changes from index for older schema versions by Dave Borowitz · 9 years ago
  71. 17bb3db Buck: Allow to consume JGit from its own cell by David Ostrovsky · 9 years ago
  72. 5a3bdad Lucene: Add back the core-and-backward-codecs target by David Pursehouse · 9 years ago
  73. 6da2282 Remove index defaultMaxClauseCount config setting while reusing maxTerms by Marco Miller · 9 years ago
  74. b48e7c7 Merge changes from topic 'load-changes-via-change-notes-factory' by Dave Borowitz · 9 years ago
  75. 3b553fa Upgrade Lucene to 5.4.1 by Dave Borowitz · 9 years ago
  76. 341baf2 Pass project to ChangeData so that it can load the change from notes by Edwin Kempin · 9 years ago
  77. 25b6287 Store project field in change index by Edwin Kempin · 9 years ago
  78. 7c99ef8 Merge "Improving message when needing to reindex" by Shawn Pearce · 9 years ago
  79. 37dcf00 Rename LEGACY_ID2 field to LEGACY_ID by Dave Borowitz · 9 years ago
  80. fc70ea3 Remove support for pre-Lucene 5 indexes by Dave Borowitz · 9 years ago
  81. 2c3abe2 Prune old index schema versions and fields by Dave Borowitz · 9 years ago
  82. 222c9f8 Improving message when needing to reindex by Claudio Pacchiega · 9 years ago
  83. 18ae916 Fix race in Lucene shutdown by Dave Borowitz · 9 years ago
  84. 67758fa Allow customizing the set of fields returned by the index by Dave Borowitz · 9 years ago
  85. bbe2cc6 Remove ChangeQueryRewriter interface by Dave Borowitz · 9 years ago
  86. 264198a Encapsulate index query options in a value type by Dave Borowitz · 11 years ago
  87. 714e8d6 Merge "Expose Lucene Index Writers for plug-ins" by David Pursehouse · 10 years ago
  88. 00dd167 Expose Lucene Index Writers for plug-ins by Gustaf Lundh · 10 years ago
  89. 3ace71c Upgrade Lucene to version 5.3.0 by David Pursehouse · 10 years ago
  90. 9a4efd3 Merge Lucene core and backward-codecs jars by Dave Borowitz · 10 years ago
  91. 5cc3023 ChangeField: Add LEGACY_ID2 by David Pursehouse · 10 years ago
  92. 97995c9 Update Guava to 19.0-rc1 by David Pursehouse · 10 years ago
  93. 03bc999 Merge branch 'stable-2.11' by David Pursehouse · 10 years ago
  94. 751a0c4 Bind OnlineReindexer.Factory in LuceneIndexModule by David Pursehouse · 10 years ago
  95. 47f15be Add ssh command to activate the latest index by Hugo Arès · 10 years ago
  96. 3a59335 Add ssh command to restart online indexer by Hugo Arès · 10 years ago
  97. 64cfaf2 Use try/multi-catch by Urs Wolfer · 10 years ago
  98. 875f469 Upgrade Lucene to version 5.2.1 by David Pursehouse · 10 years ago
  99. 7a9c7e6 Lucene: Prohibit searching empty string over a full-text field by Dave Borowitz · 10 years ago
  100. a7df7ca Read reviewedBy set from secondary index by Dave Borowitz · 10 years ago