aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Modernize some juniper code.Henning Baldersheim2024-02-071-3/+3
* - Avoid default arguments on virtual methods.Henning Baldersheim2024-02-051-5/+5
* Remove unneeded using statement.Tor Egge2023-10-301-1/+0
* Add attribute tokens dfw.Tor Egge2023-10-302-0/+108
* Rename linguistics-tokens to tokens.Tor Egge2023-10-193-28/+28
* Add linguistics tokens document field writer.Tor Egge2023-10-162-7/+49
* Enable passing search::docsummary::IStringFieldConverter pointer toTor Egge2023-10-121-1/+1
* Add a converter from an annoated string field value to an array ofTor Egge2023-10-122-0/+182
* Consolidate extraction of tokens from annotated string field value.Tor Egge2023-10-101-1/+1
* Correct copyright headersJon Bratseth2023-10-091-1/+1
* Update copyrightJon Bratseth2023-10-0948-48/+48
* Drop non ancient non const GetSize/GetPositionHenning Baldersheim2023-07-181-32/+17
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-133-4/+3
* Handle single value raw attribute in attribute dfw.Tor Egge2023-03-101-5/+31
* remove additional no-longer-relevant fastos referencesHÃ¥vard Pettersen2023-03-012-6/+0
* Rename KeywordExtractor to QueryTermFilter.Tor Egge2023-01-254-87/+87
* Emtpy index name means default index.Tor Egge2023-01-251-0/+5
* Add new KeywordExtractor with two factories (one each for indexed searchTor Egge2023-01-242-0/+82
* Add interface class IKeywordExtractorFactory.Tor Egge2023-01-051-2/+1
* Add interface class IKeywordExtractor.Tor Egge2023-01-051-2/+2
* Change from typedef to using in searchsummary C++ code.Geir Storli2022-12-217-9/+9
* Remove SearchDataType::URI.Tor Egge2022-10-191-13/+0
* Use document::AnnotationType::TERM. Remove search::linguistics::TERM.Tor Egge2022-10-131-5/+6
* Add slime filler filter unit test.Tor Egge2022-09-232-0/+152
* Simplify API of SlimeFillerFilter to make it easier to use.Geir Storli2022-09-221-2/+2
* 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