summaryrefslogtreecommitdiffstats
path: root/gerrit-solr
Commit message (Expand)AuthorAgeFilesLines
* Fix last line of license headersDave Borowitz2013-10-143-3/+3
* Log and skip indexed fields that produce an errorDave Borowitz2013-10-071-24/+23
* Don't return futures from ChangeIndex methodsDave Borowitz2013-10-021-8/+3
* Remove unnecessary @SuppressWarnings("deprecation") in SolrChangeIndexDavid Pursehouse2013-09-261-1/+0
* Index full sortkey field in secondary indexDave Borowitz2013-09-241-2/+2
* Return last N results by sortkey when using sortkey_afterDave Borowitz2013-09-241-4/+8
* Push limit term into secondary index queriesDave Borowitz2013-08-091-3/+4
* Fix incorrect reviewedb dependency in solrShawn Pearce2013-07-301-1/+1
* Factor out batch indexing logic into a ChangeBatchIndexerDave Borowitz2013-07-081-2/+3
* Scan index directory to determine Lucene versionsDave Borowitz2013-07-083-6/+9
* Replace Reindex --dry-run with --outputDave Borowitz2013-07-082-8/+10
* Bind index versions dynamicallyDave Borowitz2013-07-082-1/+32
* Rewrite schema versioning in preparation for multiple versionsDave Borowitz2013-07-082-7/+9
* Don't run SQL rewrites when secondary index is enabledShawn Pearce2013-06-281-3/+8
* Add secondary index implementation using SolrCloudAhaan Ugale2013-06-274-0/+460