aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary
Commit message (Collapse)AuthorAgeFilesLines
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-1/+1
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* Fold fastlib into vespalib and gc some unused code.Henning Baldersheim2022-05-2120-90/+1426
| | | | Also move some code only used by juniper up into juniper test module.
* Fold searchcommon into searchlibHenning Baldersheim2022-05-201-1/+0
|
* Fold juniper into searchsummary library.Henning Baldersheim2022-05-1986-1/+10975
|
* GC unused code and dependenciesHenning Baldersheim2022-05-143-28/+2
|
* Use MultiValueReadView to read values in multivalue attribute dynamic field ↵Tor Egge2022-04-263-86/+165
| | | | writer.
* Use MultiValueReadView to read values from struct field attributes.Tor Egge2022-04-2510-109/+130
|
* remove FastOS_ApplicationHåvard Pettersen2022-04-084-29/+25
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* Remove unused item enum and add note on limitations on number of item types.Geir Storli2022-03-251-1/+0
|
* Fixing test with enum item not handled in switchAlexey Chernyshev2022-03-231-0/+1
|
* Merge pull request #21771 from vespa-engine/jonmv/multi-range-itemJon Marius Venstad2022-03-231-1/+2
|\ | | | | Use 7 inste4ad ofo 30 for MultiTermItem
| * Use 7 inste4ad ofo 30 for MultiTermItemJon Marius Venstad2022-03-221-1/+2
| |
* | Merge pull request #21715 from vespa-engine/balder/avoid-identifiable-fieldvalueHenning Baldersheim2022-03-222-9/+4
|\ \ | |/ |/| Avoid requiring identifiable for FieldValue
| * Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-162-9/+4
| |
* | Reserve slot for MultiTermItem in serialisation format tableJon Marius Venstad2022-03-181-1/+1
|/
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-1/+1
|
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-3/+9
|
* Remove unused member variable.Tor Egge2022-02-143-9/+7
|
* Merge pull request #21080 from vespa-engine/arnej/remove-unused-rawbufHenning Baldersheim2022-02-059-27/+21
|\ | | | | GetDocsumsState _docSumFieldSpace no longer needed
| * GetDocsumsState _docSumFieldSpace no longer neededArne H Juul2022-02-059-27/+21
| |
* | Merge pull request #21079 from vespa-engine/arnej/more-geo-renderingHenning Baldersheim2022-02-054-0/+26
|\ \ | |/ |/| Arnej/more geo rendering
| * avoid inserting empty arrayArne H Juul2022-02-051-0/+1
| |
| * special case for PositionDataTypeArne H Juul2022-02-041-0/+14
| |
| * add a global variableArne H Juul2022-02-042-0/+11
| |
* | remove check for compressed dataArne H Juul2022-02-044-133/+9
|/ | | | | * as I can't find any place that could possibly put zlib compressed data into these classes
* configurable position renderingArne H Juul2022-01-246-40/+149
| | | | * in summary field writers
* Avoid illegal character sequence in debug log.Tor Egge2022-01-031-1/+1
|
* Require prefix, not exact match.Henning Baldersheim2021-11-251-1/+1
|
* Use string::compareHenning Baldersheim2021-11-251-1/+1
|
* Use c++11 strings instead of old c-style manual string manipulation.Henning Baldersheim2021-11-242-23/+14
|
* wire v8 positions flag into ResultConfig classArne H Juul2021-11-222-0/+4
|
* we no longer make any XML stringsArne H Juul2021-11-1811-25/+6
|
* remove unused XML-formatting codeArne H Juul2021-11-181-52/+11
|
* test structured output, not XML formatted stringArne H Juul2021-11-181-11/+10
|
* Update 2019 Oath copyrights.gjoranv2021-10-277-7/+7
|
* add ITEM_TRUE and ITEM_FALSE query nodesArne H Juul2021-10-182-0/+7
|
* use docsum class name instead of idHåvard Pettersen2021-10-151-1/+2
|
* report more issuesHåvard Pettersen2021-10-145-10/+20
|
* Update Verizon Media copyright notices.gjoranv2021-10-077-7/+7
|
* Update 2018 copyright notices.gjoranv2021-10-0711-11/+11
|
* Update 2017 copyright notices.gjoranv2021-10-0769-69/+69
|
* Omit filling summary features if specified for the document summary class.Geir Storli2021-07-026-11/+30
|
* Allow presizing of arrays in slime.Henning Baldersheim2021-07-012-2/+2
|
* Lookup the symbols outside of the loop.Henning Baldersheim2021-06-301-38/+54
|
* Handle raw typeHenning Baldersheim2021-05-191-0/+2
|
* Make jsonstringer lazy.Henning Baldersheim2021-03-314-18/+30
|
* Add missing move operators that avoid alot of copying when dealing with ↵Henning Baldersheim2021-03-293-39/+15
| | | | vectors and maps.
* string.h does not need alloc.hHenning Baldersheim2021-02-211-0/+1
|
* use size literals in searchsummaryArne Juul2021-02-156-8/+14
|
* engine.encode -> encode_valueArne Juul2020-12-022-5/+4
|