summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Test concatJon Bratseth2021-04-132-1/+7
* Minor c++11 code cleanup.Henning Baldersheim2021-04-132-12/+8
* Adjust member function names to reflect what is being compacted.Tor Egge2021-04-127-19/+19
* Add CompactionStrategy methods to determine if compaction should be performed.Tor Egge2021-04-097-41/+10
* Use consistent namingHenning Baldersheim2021-04-082-5/+9
* Wire the whole dictionary cfg all the way.Henning Baldersheim2021-04-084-7/+7
* Wire in match configHenning Baldersheim2021-04-081-1/+14
* Avoid noncompliant use of std::is_sorted (The comparison function did notTor Egge2021-04-082-2/+4
* If unique values can be unsorted then any enum value change isTor Egge2021-04-082-2/+4
* Sort unique values during load if needed.Tor Egge2021-04-0820-19/+110
* only allow getDirectEvaluator when arguments are accessed normallyArne Juul2021-04-061-0/+5
* add unit test for lambda optimization bugArne Juul2021-04-061-0/+2
* Rename unit test type parameters.Tor Egge2021-04-061-24/+24
* Merge pull request #17264 from vespa-engine/balder/avoid-expensive-dynamic-castHenning Baldersheim2021-04-064-27/+17
|\
| * Remove assert that no longer has any purpose.Henning Baldersheim2021-04-061-1/+0
| * Avoid expensive dynamic_castHenning Baldersheim2021-04-024-26/+17
* | Reserve size for property maps.Henning Baldersheim2021-04-045-4/+12
|/
* - Based on feedback from callgrind and perf add hint about most likely branch...Henning Baldersheim2021-03-314-56/+31
* Assert that the impossible will never happen.Henning Baldersheim2021-03-311-4/+3
* Downgrade to string in case of trouble.Henning Baldersheim2021-03-313-1/+21
* Ensure and check zero termination.Henning Baldersheim2021-03-313-3/+10
* Avoid null pointer dereference.Tor Egge2021-03-311-1/+1
* Merge pull request #17236 from vespa-engine/arnej/nns-for-imported-tensorArne H Juul2021-03-319-28/+46
|\
| * check tensor type of attribute explicitlyArne Juul2021-03-311-6/+7
| * add wiring to allow NNS for imported tensorArne Juul2021-03-309-27/+44
* | Merge pull request #17244 from vespa-engine/toregge/enable-limited-range-sear...Henning Baldersheim2021-03-302-1/+13
|\ \
| * | Enable limited range search with hash dictionary (i.e. fallback to filtering).Tor Egge2021-03-302-1/+13
* | | Merge pull request #17226 from vespa-engine/balder/dotproduct-as-termHenning Baldersheim2021-03-3034-370/+645
|\ \ \ | |/ / |/| |
| * | Add testing of multiterm and allow mixing and matching of string vs integer.Henning Baldersheim2021-03-302-9/+79
| * | - Add type to MultiTerm to enable perfect replication.Henning Baldersheim2021-03-303-5/+24
| * | Report errors when there are too few items on the stack.Henning Baldersheim2021-03-301-3/+6
| * | Keep a local instance instead of a const reference.Henning Baldersheim2021-03-301-1/+1
| * | Enough to keep the stringref.Henning Baldersheim2021-03-301-1/+1
| * | - Use a LookupKey to further delay data conversion until we know it is necess...Henning Baldersheim2021-03-2912-99/+168
| * | - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-2925-292/+406
* | | Merge pull request #17234 from vespa-engine/oregge/hash-only-unique-store-dic...Henning Baldersheim2021-03-306-75/+171
|\ \ \
| * | | Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-306-75/+171
* | | | Avoid dynamic castHenning Baldersheim2021-03-304-23/+26
|/ / /
* | | Add missing move operators that avoid alot of copying when dealing with vecto...Henning Baldersheim2021-03-297-18/+32
* | | Add noexcept specifier to lambda.Tor Egge2021-03-291-1/+1
|/ /
* | Factor out ReadSnapshot from UniqueStoreDictionary.Tor Egge2021-03-291-2/+5
* | - Simplify code by catching exception in one place.Henning Baldersheim2021-03-294-143/+107
* | - No need for _currCreator member, it can be constructed from _currFlags when...Henning Baldersheim2021-03-294-37/+27
* | - Use faster std::to_chars.Henning Baldersheim2021-03-288-62/+57
|/
* Merge pull request #17212 from vespa-engine/geirst/remove-serialized-tensor-a...Arne H Juul2021-03-268-365/+4
|\
| * Remove SerializedTensorAttribute that is replaced by SerializedFastValueAttri...Geir Storli2021-03-268-365/+4
* | Merge pull request #17201 from vespa-engine/balder/reduce-inlining-and-templa...Henning Baldersheim2021-03-262-24/+31
|\ \ | |/ |/|
| * Remove template parameter not needed and reduce inlining.Henning Baldersheim2021-03-262-24/+31
* | Merge pull request #17205 from vespa-engine/geirst/remove-experimental-use-of...Geir Storli2021-03-265-54/+11
|\ \ | |/ |/|
| * Remove experimental use of mmap file allocator for dense tensor data.Geir Storli2021-03-265-54/+11