summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Avoid using deprecated methodsHenning Baldersheim2021-11-031-1/+1
* Avoid intermediate NegativeNode in the leaf nodes, adding approximately 15-20...Henning Baldersheim2021-11-037-29/+67
* Update expected resultsHenning Baldersheim2021-11-033-8/+8
* Avoid keeping string around in the leaf nodes. It is not worth the space.Henning Baldersheim2021-11-032-5/+1
* Also override function()Henning Baldersheim2021-11-033-1/+18
* Add a LongValue to preserve integer numbers.Henning Baldersheim2021-11-035-13/+159
* Merge pull request #19779 from vespa-engine/arnej/add-match-features-in-protocolArne H Juul2021-11-031-0/+7
|\
| * update names in protocolArne H Juul2021-10-291-3/+3
| * proposed protocol extensionArne H Juul2021-10-291-0/+7
* | Make StringValue symmetric so it can accept its output (toString) as input.Henning Baldersheim2021-11-035-8/+34
* | Move portions of DocumentInverter to DocumentInverterContext.Tor Egge2021-11-0210-138/+202
* | Merge pull request #19836 from vespa-engine/balder/only-need-one-instance-to-...Jon Bratseth2021-11-024-4/+6
|\ \
| * | Only need a single instance to represent the empty argument.Henning Baldersheim2021-11-024-4/+6
* | | added match features to rank setupHåvard Pettersen2021-11-025-0/+91
|/ /
* | added new rank feature "onnx(model_name)"Håvard Pettersen2021-11-024-11/+30
* | Unify on using a list for backing.Henning Baldersheim2021-11-023-41/+29
* | Use UTF-8 bytewise ordering for StringResultNode comparisonsTor Brede Vekterli2021-11-012-24/+149
* | Fix compilation when using gcc 9:Tor Egge2021-10-311-1/+2
* | Remove the lids in one task instead of 1k tasks for full buckets on delete bu...Henning Baldersheim2021-10-296-14/+36
* | Use hash over and ordered mapHenning Baldersheim2021-10-292-10/+5
* | Clean and simplify default value handlingHenning Baldersheim2021-10-2912-42/+17
* | If attribute is mutable, default value is zero.Henning Baldersheim2021-10-293-25/+54
* | - GC unused getFloatFromEnum and getIntFromEnum.Henning Baldersheim2021-10-296-29/+12
* | GC unused friend declaration.Henning Baldersheim2021-10-291-10/+0
* | Include only what is needed.Henning Baldersheim2021-10-296-17/+6
* | Rename ISequencedTaskExecutor::sync() to sync_all().Tor Egge2021-10-285-39/+39
* | Avoid deprecated functions in OpenSSL 3.0.Tor Egge2021-10-281-8/+25
|/
* Do not hold the bucket guard longer than necessary.Henning Baldersheim2021-10-281-8/+4
* Merge pull request #19755 from vespa-engine/update-oath-copyrightsJon Bratseth2021-10-28108-108/+108
|\
| * Update 2020 Oath copyrights.gjoranv2021-10-2716-16/+16
| * Update 2019 Oath copyrights.gjoranv2021-10-2792-92/+92
* | Eliminate Clang 12 warning about explicit qualification required to useTor Egge2021-10-273-4/+4
|/
* Don't inline OnnxFeatureTest destructor.Tor Egge2021-10-271-0/+3
* Add and clarify on-first-phaseHenning Baldersheim2021-10-273-2/+7
* Merge pull request #19721 from vespa-engine/arnej/remove-old-docsum-rpcArne H Juul2021-10-261-0/+1
|\
| * remove old docsum_by_slime RPC protocolArne H Juul2021-10-251-0/+1
* | execute -> mutateHenning Baldersheim2021-10-263-30/+39
* | Add properties for rank-profile mutate control.Henning Baldersheim2021-10-253-36/+239
* | Update expected size.Henning Baldersheim2021-10-231-1/+1
* | No need to reserve space for arith operand for strings.Henning Baldersheim2021-10-228-26/+25
|/
* Test that attributesconfig.attribute.maxuncommittedmemory is converted correc...Henning Baldersheim2021-10-211-0/+6
* If the uncommitted changes pass 128k for an attribute force a commit.Henning Baldersheim2021-10-216-14/+55
* use same name for abstract node typesArne H Juul2021-10-197-24/+22
* remove leftoversArne H Juul2021-10-191-2/+0
* extend unit testArne H Juul2021-10-191-0/+2
* extend unit testArne H Juul2021-10-191-2/+18
* handle new itemsArne H Juul2021-10-191-0/+4
* use custom types for true/false (NodeTypes::True, ProtonTrue, etc)Arne H Juul2021-10-198-9/+44
* use search::endDocIdArne H Juul2021-10-191-1/+1
* add ITEM_TRUE and ITEM_FALSE query nodesArne H Juul2021-10-1823-3/+138