aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Collapse)AuthorAgeFilesLines
* Be consistent with factors and percentagesHenning Baldersheim2019-01-292-14/+12
|
* Some return values are ignored in searchlib.Tor Egge2019-01-253-3/+5
|
* Merge pull request #8172 from ↵Henning Baldersheim2019-01-255-11/+51
|\ | | | | | | | | vespa-engine/toregge/cap-fixed-source-selector-on-load Cap sources in FixedSourceSelector on load.
| * Update default source in source selector when switching to new memory index.Tor Egge2019-01-165-4/+20
| | | | | | | | Override default source when loading source selector from disk.
| * Cap sources in FixedSourceSelector on load.Tor Egge2019-01-162-7/+31
| |
* | Undo syntax layout changesHenning Baldersheim2019-01-231-5/+10
| |
* | Undo clion auto formatHenning Baldersheim2019-01-221-387/+362
| |
* | nested namepace and related cleanupHenning Baldersheim2019-01-2272-831/+629
| |
* | Update abi specs for 7.gjoranv2019-01-211-1/+0
| |
* | Remove ymum from groupingJon Bratseth2019-01-216-86/+6
| |
* | Remove unused settings in proton.def.Geir Storli2019-01-213-12/+3
| | | | | | | | | | summary.log.compact2activefile is always false. summary.compact2buckets is always true.
* | Generate html5 javadocgjoranv2019-01-211-3/+3
| |
* | use getUndefined from searchcommon undefinedvaluesArne Juul2019-01-211-2/+2
| |
* | 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
| |
* | Remove deprecated APIs.Geir Storli2019-01-211-14/+0
|/
* Set source to default source from committed docid limit to new guardTor Egge2019-01-152-3/+28
| | | | | | when reserving space for source mapping. This reinitializes data that was set to "undefined" value (-128) in the backing int8_t single value attribute when compacting lid space.
* Add explicit testing of bool attributes and grouping.Henning Baldersheim2019-01-152-9/+41
|
* Also handle the reverse conversion in the GroupingExecutor.Henning Baldersheim2019-01-141-0/+2
|
* Register bool types tooHenning Baldersheim2019-01-141-0/+2
|
* Merge pull request #8135 from vespa-engine/balder/bool-in-grouping-tooHenning Baldersheim2019-01-1414-83/+162
|\ | | | | Handle bool in grouping in the backend too.
| * Handle bool in grouping in the backend too.Henning Baldersheim2019-01-1414-83/+162
| |
* | Add copyright notice.Henning Baldersheim2019-01-142-0/+2
| |
* | Handle bool nodes in grouping too.Henning Baldersheim2019-01-146-11/+189
|/
* Merge pull request #8119 from vespa-engine/balder/move-assert-to-cppHenning Baldersheim2019-01-114-7/+37
|\ | | | | Add implementation file.
| * Add implementation file.Henning Baldersheim2019-01-114-7/+37
| |
* | Merge pull request #8114 from ↵Tor Brede Vekterli2019-01-111-2/+3
|\ \ | |/ |/| | | | | vespa-engine/vekterli/always-sleep-during-sigbus-handling Always sleep for some seconds during SIGBUS handling
| * Always sleep for some seconds during SIGBUS handlingTor Brede Vekterli2019-01-111-2/+3
| | | | | | | | | | | | Gives the main thread a fair chance to send an informative error response to the cluster controller. Also add a condition which ensures that the state file is only written once even with multiple signals in flight.
* | Merge pull request #8076 from vespa-engine/arnej/fix-comparatorGeir Storli2019-01-101-0/+28
|\ \ | | | | | | add test
| * | add testArne Juul2019-01-091-0/+28
| | |
* | | Merge pull request #8068 from vespa-engine/iruotsalainen/enable-abi-checkerIlpo Ruotsalainen2019-01-092-0/+1636
|\ \ \ | | | | | | | | Enable ABI checker on relevant modules
| * | | Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+1636
| | | | | | | | | | | | | | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* | | | Merge pull request #8061 from ↵Henning Baldersheim2019-01-0912-50/+97
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/balder/add-multibitvector-iterator-too-conformance-tests-too Balder/add multibitvector iterator too conformance tests too
| * | | Expect correct strictness too.Henning Baldersheim2019-01-091-0/+1
| | | |
| * | | Ensure that we actually test what we want.Henning Baldersheim2019-01-091-1/+3
| | | |
| * | | Nested namespaceHenning Baldersheim2019-01-081-4/+2
| | | |
| * | | = defaultHenning Baldersheim2019-01-081-1/+1
| | | |
| * | | Nested namespaceHenning Baldersheim2019-01-081-3/+1
| | | |
| * | | NULL -> nullptrHenning Baldersheim2019-01-081-11/+9
| | | |
| * | | Use '= default'Henning Baldersheim2019-01-081-4/+5
| | | |
| * | | Nested namespaceHenning Baldersheim2019-01-082-13/+4
| | | |
| * | | Test both 'and' and 'or'Henning Baldersheim2019-01-081-10/+18
| | | |
| * | | Avoid double book keeping of strictness.Henning Baldersheim2019-01-084-12/+13
| | | |
| * | | Add iterator conformance test for multibitvector iteratorHenning Baldersheim2019-01-082-2/+51
| | | |
* | | | Don't compact lid space on source selector if wanted lid limit is higherTor Egge2019-01-081-1/+3
| | | | | | | | | | | | | | | | | | | | than current limit. This can happen when none of the document fields are indexed.
* | | | Correct tracking of docIdLimit in FixedSourceSelector.Tor Egge2019-01-083-6/+24
| | | |
* | | | Compact lid space on source selector.Tor Egge2019-01-084-6/+28
|/ / /
* / / invalidate word cache on initRangeHåvard Pettersen2019-01-082-0/+8
|/ /
* / fix "less" comparator to return false for equal valuesArne Juul2019-01-081-1/+1
|/
* Merge pull request #8040 from ↵Henning Baldersheim2019-01-081-10/+0
|\ | | | | | | | | vespa-engine/toregge/reuse-posting-list-iteator-during-validation Reuse posting list iterator during validation.
| * Reuse posting list iterator during validation.Tor Egge2019-01-071-10/+0
| |