aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/docsummary/matched_elements_filter
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-1/+1
* Standardize on using lowercase first letter in function names.Geir Storli2022-09-211-7/+7
* Move static member functions from SummaryFieldConverter to SlimeFiller.Tor Egge2022-09-201-1/+0
* GC ResTypeHenning Baldersheim2022-09-201-5/+3
* Adjust api for DocsumWriter and DocsumFieldWriter:Tor Egge2022-09-151-1/+1
* Don't render field in search result if it is empty after matched elements fil...Tor Egge2022-09-081-6/+6
* Remove summary field enumeration spanning summary classes.Tor Egge2022-09-071-1/+0
* Align with attribute combiner docsum field writer: Don't insert anything if f...Tor Egge2022-09-051-6/+6
* Change matched elements filter docsum field writer to insert an emptyTor Egge2022-09-041-16/+52
* Extend matched elements filter unit test to test weighted set.Tor Egge2022-09-011-1/+23
* Use reference to IDocsumEnvironemt instead of pointer.Tor Egge2022-08-301-2/+2
* Use vespalib::SmartBuffer instead of ancient RawBuf.Henning Baldersheim2022-08-301-1/+0
* GC some unused code and add some 'explicit' qualifiers.Henning Baldersheim2022-08-261-5/+2
* Remove DocsumStoreValue, DocsumBlobEntryFilter, GeneralResult and ResultPacker.Tor Egge2022-08-251-18/+8
* Stop writing data to docsum blobs in unit tests.Tor Egge2022-08-251-41/+11
* Remove unneeded includes in header files.Tor Egge2022-07-071-1/+3
* Add IDocsumStoreDocument, an interface for accessing the original documentTor Egge2022-07-051-1/+2
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-3/+9
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* GC unused code.Henning Baldersheim2020-08-131-8/+16
* handle locations in query for getdocsumArne Juul2020-07-151-1/+0
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Simplify validation of slime docsum by comparing slime objects directly.Geir Storli2020-06-051-12/+2
* Prepare to support matched-elements-only for arrays and weighted sets of prim...Geir Storli2020-05-201-20/+20
* Extend unit test to use out of bounds matching element id.Tor Egge2020-02-201-0/+2
* Extend MatchedElementsFilterDFW to get the input field from the document inst...Geir Storli2019-12-031-3/+33
* Fix how slime field value is encoded into root inserter.Geir Storli2019-10-081-10/+4
* Setup struct field mapper when constructing matched elements filter dfw.Geir Storli2019-10-081-11/+87
* Add docsum field writer that filters matched elements from a complex field re...Geir Storli2019-10-042-0/+215