aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/imported_search_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* tag blueprints with strictnessHÃ¥vard Pettersen2024-03-201-3/+3
* Tag hit estimates from attribute search contexts as unknown when applicable.Geir Storli2024-02-021-9/+9
* Wire in thread bundle to execute info and request context.Henning Baldersheim2023-12-121-1/+1
* Rename search::DocIdIterator to search::ArrayIterator.Geir Storli2023-11-231-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Grab the fallback guard in the constructor to ensure it is held fetching the ...Henning Baldersheim2023-05-101-7/+18
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-091-4/+5
* Use shared_ptr for the read guardHenning Baldersheim2023-05-091-1/+1
* Check target attribute lid range.Tor Egge2023-04-251-0/+7
* Improve hit estimate for ImportedSearchContext.Tor Egge2022-11-141-3/+63
* Find and locate range query item in the 'and' path of a query.Henning Baldersheim2022-09-081-0/+4
* Use AtomicEntryRef and AtomicValueWrapper<uint32_t> in reference attribute.Tor Egge2022-03-171-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-3/+3
* Handle fetchPostings being called multiple times.Tor Egge2020-06-091-8/+3
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-2/+2
* Only provide a filter iterator if that is all that is needed.Henning Baldersheim2020-01-101-2/+9
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-3/+6
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-6/+3
* Consider estimated hitrate.Henning Baldersheim2020-01-011-1/+3
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-3/+4
* Add more details to the trace.Henning Baldersheim2019-12-201-1/+1
* Rename QueryTermBase -> QueryTermUCS4 and move to separate h and cpp files.Geir Storli2019-11-281-2/+2
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-0/+1
* - Do not follow the nullptr.Henning Baldersheim2018-07-231-1/+1
* Ensure that all attribute iterators expose the search context creating the it...Geir Storli2018-06-251-1/+1
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+4
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-231-2/+1
* Adjust naming: referencing lid -> source lid.Tor Egge2018-04-261-0/+1
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-261-1/+1
* Make getCommittedDocIdLimit() method virtual.Tor Egge2018-04-241-1/+1
* Remove unneeded attribute namespace qualifier.Tor Egge2018-04-231-1/+1
* Change target attribute type in ImportedAttributeVector toTor Egge2018-04-201-5/+6
* Use forward declared ReferenceAttribute.Tor Egge2018-04-201-0/+1
* Use ISearchContext instead of AttributeVector::SearchContext in ImportedSearc...Geir Storli2018-04-181-6/+6
* Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-1/+5
* Merge pull request #3344 from vespa-engine/toregge/remove-unneeded-boundary-c...Geir Storli2017-09-081-1/+0
|\
| * Remove boundary check for mapping from lid to referenced lid sinceTor Egge2017-09-061-1/+0
* | Use bit vector search cache in imported search context if available.Geir Storli2017-09-061-3/+23
|/
* Simplify the loop.Henning Baldersheim2017-09-011-20/+10
* Simplify targetIterator loop.Henning Baldersheim2017-09-011-18/+8
* Reduce branch miss.Henning Baldersheim2017-09-011-2/+1
* Populate bitvector on the fly.Henning Baldersheim2017-09-011-40/+25
* Separate the weighted/non-weighted solution.Henning Baldersheim2017-09-011-27/+86
* Ensure large method is not inlined.Henning Baldersheim2017-09-011-0/+6
* I guess the 'fast-search' hint is better than the 'filter' hint.Henning Baldersheim2017-09-011-1/+1
* Make posting lists if it is strict or if target is filter.Henning Baldersheim2017-09-011-14/+22
* Add boundary check when mapping to referenced lid, to avoidTor Egge2017-08-251-8/+1
* Avoid race between readers and writer that could cause reader to readTor Egge2017-08-251-2/+9