aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef
Commit message (Expand)AuthorAgeFilesLines
* Use explicit and do not expose nbostream in headerfile.Henning Baldersheim2024-04-223-0/+3
* Remove unneeded vespalib testkit includeTor Egge2024-02-191-1/+1
* Copy interleaved features in search::fef::TermFieldMatchData.Tor Egge2024-02-091-2/+2
* Factor out FtTestApp.Tor Egge2024-01-092-339/+0
* Merge branch 'master' into balder/gc-unused-feature-flagsHenning Baldersheim2023-12-204-0/+19
|\
| * Estimate => CostHenning Baldersheim2023-12-194-8/+8
| * Add feature flag for allow sorting blueprints by cost estimate instead of est...Henning Baldersheim2023-12-194-0/+19
* | GC unused feature flags related to rollout of multithreaded fetch postings an...Henning Baldersheim2023-12-194-57/+0
|/
* Follow config if using supplied thread bundle or not.Henning Baldersheim2023-12-124-0/+17
* Wire in use-estimate-for-fetch-postings into ExecuteInfo.Henning Baldersheim2023-12-064-0/+20
* Consistent namingHenning Baldersheim2023-12-053-5/+5
* - Control creation of temporary postinglists during fetchPostings for non-str...Henning Baldersheim2023-12-044-0/+20
* Merge pull request #29380 from vespa-engine/balder/avoid-atoiHenning Baldersheim2023-11-202-10/+16
|\
| * Check for end prior to checking for whitespace.Henning Baldersheim2023-11-201-1/+1
| * Handle leading whitespace and test behaviour.Henning Baldersheim2023-11-202-10/+13
| * atoi => std::from_charsHenning Baldersheim2023-11-201-2/+5
* | - We are now always nesting multivalue grouping for indexed search.Henning Baldersheim2023-11-204-14/+2
* | Add flag for marking phrase always expensive.Henning Baldersheim2023-11-194-1/+22
|/
* Correct copyright headersJon Bratseth2023-10-094-4/+4
* Update copyrightJon Bratseth2023-10-09153-153/+153
* Use ConstBufferRef and add some noexceptHenning Baldersheim2023-10-051-4/+4
* Use DfaTable as default fuzzy matching algorithm for maxEditDistance <= 2.Geir Storli2023-10-032-2/+2
* Revert "Use DfaTable as default fuzzy matching algorithm for maxEditDistance ...Henning Baldersheim2023-10-022-2/+2
* Use DfaTable as default fuzzy matching algorithm for maxEditDistance <= 2.Geir Storli2023-10-022-2/+2
* Add noexceptHenning Baldersheim2023-09-281-32/+34
* Add query property to control fuzzy matching algorithm.Geir Storli2023-09-214-1/+34
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-154-0/+36
* GC unused code.Henning Baldersheim2023-08-072-18/+0
* Merge pull request #27913 from vespa-engine/balder/add-noexceptHenning Baldersheim2023-07-284-23/+17
|\
| * Add noexceptHenning Baldersheim2023-07-274-23/+17
* | - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-272-32/+32
|/
* Revert "- Pack data closer to let config fit in 2 cache lines instead of 4."Tor Egge2023-07-142-32/+32
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-076-62/+44
* - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-062-32/+32
* Need larger stack when using address santizerHenning Baldersheim2023-06-301-1/+10
* fix feature flag wiringHÃ¥vard Pettersen2023-06-291-1/+2
* Add flag for controling nested multivalue grouping.Henning Baldersheim2023-06-284-0/+19
* Also consider query time override of rank-score-drop-limitHenning Baldersheim2023-06-232-1/+8
* Use a smallvector to avoid indirection in most common case, and reserve some ...Henning Baldersheim2023-05-222-2/+2
* Merge pull request #27144 from vespa-engine/balder/reduce-number-of-allocationsv8.165.119Henning Baldersheim2023-05-212-8/+9
|\
| * Add reserve and simplify MatchDataLayoutHenning Baldersheim2023-05-162-8/+9
* | GC unused assert includesHenning Baldersheim2023-05-175-27/+0
|/
* Remove unused field/attribute access hinting.Tor Egge2023-05-132-22/+0
* Setup search visitor without proton process.Tor Egge2023-05-102-4/+4
* Use const auto&Tor Egge2023-05-091-3/+3
* Add RankingAssetsBuilder.Tor Egge2023-05-096-3/+137
* Move ranking config to configdefinitions module.Tor Egge2023-05-0911-1/+410
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-0811-411/+1
* Update class comment.Tor Egge2023-05-081-1/+2
* Move ranking config to configdefinitions module.Tor Egge2023-05-0811-1/+410