summaryrefslogtreecommitdiffstats
path: root/gerrit-lucene
Commit message (Expand)AuthorAgeFilesLines
* Drain executor of index change requests before closing indexLuca Milanesio2016-12-303-16/+21
* Revert "Drain executor of index change requests before closing index"Hugo Arès2016-09-221-9/+16
* Merge branch stable-2.12 into stable-2.13v2.13-rc1David Pursehouse2016-09-141-5/+15
|\
| * Print proper name for QuerySource tasks in show-queue commandHugo Arès2016-09-141-6/+14
| * Write each Lucene index using a dedicated background threadShawn Pearce2016-09-071-18/+76
* | Merge branch 'stable-2.12' into stable-2.13David Pursehouse2016-09-011-0/+3
|\|
| * Prevent limit of search outbounding max int valueHongkai Liu2016-08-311-0/+3
| * LuceneChangeIndex: Remove unused variablev2.12.4David Pursehouse2016-08-241-1/+0
| * Run all Lucene queries on background threadsShawn Pearce2016-08-221-20/+57
* | Fix auto-adding reviewers during pushDave Borowitz2016-08-151-0/+10
* | Fix online reindexer not startingHugo Arès2016-08-111-4/+4
* | Merge "Add an optional flag to force an online reindex"Hugo Arès2016-08-031-4/+5
|\ \
| * | Add an optional flag to force an online reindexKhai Do2016-08-021-4/+5
* | | Write each Lucene index using a dedicated background threadShawn Pearce2016-08-021-15/+62
* | | Run all Lucene queries on background threadsShawn Pearce2016-08-021-28/+63
* | | Optimize loading change from Lucene indexShawn Pearce2016-08-021-40/+61
|/ /
* | Merge branch 'stable-2.12'David Pursehouse2016-08-011-1/+6
|\|
| * Throw QueryParseException if the created phrase query is nullHeng Kang2016-07-271-1/+6
* | Upgrade Lucene to 5.5.0David Pursehouse2016-07-201-1/+1
* | Shutdown executor for auto-commiting Lucene index when stopping GerritEdwin Kempin2016-07-061-3/+8
* | ChangeData: Don't load ChangedLines when missing in indexDave Borowitz2016-06-301-0/+6
* | LuceneAccountIndex: Return results from read methodEdwin Kempin2016-06-271-1/+19
* | Merge "Implement Bazel build"Edwin Kempin2016-06-241-0/+41
|\ \
| * | Implement Bazel buildDavid Ostrovsky2016-06-141-0/+41
* | | Add AccountIndexRewriterEdwin Kempin2016-06-231-4/+4
* | | Initial implementation of account index in LuceneDave Borowitz2016-06-222-0/+204
* | | Merge "Drain executor of index change requests before closing index"Hugo Arès2016-06-151-15/+9
|\ \ \ | |/ / |/| |
| * | Drain executor of index change requests before closing indexJonathan Nieder2016-06-011-15/+9
* | | Store reviewer field in the indexDave Borowitz2016-06-031-0/+19
* | | Enable and fix 'Statement unnecessarily nested within else clause' warningsDavid Pursehouse2016-06-023-16/+11
|/ /
* | Support star labelsEdwin Kempin2016-05-061-0/+22
* | Use native constructors instead of Guava to instantiate empty collectionsDavid Pursehouse2016-05-041-1/+1
* | Extract gerrit_index.config into its own classDave Borowitz2016-04-264-43/+100
* | AbstractLuceneIndex: Pass in index nameDavid Ostrovsky2016-04-262-7/+12
* | Support generic indexes in LuceneVersionManagerDave Borowitz2016-04-261-59/+81
* | Store hashtags in change indexEdwin Kempin2016-04-221-0/+14
* | Buck: Remove jgit cellDavid Ostrovsky2016-04-201-1/+1
* | Store users that starred a change in change indexEdwin Kempin2016-04-181-0/+14
* | Remove redundant 'public' modifiersDavid Pursehouse2016-04-121-3/+3
* | Add missing whitespace around keywords, operators and bracesDavid Pursehouse2016-04-111-2/+4
* | Merge "Revert "Support generic indexes in LuceneVersionManager""Dave Borowitz2016-03-281-83/+61
|\ \
| * | Revert "Support generic indexes in LuceneVersionManager"Michael Zhou2016-03-251-83/+61
* | | Standardize capitalization of "NoteDb"Dave Borowitz2016-03-241-3/+3
|/ /
* | Support generic indexes in LuceneVersionManagerDave Borowitz2016-03-201-61/+83
* | Fix spelling of ChangeIndexDefinitionDave Borowitz2016-03-181-3/+3
* | Encapsulate per-index utilities in a pair of generic classesDave Borowitz2016-03-183-41/+76
* | Generify OnlineReindexer and friendsDave Borowitz2016-03-183-139/+9
* | Move Document generation to AbstractLuceneIndexDave Borowitz2016-03-183-82/+98
* | Parameterize Lucene's QueryBuilderDave Borowitz2016-03-182-47/+50
* | Extract SubIndex as an abstract Index implementationDave Borowitz2016-03-183-53/+142