summaryrefslogtreecommitdiffstats
path: root/gerrit-lucene
Commit message (Expand)AuthorAgeFilesLines
* Fix last line of license headersDave Borowitz2013-10-142-2/+2
* Support creating Lucene indexes in-memoryDave Borowitz2013-10-112-6/+20
* Make @IndexExecutor a non-scheduled executorDave Borowitz2013-10-111-2/+1
* Log and skip indexed fields that produce an errorDave Borowitz2013-10-071-27/+24
* Don't return futures from ChangeIndex methodsDave Borowitz2013-10-022-37/+44
* Update Lucene to 4.4.0Dave Borowitz2013-10-022-36/+64
* Close indexes as they are removed from the IndexCollectionDave Borowitz2013-10-022-1/+2
* Remove jsr305 libraryShawn Pearce2013-09-261-1/+0
* Add our own Nullable implementationSasa Zivkov2013-09-262-2/+2
* Index full sortkey field in secondary indexDave Borowitz2013-09-242-22/+27
* Return last N results by sortkey when using sortkey_afterDave Borowitz2013-09-241-5/+13
* Lucene: disable default english stop words setDavid Ostrovsky2013-09-131-1/+2
* Store PatchSetApprovals instead of labels in the indexDave Borowitz2013-09-121-13/+12
* Render JSON results for the change table only using the indexDave Borowitz2013-09-101-3/+38
* Make SubmitRecord.Label's fields @ColumnsDave Borowitz2013-09-101-0/+1
* Merge "Fix NPE when scanning change index versions if 'index' dir is missing"Shawn Pearce2013-08-211-0/+7
|\
| * Fix NPE when scanning change index versions if 'index' dir is missingEdwin Kempin2013-08-201-0/+7
* | Fix print out of warning if file of change index version is not a directoryEdwin Kempin2013-08-201-1/+1
|/
* Push limit term into secondary index queriesDave Borowitz2013-08-091-7/+7
* Add online Lucene reindexing supportDave Borowitz2013-07-083-2/+132
* Factor out batch indexing logic into a ChangeBatchIndexerDave Borowitz2013-07-082-7/+6
* Scan index directory to determine Lucene versionsDave Borowitz2013-07-085-152/+297
* Replace Reindex --dry-run with --outputDave Borowitz2013-07-082-19/+12
* Bind index versions dynamicallyDave Borowitz2013-07-082-10/+28
* Rewrite schema versioning in preparation for multiple versionsDave Borowitz2013-07-083-11/+17
* Fix -owner:self queryShawn Pearce2013-06-282-15/+56
* Don't run SQL rewrites when secondary index is enabledShawn Pearce2013-06-282-5/+10
* Compare instance of predicates, not exact classNasser Grainawi2013-06-271-3/+3
* Fixed bug in LuceneChangeIndex.deleteAll()Ahaan Ugale2013-06-271-0/+1
* Add secondary index implementation using SolrCloudAhaan Ugale2013-06-274-165/+248
* Change negated age timestamp to be open-endedShawn Pearce2013-06-271-1/+1
* Lucene: Search commit messages using secondary indexGohulan Balachandran2013-06-271-0/+12
* Fix wrong import that causes the buck build to failEdwin Kempin2013-06-271-1/+1
* Replace SearcherManager with NRTManagerShawn Pearce2013-06-262-74/+160
* Only load legacy field when reading the change documentShawn Pearce2013-06-251-2/+4
* Search Change-Id strings using ChangeIndexShawn Pearce2013-06-251-3/+3
* Replace getOperator() with getField().getName()Shawn Pearce2013-06-251-4/+4
* Exactly index sortkey with LuceneShawn Pearce2013-06-251-0/+16
* Use Lucene to index and search on commit-idNasser Grainawi2013-06-251-1/+9
* Merge "Support regexp in file operator if Lucene indexing is enabled"Shawn Pearce2013-06-261-1/+19
|\
| * Support regexp in file operator if Lucene indexing is enabledEdwin Kempin2013-06-261-1/+19
* | Fix license headersEdwin Kempin2013-06-264-4/+4
|/
* Sort changes from Lucene by updated descendingShawn Pearce2013-06-251-2/+9
* Search age (aka last updated) with ChangeIndexShawn Pearce2013-06-251-2/+49
* Search topic with ChangeIndexShawn Pearce2013-06-251-1/+4
* Lucene: close sub-indexes in parallelDave Borowitz2013-06-242-5/+30
* Lucene: allow configuring writer flush optionsDave Borowitz2013-06-243-15/+29
* Lucene: don't commit the index after every writeDave Borowitz2013-06-242-10/+43
* Merge "Merge results from multiple Lucene subindexes"Edwin Kempin2013-06-242-27/+38
|\
| * Merge results from multiple Lucene subindexesShawn Pearce2013-06-242-27/+38