aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/fef
Commit message (Collapse)AuthorAgeFilesLines
* Handle leading whitespace and test behaviour.Henning Baldersheim2023-11-201-3/+38
|
* Update copyrightJon Bratseth2023-10-0929-29/+29
|
* Use "_test" suffix for unit test cpp files.Geir Storli2023-08-302-1/+1
|
* GC unused assert includesHenning Baldersheim2023-05-171-1/+21
|
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-012-0/+6
|
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-216-12/+12
|
* Now we always split phrases.Henning Baldersheim2022-09-301-8/+0
|
* support mapping names in execution profiling outputHåvard Pettersen2022-09-061-3/+3
| | | | | use feature descriptions rather than raw feature names drop single quotes from feature descriptions
* Remove option to delay phrases and same-element. The gain is smaller than ↵Henning Baldersheim2022-08-311-8/+0
| | | | the risk and too hard to use.
* make split phrases default.Henning Baldersheim2022-08-311-4/+4
|
* Move arrayHenning Baldersheim2022-08-281-3/+3
|
* enable profiling of rank programsHåvard Pettersen2022-08-241-2/+33
|
* Make the message a pair of level and stringHenning Baldersheim2022-08-161-2/+1
|
* - Split rank setup verification code and the binary.Henning Baldersheim2022-08-131-1/+2
| | | | - Accumulate errors during ranksetup. Report them at the end, and also verify them in some tests.
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-2/+4
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* improve error messages when verifying rank setupHåvard Pettersen2022-04-061-0/+6
|
* support binary feature overridesHåvard Pettersen2022-03-101-10/+139
| | | | also checks type to make sure the override is valid
* auto-unbox scalar results from interpreted ranking expressionsHåvard Pettersen2022-01-272-16/+24
|
* Add properties for rank-profile mutate control.Henning Baldersheim2021-10-251-0/+64
|
* Update 2017 copyright notices.gjoranv2021-10-0729-29/+29
|
* Add missing move operators that avoid alot of copying when dealing with ↵Henning Baldersheim2021-03-291-9/+17
| | | | vectors and maps.
* use size literals in searchlibArne Juul2021-02-151-1/+2
|
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-2/+0
|
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* Reduce verbosity of method name for getting phrase splitter query env.Tor Egge2020-05-201-16/+16
|
* Explicitly manage PhraseSplitterQueryEnv.Tor Egge2020-05-202-21/+28
|
* Merge pull request #13271 from ↵Henning Baldersheim2020-05-162-9/+10
|\ | | | | | | | | vespa-engine/balder/if-you-need-more-than-1-make-room-for-42 If we need a dynamic allocation, just as well take 1k giving 42 entries.
| * Update test with expected capacity.Henning Baldersheim2020-05-161-2/+2
| |
| * If we need a dynamic allocation, just as well take 1k giving 42 entries.Henning Baldersheim2020-05-151-7/+8
| |
* | Move common code to new test class.Tor Egge2020-05-151-30/+21
| |
* | Extend term match data merger test: merging of interleaved features.Tor Egge2020-05-151-0/+93
| |
* | Rewrite term match data merger test to use gtest.Tor Egge2020-05-152-95/+66
|/
* print first error for each featureHåvard Pettersen2020-03-182-57/+27
|
* Fixup feature map after blueprint setup failure.Tor Egge2020-02-201-0/+21
|
* If debugging of SearchHandler is turned on, the 1k first request will have ↵Henning Baldersheim2020-02-111-0/+1
| | | | | | trace and timing information. The 1k number is configurable in the container-http config.
* Merge branch 'master' into balder/reduce-timestamp-usageHenning Baldersheim2019-12-201-0/+9
|\
| * If it is full, it is full. No point in moving data to new buffers as nothing ↵Henning Baldersheim2019-12-201-0/+9
| | | | | | | | will be added anyway.
* | Use vespalib::count_sHenning Baldersheim2019-12-191-1/+1
| |
* | WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-9/+7
|/
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-9/+9
|
* enable use of fast forest gbdt evaluation for rankingHåvard Pettersen2019-10-042-0/+39
|
* added rank config for split/delay flagsHåvard Pettersen2019-09-121-0/+16
| | | | used to control how unpacking iterators are optimized and sorted
* remove error_value constantHåvard Pettersen2019-06-201-3/+1
|
* Rename cheap features to interleaved features.Tor Egge2019-06-181-8/+8
|
* Expose absolute values for document frequency in ITermFieldData (as needed ↵Geir Storli2019-06-121-1/+1
| | | | by bm25 feature).
* Refactor tagging of TermFieldMatchData regarding which features areTor Egge2019-05-241-2/+23
| | | | needed by feature executors.
* Remove packed on TermFieldMatchData.Henning Baldersheim2019-05-231-1/+2
|
* Remove packed on Positions.Henning Baldersheim2019-05-231-1/+1
|
* Add verification of size of essential classes.Henning Baldersheim2019-05-231-26/+11
|
* Update as default changed on vespa 7.Henning Baldersheim2019-03-201-0/+21
|