summaryrefslogtreecommitdiffstats
path: root/gerrit-solr
Commit message (Expand)AuthorAgeFilesLines
* Delete a change from the index when it is not in the DBOlga Grinberg2014-11-121-5/+19
* Merge changes Iac79af54,Ief41eccc,Iae52ade9,I0bd9eabb,I2ef5b9e1Shawn Pearce2014-02-131-2/+2
|\
| * Solr index URL should be configured under the main "index" sectionDavid Pursehouse2014-02-061-2/+2
* | Support pagination using offsets instead of sortkeyDave Borowitz2014-02-121-10/+39
|/
* Eliminate potential NPEs with ChangeData.getChange()Dave Borowitz2014-01-031-6/+6
* Use Lucene's QueryBuilder for building full-text queriesDave Borowitz2013-12-302-1/+14
* Stop passing ReviewDb, etc. to ChangeData methodsDave Borowitz2013-12-202-3/+17
* 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