aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/direct_posting_store
Commit message (Collapse)AuthorAgeFilesLines
* Rename searchlib library to vespa_searchlib.Tor Egge9 days1-1/+1
|
* Support IDocidWithWeightPostingStore for more attribute data types.Geir Storli2024-01-241-3/+5
| | | | | | | This includes array types (in addition to weighted set) and all integer types. This change also aligns the blueprint and iterator implementations used for WeightedSetTerm and InTerm, making the performance of WeightedSetTerm more similar to InTerm. In particular an attribute with "rank: filter" uses a more optimal search iterator for WeightedSetTerm.
* Revert "Support IDocidWithWeightPostingStore for more attribute data types."Henning Baldersheim2024-01-221-5/+3
|
* Support IDocidWithWeightPostingStore for more attribute data types.Geir Storli2024-01-221-3/+5
| | | | | | | This includes array types (in addition to weighted set) and all integer types. This change also aligns the blueprint and iterator implementations used for WeightedSetTerm and InTerm, making the performance of WeightedSetTerm more similar to InTerm. In particular an attribute with "rank: filter" uses a more optimal search iterator for WeightedSetTerm.
* Add testing of IDocidPostingStore for single value attributes.Geir Storli2024-01-041-86/+152
|
* Rewrite unit tests to GTest.Geir Storli2024-01-032-59/+65
|
* Align naming of test and iterator for low-level posting list access.Geir Storli2023-12-193-0/+236