aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/fieldmatchfeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove unused field/attribute access hinting.Tor Egge2023-05-131-1/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove empty comments.Tor Egge2020-05-271-2/+0
* Setup field match executor shared state.Tor Egge2020-05-271-20/+40
* Revert "Setup field match executor shared state."Harald Musum2020-05-261-40/+20
* Reduce verbosity of method name.Tor Egge2020-05-261-2/+2
* Setup field match executor shared state.Tor Egge2020-05-261-20/+40
* Factor out portions of field match computer to field match computer shared st...Tor Egge2020-05-221-2/+5
* Remove unused field match computer tracing.Tor Egge2020-05-211-1/+0
* Explicitly manage PhraseSplitterQueryEnv.Tor Egge2020-05-201-1/+4
* Create a QueryTermVector once and do the significance and connectedness looku...Henning Baldersheim2020-05-041-0/+26
* - Add debug logging.Henning Baldersheim2020-02-231-6/+4
* Eliminate some clang warnings in searchlibTor Egge2019-02-081-2/+1
* enable re-using termwise bitvectors in second phaseHåvard Pettersen2017-09-201-1/+1
* Revert "Havardpe/reuse termwise vector in second phase"Henning Baldersheim2017-09-191-1/+1
* pass cost MatchData to executorsHåvard Pettersen2017-09-191-1/+1
* Use locale insensitiv atofHenning Baldersheim2017-06-191-11/+10
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Make searchlib compile with '-Og'.Geir Storli2017-05-051-1/+4
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-8/+0
* Use CollectionType defined in search::index::schema for search::fef::FieldInfo.Geir Storli2017-04-041-1/+2
* Pass docId (local document id) to feature executor execute method insteadTor Egge2016-12-091-3/+3
* Use bound match data to resolve term field handles.Tor Egge2016-12-091-2/+7
* Use methods on input and output objects to get/set feature values instead ofTor Egge2016-12-071-30/+30
* Allocate feature executors on a stash to get them close together in memory.Tor Egge2016-12-021-3/+3
* PublishJon Bratseth2016-06-151-0/+311