summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove self-tracking of runnable state from bucket move job and align with li...Geir Storli2017-06-286-95/+71
| * Cache node states to ease inspection during debugging.Geir Storli2017-06-281-18/+13
| * Remove self-tracking of runnable state from lid space compaction job.Geir Storli2017-06-284-49/+35
| * Move info on whether a maintenance job is blocked to separate interface and i...Geir Storli2017-06-2714-40/+190
* | set docid limit appropriatelyHaavard2017-06-272-3/+3
|/
* Add a searchStrict method on SimpleResult that takes docIdLimit.Henning Baldersheim2017-06-222-1/+2
* Revert "Revert "Balder/do not use your own docidlimit""Henning Baldersheim2017-06-221-4/+2
* Revert "Balder/do not use your own docidlimit"Henning Baldersheim2017-06-221-2/+4
* init correct range on attribute iterators.Henning Baldersheim2017-06-221-4/+2
* Refactor and simplify test functions.Geir Storli2017-06-211-69/+63
* Disable lid space compaction job if node is retired (according to cluster sta...Geir Storli2017-06-215-28/+118
* Add shared function for setup with one document to move.Geir Storli2017-06-211-17/+11
* Reduce code duplication by using test::DiskMemUsageNotifier as notifier.Geir Storli2017-06-211-35/+6
* use lazy resolver in fdispatchHaavard2017-06-204-2/+10
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+0
* Update copyright headersJon Bratseth2017-06-141036-1027/+1037
* Revert "Update copyright headers"Jon Bratseth2017-06-141036-1036/+1026
* Merge pull request #2774 from yahoo/bratseth/update-copyright-headersJon Bratseth2017-06-141036-1026/+1036
|\
| * Update copyright headersJon Bratseth2017-06-141036-1026/+1036
* | Rename vespa-fdispatch to vespa-dispatch.Tor Egge2017-06-142-2/+2
|/
* Remove carriage returnJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131036-1038/+1028
* Merge with masterJon Bratseth2017-06-135-8/+15
|\
| * Merge pull request #2720 from yahoo/balder/add-zstd-compressorHenning Baldersheim2017-06-135-8/+15
| |\
| | * Followup on @vekterli's comments. Actually propagate ZSTD.Henning Baldersheim2017-06-132-0/+4
| | * Move to separate compression namespace to avoid pollution.Henning Baldersheim2017-06-132-4/+6
| | * Add support for Zstandard compression in the document store.Henning Baldersheim2017-06-122-3/+4
| | * Split out the explicit compressors.Henning Baldersheim2017-06-121-1/+1
* | | Copyright headerJon Bratseth2017-06-131036-1028/+1038
|/ /
* / Don't install test/internal applications.Geir Storli2017-06-121-1/+0
|/
* Rename binaries/scripts in vespaclient-java to use vespa- prefix.Geir Storli2017-06-121-2/+2
* Merge pull request #2681 from yahoo/balder/restart-on-messagebus-port-changeTor Brede Vekterli2017-06-098-13/+19
|\
| * Reduce exposure to config internals.Henning Baldersheim2017-06-085-2/+8
| * Only include what you really needHenning Baldersheim2017-06-083-11/+11
* | avoid trailing slash in ROOT settingArne H Juul2017-06-081-1/+1
|/
* Reduce the visible world..Henning Baldersheim2017-06-071-0/+1
* enumRange is now constexprHenning Baldersheim2017-06-071-1/+1
* Merge branch 'master' into balder/decouple-datatype-and-fiedlvalue-some-moreHenning Baldersheim2017-06-079-23/+20
|\
| * Merge pull request #2624 from yahoo/toregge/use-example-com-instead-of-yahoo-...Geir Storli2017-06-072-13/+13
| |\
| | * Use example.com instead of yahoo.com in unit tests.Tor Egge2017-06-052-13/+13
| * | Merge pull request #2642 from yahoo/toregge/rename-searchcore-binariesGeir Storli2017-06-077-10/+7
| |\ \
| | * | Rename searchcore binaries to have vespa- prefix.Tor Egge2017-06-067-10/+7
| | |/
* | | split log and bufferedlogHenning Baldersheim2017-06-076-3/+7
* | | Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-073-7/+4
* | | Hide BucketId::ListHenning Baldersheim2017-06-071-2/+3
* | | Hide BucketDistributionHenning Baldersheim2017-06-076-124/+55
* | | Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-072-7/+4
|/ /
* | Hide the implementation details.Henning Baldersheim2017-06-063-1/+3
* | Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-0612-27/+23
* | Forward declare DocumentType.Henning Baldersheim2017-06-064-0/+4