aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/docsummary/juniper_query_adapter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Empty index => 'default' indexHenning Baldersheim2024-02-061-1/+5
* Wire QueryNormalization in to JuniperQueryAdapter and use it there.Henning Baldersheim2024-02-051-12/+19
* Use reference instead of pointer.Henning Baldersheim2024-02-051-5/+5
* - Avoid default arguments on virtual methods.Henning Baldersheim2024-02-051-9/+5
* Keep arity of parent in sync when making juniper query from stack dump.Tor Egge2023-11-301-0/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* Improve handling of query items TRUE and FALSE.Tor Egge2023-06-011-0/+3
* Rename KeywordExtractor to QueryTermFilter.Tor Egge2023-01-251-5/+5
* Add interface class IKeywordExtractorFactory.Tor Egge2023-01-051-1/+1
* Add interface class IKeywordExtractor.Tor Egge2023-01-051-2/+2
* Standardize on using lowercase first letter in function names.Geir Storli2022-09-211-11/+11
* Modernize C++ code.Geir Storli2022-09-161-1/+2
* Factor out helper classes for dynamic docsum field writer.Tor Egge2022-09-101-0/+163