summaryrefslogtreecommitdiffstats
path: root/gerrit-lucene
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.9' into stable-2.10Dave Borowitz2014-11-122-0/+17
|\
| * Delete a change from the index when it is not in the DBOlga Grinberg2014-11-122-0/+17
* | Merge branch 'stable-2.9' into stable-2.10David Pursehouse2014-11-051-0/+4
|\|
| * Allow to raise BooleanQuery limit in gerrit.config.Olga Grinberg2014-10-211-0/+4
* | Lucene: Use stored ChangedLines valuesDave Borowitz2014-05-231-5/+20
* | Add search fields for # of changed lines.Jeff Davidson2014-05-232-2/+31
* | Merge branch 'stable-2.9'Dave Borowitz2014-04-141-10/+37
|\|
| * Merge branch 'stable-2.8' into stable-2.9Dave Borowitz2014-04-141-10/+37
| |\
| | * Ensure NrtFutures are notified promptly of new search generationDave Borowitz2014-04-141-9/+20
| | * Fix deadlocks in SubIndex shutdownDave Borowitz2014-04-141-1/+17
* | | Merge branch 'stable-2.9'David Pursehouse2014-04-102-66/+68
|\| |
| * | Merge branch 'stable-2.8' into stable-2.9David Pursehouse2014-04-101-29/+27
| |\|
| | * Fix memory leak of SubIndex.NrtFuture objectsBruce Zu2014-04-031-29/+27
| * | Merge branch 'stable-2.8' into stable-2.9David Pursehouse2014-04-092-37/+41
| |\|
| | * Disable commitWithin when running ReindexBruce Zu2014-03-262-37/+41
* | | Add a "projects" field for searching projects by prefixDave Borowitz2014-03-251-1/+5
|/ /
* | Merge branch 'stable-2.8'David Pursehouse2014-02-183-20/+233
|\|
| * Support committing Lucene writes within a fixed intervalDave Borowitz2014-02-173-20/+233
* | Support pagination using offsets instead of sortkeyDave Borowitz2014-02-122-32/+74
* | Add operators for absolute last-updated-on searchDave Borowitz2014-02-121-2/+2
* | Remove excessive injection stack from InitIndexDave Borowitz2014-02-051-7/+13
* | Eliminate potential NPEs with ChangeData.getChange()Dave Borowitz2014-01-031-11/+5
* | Use Lucene's QueryBuilder for building full-text queriesDave Borowitz2013-12-302-30/+40
* | Switch to Lucene 4.6 in codeDavid Ostrovsky2013-12-271-1/+5
* | Fix online reindexingDave Borowitz2013-12-271-1/+6
* | Stop passing ReviewDb, etc. to ChangeData methodsDave Borowitz2013-12-201-6/+14
* | Save GWT compile time by avoiding javacShawn Pearce2013-11-301-0/+1
* | Make LifecycleModule inherit from FactoryModuleDave Borowitz2013-11-131-13/+2
|/
* 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