summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/searchable/attribute_weighted_set_blueprint_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-1/+1
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as ↵Henning Baldersheim2021-03-291-39/+27
| | | | | | | | they really are. That restricts the nodes to what they can really do and makes them significantly cheaper. - In addition type conversion of numeric terms is delayed to when it is necessary. And as next step they can be avoided completely.
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-2/+2
|
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-2/+2
|
* Add ExecutionInfo to propagate more information than just strictness to ↵Henning Baldersheim2019-12-311-2/+2
| | | | | | | fetchPostings. The estimated hitrate that each iterator will will enable smarter query evaluation. Especially will it be possible to figure out if static up front cost can be avoided.
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-61/+11
| | | | Also execution in a task for containment.
* move LOG_SETUP after other includesArne Juul2018-06-201-4/+3
|
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+2
| | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-2/+8
|
* Revert "Revert "Balder/do not use your own docidlimit""Henning Baldersheim2017-06-221-9/+2
|
* Revert "Balder/do not use your own docidlimit"Henning Baldersheim2017-06-221-2/+9
|
* init correct range on attribute iterators.Henning Baldersheim2017-06-221-9/+2
|
* 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
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* add override in searchlib moduleArne H Juul2017-04-121-5/+5
|
* PublishJon Bratseth2016-06-151-0/+231