summaryrefslogtreecommitdiffstats
path: root/gerrit-lucene
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.10' into stable-2.11David Pursehouse2015-03-291-1/+3
|\
| * OnlineReindexer: log the success/failure numbers on exitSaša Živkov2015-03-251-1/+3
* | Add index configuration to specify maximum possible limitDave Borowitz2015-01-201-0/+2
* | Remove all references to deleted change fieldsDave Borowitz2014-12-192-76/+21
* | Update Lucene to version 4.10.2David Pursehouse2014-11-181-1/+5
* | Simplify ChangeIndex by removing delete(ChangeData)Dave Borowitz2014-11-122-16/+4
* | Merge branch 'stable-2.10'Dave Borowitz2014-11-122-0/+17
|\|
| * 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.10'David Pursehouse2014-11-051-0/+4
|\| |
| * | 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
* | | Rename ChangeBatchIndexer to SiteIndexerDave Borowitz2014-11-031-4/+4
* | | Separate change indexer threads into interactive/batch poolsDave Borowitz2014-11-031-1/+2
* | | Store mergeable field from cache in indexDave Borowitz2014-11-031-2/+16
* | | Convert ChangeBatchIndexer to more of a builder patternDave Borowitz2014-10-311-2/+2
* | | Enable and fix Eclipse warnings about redundant type argumentsDavid Pursehouse2014-10-311-1/+1
* | | Turn on many more Eclipse warnings, and fix themDave Borowitz2014-10-292-16/+9
* | | Revert "Use javax.inject.Inject instead of com.google.inject.Inject"Saša Živkov2014-09-303-6/+3
* | | Use javax.inject.Inject instead of com.google.inject.InjectDave Borowitz2014-09-293-3/+6
* | | Lucene: Fix deprecated IndexWriter.close() callDave Borowitz2014-09-051-1/+1
* | | Bump Lucene version to 4.10David Ostrovsky2014-09-053-21/+13
* | | Tweak Lucene analyzer's definition of a whole wordSimon Lei2014-08-202-6/+74
* | | Remove unused insert method from secondary index interfaceDavid Pursehouse2014-08-121-20/+0
|/ /
* | 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