aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add attribute tokens dfw.Tor Egge2023-10-301-9/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Handle single value raw attribute in attribute dfw.Tor Egge2023-03-101-0/+5
* Add unit test for string attribute get_rawHenning Baldersheim2023-03-071-2/+2
* Modernize C++ code.Geir Storli2022-09-161-3/+3
* Adjust api for DocsumWriter and DocsumFieldWriter:Tor Egge2022-09-151-11/+11
* Don't render field in search result if it is empty after matched elements fil...Tor Egge2022-09-081-16/+17
* Use int64_t and double when printing values for single value numeric attributes.Tor Egge2022-09-081-2/+2
* Use attribute vector type instead of summary field type in SingleAttrDFW.Tor Egge2022-09-081-55/+28
* Use reference to IDocsumEnvironemt instead of pointer.Tor Egge2022-08-301-1/+1
* GC some unused code and add some 'explicit' qualifiers.Henning Baldersheim2022-08-261-13/+2
* Use smart pointers in search::docsummary::DynamicDocsumWriter.Tor Egge2022-08-261-4/+4
* Remove unneeded includes in header files.Tor Egge2022-07-071-3/+22
* Inline return AttrDFW::get_attribute() and clean up some old code with manual...Henning Baldersheim2022-06-211-12/+3
* Use MultiValueReadView to read values in multivalue attribute dynamic field w...Tor Egge2022-04-261-85/+161
* we no longer make any XML stringsArne H Juul2021-11-181-1/+0
* report more issuesHÃ¥vard Pettersen2021-10-141-1/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Allow presizing of arrays in slime.Henning Baldersheim2021-07-011-1/+1
* Lookup the symbols outside of the loop.Henning Baldersheim2021-06-301-38/+54
* engine.encode -> encode_valueArne Juul2020-12-021-3/+2
* handle both engine- and factory-based tensorsArne Juul2020-10-151-3/+5
* Support filtering of matched elements for multi-value attributes.Geir Storli2020-06-051-11/+41
* Refactor MultiAttrDFW in preparation to support filtering of matched elements.Geir Storli2020-06-051-75/+103
* std::make_sharedHenning Baldersheim2020-03-051-6/+4
* Don't insert empty multivalued attribute fields in summaryLester Solbakken2019-02-061-1/+5
* GC unused codeHenning Baldersheim2019-01-111-21/+11
* UINT1 -> BOOLHenning Baldersheim2018-12-161-1/+1
* Remove unused function inferType.Tor Egge2018-06-061-38/+0
* Code healthHenning Baldersheim2018-05-091-7/+7
* Assert that attribute can be down-casted to tensor attribute.Geir Storli2018-04-191-0/+1
* Add type-safe down-cast to ITensorAttribute in IAttributeVector and use this ...Geir Storli2018-04-191-3/+2
* Handle imported tensor attribute vectors in document summary.Tor Egge2018-01-251-3/+3
* No fallthrough here.Henning Baldersheim2017-07-251-1/+1
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-1/+1
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* add override in searchsummary moduleArne H Juul2017-04-121-3/+3
* remove unused WriteField method from APIArne H Juul2017-02-231-162/+0
* Optimize includes.Henning Baldersheim2017-02-061-3/+3
* use new input/output model in slimeHaavard2017-02-031-4/+4
* make stuff compile and testHaavard2017-01-231-2/+2
* Use serialized tensors in docsum blobs instead of slime objects.Tor Egge2017-01-181-26/+26
* decouple slime from config.Henning Baldersheim2016-12-191-2/+2
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-4/+4
* Break some more large include dependencies.Henning Baldersheim2016-11-171-2/+8