aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/imported_search_context.h
Commit message (Expand)AuthorAgeFilesLines
* tag blueprints with strictnessHÃ¥vard Pettersen2024-03-201-1/+1
* Tag hit estimates from attribute search contexts as unknown when applicable.Geir Storli2024-02-021-2/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Use a rwlock as reading surpasses writing by a very large factor.Henning Baldersheim2023-05-251-1/+1
* Grab the fallback guard in the constructor to ensure it is held fetching the ...Henning Baldersheim2023-05-101-0/+1
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-091-2/+0
* Use shared_ptr for the read guardHenning Baldersheim2023-05-091-1/+1
* Check target attribute lid range.Tor Egge2023-04-251-1/+5
* Adjust MIN_TARGET_HITS_FOR_APPROXIMATION value.Tor Egge2022-11-141-1/+1
* Improve hit estimate for ImportedSearchContext.Tor Egge2022-11-141-0/+5
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+1
* Find and locate range query item in the 'and' path of a query.Henning Baldersheim2022-09-081-0/+1
* Simplify AttributeVector by moving out ValueModifier, EnumModifier and BaseName.Henning Baldersheim2022-05-271-3/+4
* Use AtomicEntryRef and AtomicValueWrapper<uint32_t> in reference attribute.Tor Egge2022-03-171-2/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add comments.Tor Egge2021-02-121-0/+1
* Reenable boundary checks when mapping lid to lid for referenced document type.Tor Egge2021-02-111-1/+1
* Handle fetchPostings being called multiple times.Tor Egge2020-06-091-1/+0
* Only provide a filter iterator if that is all that is needed.Henning Baldersheim2020-01-101-0/+1
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-1/+1
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-1/+1
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-1/+1
* Rename QueryTermBase -> QueryTermUCS4 and move to separate h and cpp files.Geir Storli2019-11-281-1/+1
* - Do not follow the nullptr.Henning Baldersheim2018-07-231-1/+1
* onCmp -> onFindHenning Baldersheim2018-05-231-2/+2
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-231-7/+7
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-261-6/+6
* Remove unneeded attribute namespace qualifier.Tor Egge2018-04-231-1/+1
* Change target attribute type in ImportedAttributeVector toTor Egge2018-04-201-2/+3
* Use ISearchContext instead of AttributeVector::SearchContext in ImportedSearc...Geir Storli2018-04-181-2/+5
* Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-0/+2
* Merge pull request #3344 from vespa-engine/toregge/remove-unneeded-boundary-c...Geir Storli2017-09-081-3/+1
|\
| * Remove boundary check for mapping from lid to referenced lid sinceTor Egge2017-09-061-3/+1
* | Use bit vector search cache in imported search context if available.Geir Storli2017-09-061-0/+5
|/
* Make posting lists if it is strict or if target is filter.Henning Baldersheim2017-09-011-17/+6
* Style fix (indentation).Tor Egge2017-08-251-1/+1
* Add boundary check when mapping to referenced lid, to avoidTor Egge2017-08-251-5/+13
* If fetchPostings() is called with strict set to true then buildTor Egge2017-08-241-0/+5
* Maintain direct forward mapping from lid to referenced lid in referenceTor Egge2017-08-161-0/+3
* 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
* Add imported search context and iteration (#2031)Tor Brede Vekterli2017-03-171-0/+71