aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/fef/featureoverride
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Use "_test" suffix for unit test cpp files.Geir Storli2023-08-302-1/+1
|
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-0/+3
|
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-1/+1
|
* support binary feature overridesHåvard Pettersen2022-03-101-10/+139
| | | | also checks type to make sure the override is valid
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* enable re-using termwise bitvectors in second phaseHåvard Pettersen2017-09-201-1/+2
| | | | | detach match data from rank program and refactor match loop re-use bitvector in termwise search if range is the same
* Revert "Havardpe/reuse termwise vector in second phase"Henning Baldersheim2017-09-191-2/+1
|
* MatchData no longer owned by RankProgramHåvard Pettersen2017-09-191-1/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* never run execute directlyHaavard2017-02-241-1/+1
|
* lazy evaluate ranking expressionsHaavard2017-02-231-6/+5
|
* move features out of match dataHaavard2016-12-131-10/+6
|
* Pass 1 as docid to 'const' executors.Tor Egge2016-12-121-1/+1
|
* Pass docId (local document id) to feature executor execute method insteadTor Egge2016-12-091-1/+1
| | | | of reference to match data.
* Use methods on output objects to get feature values instead ofTor Egge2016-12-081-18/+15
| | | | directly resolving feature location via match data.
* Bind match data before executing feature executor.Tor Egge2016-12-061-0/+1
|
* Add local references to stash to avoid clunky syntax.Tor Egge2016-12-051-8/+12
|
* Allocate feature executors on a stash to get them close together in memory.Tor Egge2016-12-021-16/+16
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-155-0/+189