aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages/messages60test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Deserialize match features in SearchResult used in streaming search.Geir Storli2023-05-021-1/+5
|
* Serialize match features in vdslib::SearchResult.Tor Egge2023-04-281-0/+48
|
* Remove (SearchResult|DocumentSummary)(Command|Reply) storage and documentapi ↵Tor Egge2023-04-211-202/+0
| | | | messages.
* add create-if-non-existent flag for document putHåvard Pettersen2023-04-191-3/+39
|
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-2/+2
|
* cleanup unused second pass statsArne H Juul2022-06-081-4/+0
|
* CloneablePtr -> std::unique_ptrHenning Baldersheim2022-03-291-2/+1
|
* Update tests to take vespalib::string size into accountTor Brede Vekterli2022-03-241-1/+1
|
* Reduce visibility of document::DocumentHenning Baldersheim2022-03-071-0/+1
|
* Don't set deprecated fields when aggregating visitor statisticsTor Brede Vekterli2022-01-311-2/+2
| | | | | | | | The 1st/2nd pass functionality has been deprecated for a long time, but unfortunately the documents/bytes visited stats have been wired to be returned as part of 2nd phase statistics instead of the regular higher-level fields. This commit changes this, but the serialization will still have to remain in place until Vespa 8.
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove load type from documentapi interface.Henning Baldersheim2020-11-241-5/+2
|
* Use std::string for selection as that is required for parsing and as it has ↵Henning Baldersheim2020-11-231-3/+8
| | | | a smaller memory footprint.
* - Reorder members for compactness.Henning Baldersheim2020-11-231-2/+9
| | | | | - Avoid needing the definition of Error everywhere. - use std::make_xxx and other c++11 constructs.
* Use a single chunkHenning Baldersheim2020-01-231-2/+2
|
* Update expected lengthHenning Baldersheim2019-08-161-43/+43
|
* doc: -> id:Henning Baldersheim2019-08-161-10/+10
|
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-5/+3
|
* remove unused "headersonly" functionalityArne Juul2019-01-211-1/+0
|
* Only allow document api protocol version 6.221 (C++)Tor Egge2019-01-211-27/+1002
|
* More work on StatBucket and GetBucketList codecs and testsTor Brede Vekterli2018-02-011-0/+39
|
* Add visitor bucket space encoding to C++Tor Brede Vekterli2018-02-011-0/+54
| | | | | Also remove MultiOperation support, since it has already been removed from the Java DocumentProtocol.
* Revert "Geirst/add bucket space to document api"Harald Musum2018-01-301-93/+0
|
* More work on StatBucket and GetBucketList codecs and testsTor Brede Vekterli2018-01-291-0/+39
|
* Add visitor bucket space encoding to C++Tor Brede Vekterli2018-01-291-0/+54
Also remove MultiOperation support, since it has already been removed from the Java DocumentProtocol.