summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Handle out of order put operations while tracking pending remove.Tor Egge2017-09-152-3/+10
* Merge pull request #3419 from vespa-engine/toregge/fixup-notify-putdone-remov...Henning Baldersheim2017-09-1521-117/+256
|\
| * Use a new fixture for the last 4 tests to reduce amount of duplicated code.Tor Egge2017-09-151-41/+48
| * Add newline.Tor Egge2017-09-151-1/+2
| * Keep RemoveDoneContext and RemoveBatchDoneDontext live until summary writeTor Egge2017-09-152-5/+6
| * Handle delayed calls to notifyRemoveDone() in gid to lid change handler.Tor Egge2017-09-153-8/+73
| * Simplify logic about when to call notifyRemoveDone() on gid to lid change han...Tor Egge2017-09-157-51/+116
| * Rename notifyPut to notifyPutDone since notification happens afterTor Egge2017-09-1514-32/+32
* | Merge pull request #3410 from vespa-engine/balder/decompress-in-multiple-threadsHenning Baldersheim2017-09-152-6/+5
|\ \
| * | Limit the number of task s in flight to 2x number of threads in the pool.Henning Baldersheim2017-09-142-6/+5
* | | Add hwinfo config for disk size and memory size.Geir Storli2017-09-151-0/+10
| |/ |/|
* | Adjust test name to clarify what is tested.Tor Egge2017-09-141-1/+1
* | Test that notifyCreateBucket() causes bucket to be reconsidered in bucketTor Egge2017-09-131-0/+23
* | Check that split and join can trigger bucket create notification.Tor Egge2017-09-131-2/+41
* | Documents moved to new buckets due to split or join might trigger a needTor Egge2017-09-1321-12/+219
|/
* Replace tab with spaces.Geir Storli2017-09-1334-119/+119
* Merge pull request #3390 from vespa-engine/geirst/fix-bitvector-search-cache-...Geir Storli2017-09-1215-321/+335
|\
| * Fix indent.Geir Storli2017-09-121-275/+275
| * Add parentheses for clarity.Geir Storli2017-09-121-2/+2
| * Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-1111-6/+19
| * Make commit() on VisibilityHandler always call forceCommit() on underlying fe...Geir Storli2017-09-113-15/+37
| * Move read access part of IDocumentMetaStoreContext to searchlib.Geir Storli2017-09-112-26/+5
* | remove unused mapGidToLid() method from gid to lid mapper. ReferenceTor Egge2017-09-113-25/+7
* | Keep a gid to lid mapper live during the lifetime of an imported attributeTor Egge2017-09-112-1/+8
|/
* Add test that doctype is propagated correctly to where it is needed.Henning Baldersheim2017-09-081-3/+36
* This is a stringHenning Baldersheim2017-09-081-1/+1
* Bring along the documenttype so that we know where to look for the documents.Henning Baldersheim2017-09-081-0/+8
* Delay notifyRemoveDone() until after remove batch has completed.Tor Egge2017-09-074-12/+77
* Don't call notifyRemoveDone if document meta store wasn't updated.Tor Egge2017-09-074-19/+23
* Don't call notifyPut if document meta store wasn't updated.Tor Egge2017-09-073-14/+14
* Adjust usage of gid to lid change handler:Tor Egge2017-09-077-46/+104
* Make AttributeWriter::forceCommit() clear the search cache of all imported at...Geir Storli2017-09-067-25/+80
* Instantiate bit vector search cache in imported attribute vectors if visibili...Geir Storli2017-09-0613-21/+62
* Rename IAttributeWriter::commit() -> forceCommit().Geir Storli2017-09-067-11/+10
* Fix indent.Geir Storli2017-09-061-146/+146
* Remove commented out method.Tor Egge2017-09-061-1/+0
* Move API comments from implementation headers to interface header.Tor Egge2017-09-063-25/+11
* Correct lookupDocId method declaration.Tor Egge2017-09-061-1/+1
* Use gid to lid change handler interface directly.Tor Egge2017-09-064-42/+7
* Add dummy gid to lid change handler.Tor Egge2017-09-0616-29/+149
* Revert "Use gid to lid change handler interface directly"Tor Egge2017-09-0623-250/+122
* Merge pull request #3336 from vespa-engine/balder/request-shutdown-instead-of...Tor Brede Vekterli2017-09-061-5/+3
|\
| * Align membersHenning Baldersheim2017-09-051-2/+0
| * WE must listen to everyone who wants to stop.Henning Baldersheim2017-09-051-3/+3
* | Remove commented out method.Tor Egge2017-09-061-1/+0
* | Move API comments from implementation headers to interface header.Tor Egge2017-09-063-25/+11
* | Adjust usage of gid to lid change handler:Tor Egge2017-09-057-46/+104
* | Correct lookupDocId method declaration.Tor Egge2017-09-051-1/+1
* | Use gid to lid change handler interface directly.Tor Egge2017-09-054-42/+7
* | Add dummy gid to lid change handler.Tor Egge2017-09-0516-29/+149
|/