summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10787 from vespa-engine/toregge/remove-dead-posting-chang...Tor Egge2019-09-252-31/+0
|\
| * Remove dead method search::PostingChange::apply.Tor Egge2019-09-242-31/+0
* | Merge pull request #10770 from vespa-engine/toregge/detect-enum-store-entry-r...Tor Egge2019-09-257-3/+76
|\ \
| * | Fix indentation.Tor Egge2019-09-251-1/+1
| * | Use a more descriptive test name.Tor Egge2019-09-241-3/+3
| * | Adjust reference count for default value enum store entry when shrinking aTor Egge2019-09-242-0/+52
| * | Verify that corresponding posting list is empty before removingTor Egge2019-09-232-3/+21
| * | Detect enum store entry reference count overflow.Tor Egge2019-09-233-0/+3
* | | Nonfunctional changes onlyJon Bratseth2019-09-242-35/+19
* | | Handle NaN in hit aggregation sortingJon Bratseth2019-09-241-1/+1
* | | Handle Nan in group mergingJon Bratseth2019-09-241-7/+1
* | | Handle comparison of NaNsJon Bratseth2019-09-241-1/+1
* | | Nonfunctional changes onlyJon Bratseth2019-09-246-46/+39
| |/ |/|
* | added low-level code used to identify matching elementsHåvard Pettersen2019-09-233-0/+45
* | introduce separate docsum matcher classHåvard Pettersen2019-09-232-5/+4
|/
* added function identifying which elements matchedHåvard Pettersen2019-09-1910-0/+238
* Merge pull request #10646 from vespa-engine/geirst/enum-store-cleanup-5Henning Baldersheim2019-09-1331-286/+250
|\
| * Style changes and function renaming in enum store dictionary.Geir Storli2019-09-137-44/+33
| * Style changes and function renaming in enum store.Geir Storli2019-09-1328-169/+166
| * Remove unused functions.Geir Storli2019-09-133-21/+0
| * Rename functions used to free unused values in enum store.Geir Storli2019-09-1310-47/+47
| * Rename fixupRefCount(s) -> set_ref_count(s).Geir Storli2019-09-136-14/+13
* | Don't remove parentheses around comparisonsLester Solbakken2019-09-131-0/+2
|/
* Merge pull request #10620 from vespa-engine/havardpe/unpacking-iterators-opti...Arne H Juul2019-09-1214-15/+92
|\
| * add expensive flags to phrase/same elementHåvard Pettersen2019-09-129-15/+33
| * added rank config for split/delay flagsHåvard Pettersen2019-09-125-0/+59
* | Add unit tests for enum store loading and fix bug when loading from non-enume...Geir Storli2019-09-1112-52/+179
* | Write unit tests for enum store batch updater.Geir Storli2019-09-113-2/+80
* | Rewrite enum store tests to gtest.Geir Storli2019-09-114-240/+190
|/
* Remove unused functions.Geir Storli2019-09-102-2/+0
* Simplify how we iterate the set of unique values when saving an enumerated at...Geir Storli2019-09-108-44/+13
* Stop exposing low-level data store out of enum store.Geir Storli2019-09-108-18/+34
* Remove decRefCount() from enum store API.Geir Storli2019-09-102-11/+10
* Rename addEnum() -> insert() and change semantics to increase ref count.Geir Storli2019-09-104-60/+46
* Delay instantiation of enum store dictionary to after unique store is instant...Geir Storli2019-09-102-22/+24
* Rename comparator_test.cpp -> enum_comparator_test.cpp.Geir Storli2019-09-096-16/+16
* Remove wrapping of entry type in enum store.Geir Storli2019-09-0912-146/+111
* Reduce code duplication by letting enum store comparators inherit unique stor...Geir Storli2019-09-0916-282/+225
* Correct code for doing rare buffer flip when reading compressed posting list.Tor Egge2019-09-061-1/+1
* Merge pull request #10520 from vespa-engine/havardpe/blueprint-tieringArne H Juul2019-09-057-19/+138
|\
| * added cost tier to blueprintsHåvard Pettersen2019-09-057-19/+138
* | Merge pull request #10509 from vespa-engine/arnej/handle-relative-paths-to-st...Arnstein Ressem2019-09-052-0/+8
|\ \
| * | update shell bootstrap sectionsArne Juul2019-09-042-0/+8
| |/
* | Pass ConstArrayRef by value.Geir Storli2019-09-044-5/+5
* | Change writeValues() to take ConstArrayRef.Geir Storli2019-09-045-13/+9
* | Rename BatchUpdater::add() -> insert().Geir Storli2019-09-042-3/+2
* | Remove unused functions.Geir Storli2019-09-044-28/+0
* | Rename functions and classes used when loading enum store.Geir Storli2019-09-0414-70/+65
* | Simplify how dictionary is populated when loading enum store.Geir Storli2019-09-046-50/+29
* | Reduce exposure of the internal index type outside the enum store.Geir Storli2019-09-047-17/+11