summaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Remove some unused code.
* 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
| | | | | | ResultClass::GetIndexFromEnumValue. Caller must check for entry being present. Rename GeneralResult member functions that checks for entry being present.
* Add IDocsumStoreDocument, an interface for accessing the original documentTor Egge2022-07-051-1/+2
| | | | when generating a document summary.
* Move summary field converter unit test from searchcore to searchsummary.Tor Egge2022-06-302-0/+761
|
* Fold fastlib into vespalib and gc some unused code.Henning Baldersheim2022-05-2112-14/+1040
| | | | Also move some code only used by juniper up into juniper test module.
* Fold juniper into searchsummary library.Henning Baldersheim2022-05-1924-0/+3391
|
* Use MultiValueReadView to read values in multivalue attribute dynamic field ↵Tor Egge2022-04-261-0/+3
| | | | writer.
* 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
|
* Use 7 inste4ad ofo 30 for MultiTermItemJon Marius Venstad2022-03-221-1/+2
|
* Reserve slot for MultiTermItem in serialisation format tableJon Marius Venstad2022-03-181-1/+1
|
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-3/+9
|
* remove check for compressed dataArne H Juul2022-02-041-56/+0
| | | | | * as I can't find any place that could possibly put zlib compressed data into these classes
* configurable position renderingArne H Juul2022-01-241-2/+1
| | | | * in summary field writers
* we no longer make any XML stringsArne H Juul2021-11-182-5/+1
|
* test structured output, not XML formatted stringArne H Juul2021-11-181-11/+10
|
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
|
* add ITEM_TRUE and ITEM_FALSE query nodesArne H Juul2021-10-181-0/+4
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-0715-15/+15
|
* use size literals in searchsummaryArne Juul2021-02-153-4/+7
|
* GC unused code.Henning Baldersheim2020-08-131-8/+16
|
* handle locations in query for getdocsumArne Juul2020-07-153-3/+0
|
* one more ITEM_LOCATION_TERM -> ITEM_GEO_LOCATION_TERMArne Juul2020-07-151-1/+1
|
* more descriptive enum name for geo location termArne Juul2020-07-151-2/+2
|
* remove even more unused codeArne Juul2020-07-092-57/+4
|
* GC unused codeArne Juul2020-07-096-44/+3
|
* clean up various issues with ParseItem classArne Juul2020-07-096-25/+509
| | | | | | | | | | | * SimpleQueryStack only used for one unit test, move it there * Actual instances of ParseItem also only used for same unit test. Split out the object representation into a separate SimpleQueryStackItem class in the unit test directory. * give location ITEM_LOCATION_TERM instead of overloading NUMTERM * ParseItem::ITEM_PAREN never used for anything, remove it * add comment for removal of PAREN enum in prelude/query/Item.java * refactor flag handling with one method per flag
* Consolidate search for GTest.Tor Egge2020-07-073-3/+0
|
* return from main instead of exitArne Juul2020-07-032-4/+4
|
* Support filtering of matched elements for multi-value attributes.Geir Storli2020-06-054-139/+192
|
* Simplify validation of slime docsum by comparing slime objects directly.Geir Storli2020-06-052-82/+32
| | | | They also have nice pretty printing if some tests fail.
* Prepare to support matched-elements-only for arrays and weighted sets of ↵Geir Storli2020-05-204-55/+55
| | | | | | | primitive types. This renames StructFieldMapper to MatchingElementsFields with added support for basic fields. Also some terminology is aligned.