summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/imported_search_context
Commit message (Collapse)AuthorAgeFilesLines
* Remove inlining warnings (searchlib).Tor Egge2022-02-261-0/+15
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Add unit tests for active boundary checks.Tor Egge2021-02-121-0/+10
|
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-032-22/+40
|
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-032-40/+22
|
* Specify fast search explicit in testHenning Baldersheim2020-01-022-15/+14
|
* Consider estimated hitrate.Henning Baldersheim2020-01-011-0/+18
|
* Add ExecutionInfo to propagate more information than just strictness to ↵Henning Baldersheim2019-12-311-9/+10
| | | | | | | 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.
* Move query classes used in streaming search to separate sub-folder and ↵Geir Storli2019-11-281-1/+1
| | | | sub-library.
* 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
| | | | - Do not have an interface return a reference when it might refer a nullptr...
* Renaming and constification after code review comments.Henning Baldersheim2018-05-241-2/+2
|
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-231-7/+7
|
* Change target attribute type in ImportedAttributeVector toTor Egge2018-04-201-1/+1
| | | | ReadableAttributeVector.
* Add ReadableAttributeVector interface used to create a short-lived read ↵Geir Storli2018-04-191-0/+1
| | | | | | guard over an attribute vector. Let AttributeVector and ImportedAttributeVector implement this interface.
* Change ImportedAttributeVector to no longer implement IAttributeVector API.Geir Storli2018-04-191-3/+3
| | | | All read access happens through short lived ImportedAttributeVectorReadGuard.
* Keep a document meta store read guard together with bitvector posting list ↵Geir Storli2017-09-111-1/+3
| | | | | | in search cache for imported attributes. This is to ensure that no lids that are cached in the bitvector are re-used until the guard is released.
* Use bit vector search cache in imported search context if available.Geir Storli2017-09-061-5/+73
| | | | | Try to use bit vector from cache for the given query term if found. Insert bit vector posting list into cache after calculation.
* If fetchPostings() is called with strict set to true then buildTor Egge2017-08-241-1/+8
| | | | | | | | synthetic posting list based on reverse mapping and result of scanning target attribute (via target search context and corresponding search iterator). Use synthetic posting list if available when creating iterator.
* Revert "Revert "Balder/do not use your own docidlimit""Henning Baldersheim2017-06-221-5/+3
|
* Revert "Balder/do not use your own docidlimit"Henning Baldersheim2017-06-221-3/+5
|
* init correct range on attribute iterators.Henning Baldersheim2017-06-221-5/+3
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-132-3/+3
|
* Copyright headerJon Bratseth2017-06-132-3/+3
|
* Revert "Revert "Fix warnings hidden earlier due to including application ↵Henning Baldersheim2017-05-031-2/+2
| | | | headers as s…""
* Revert "Fix warnings hidden earlier due to including application headers as ↵Henning Baldersheim2017-05-031-2/+2
| | | | s…"
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-031-2/+2
| | | | includes
* Add more imported search context testsTor Brede Vekterli2017-03-201-14/+58
|
* Add imported search context and iteration (#2031)Tor Brede Vekterli2017-03-172-0/+303
Implement search context and iteration for imported attributes