summaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Reduce special handling of struct fields.Tor Egge2022-09-211-1/+22
* Merge pull request #24157 from vespa-engine/geirst/searchsummary-refactorTor Egge2022-09-215-36/+35
|\
| * Standardize on using lowercase first letter in function names.Geir Storli2022-09-215-33/+33
| * Cleanup IDocsumStore and IDocsumWriter interfaces.Geir Storli2022-09-211-3/+2
* | Test static member functions for inserting fields in SlimeFiller.Tor Egge2022-09-211-9/+97
|/
* Merge pull request #24142 from vespa-engine/geirst/optimize-summary-class-res...Geir Storli2022-09-213-1/+53
|\
| * Optimize resolving and usage of summary result class.Geir Storli2022-09-213-1/+53
* | Move static member functions from SummaryFieldConverter to SlimeFiller.Tor Egge2022-09-201-1/+0
|/
* GC ResTypeHenning Baldersheim2022-09-203-17/+15
* Merge pull request #24098 from vespa-engine/toregge/add-annotation-converter-...Tor Egge2022-09-163-159/+202
|\
| * Remove tests in slime filler unit test that are testedTor Egge2022-09-161-159/+17
| * Add annotation converter unit test.Tor Egge2022-09-162-0/+185
* | Rewrite unit test to use GTest.Geir Storli2022-09-162-42/+49
* | Rewrite unit test to use GTest.Geir Storli2022-09-162-36/+11
|/
* Add slime filler filter.Tor Egge2022-09-161-13/+64
* Factor out IStringFieldConverter from IJuniperConverter.Tor Egge2022-09-161-6/+21
* Remove tokenize support in slime filler.Tor Egge2022-09-151-16/+13
* Adjust api for DocsumWriter and DocsumFieldWriter:Tor Egge2022-09-156-7/+20
* Remove unused portions of SummaryFieldConverter.Tor Egge2022-09-152-749/+0
* Simplify setting of wanted v8 geo positions.Tor Egge2022-09-151-18/+3
* Add test cases for 2 elements matching for filtered insert.Tor Egge2022-09-151-0/+3
* Add slime filler unit test.Tor Egge2022-09-152-0/+632
* Avoid multiple definitions of juniper::QueryItem.Tor Egge2022-09-101-10/+15
* Don't render field in search result if it is empty after matched elements fil...Tor Egge2022-09-083-13/+13
* Consolidate juniper separators.Tor Egge2022-09-071-5/+6
* Remove summary field enumeration spanning summary classes.Tor Egge2022-09-073-3/+0
* Stop using summarymap config in backend.Tor Egge2022-09-061-5/+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
* Allocate a docsums state for each summary class in streaming search.Tor Egge2022-09-011-1/+2
* Extend matched elements filter unit test to test weighted set.Tor Egge2022-09-011-1/+23
* Test failure to get backing document and failure to find summary class whenTor Egge2022-08-311-1/+36
* Use auto keyword.Tor Egge2022-08-301-1/+1
* Use const IDocsumEnvironment reference in DocsumFieldWriterFactory.Tor Egge2022-08-303-4/+4
* Use reference to IDocsumEnvironemt instead of pointer.Tor Egge2022-08-303-7/+7
* Use vespalib::SmartBuffer instead of ancient RawBuf.Henning Baldersheim2022-08-303-14/+9
* Reduce usage of RawBuf.Henning Baldersheim2022-08-293-22/+5
* GC some old unused code with ancient 'goto'.....Henning Baldersheim2022-08-2910-750/+1
* Reduce use of new in summary field converter unit test.Tor Egge2022-08-293-30/+23
* GC some unused code and add some 'explicit' qualifiers.Henning Baldersheim2022-08-261-5/+2
* Drop unused enum values in JuniperDFW.Tor Egge2022-08-263-28/+28
* Use smart pointers in search::docsummary::DynamicDocsumWriter.Tor Egge2022-08-261-2/+2
* Remove IDocsumStore::getSummaryClassId() member function.Tor Egge2022-08-261-1/+1
* Remove DocsumStoreValue, DocsumBlobEntryFilter, GeneralResult and ResultPacker.Tor Egge2022-08-257-480/+23
* Stop writing data to docsum blobs in unit tests.Tor Egge2022-08-252-66/+81
* Use std::unique_ptr for juniper::QueryHandle and juniper::Result.Tor Egge2022-08-163-178/+135
* Add DocumentIdDFW, used to print document id without using docsum blob.Tor Egge2022-07-122-0/+163
* Remove unneeded includes in header files.Tor Egge2022-07-074-7/+9
* Restore original semantics of ResultClass::GetIndexFromName() andTor Egge2022-07-061-5/+5
* Add IDocsumStoreDocument, an interface for accessing the original documentTor Egge2022-07-051-1/+2