summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/sortspec
Commit message (Collapse)AuthorAgeFilesLines
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-4/+4
|
* Handle that [docid] can use an optional attribute.Henning Baldersheim2022-10-141-76/+100
|
* fix undefined behavior in unit testsHåvard Pettersen2022-06-091-1/+1
|
* fix undefined behavior in unit tests -- WIPHåvard Pettersen2022-06-071-1/+1
|
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-0/+1
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* Fold searchlib_uca into searchlibHenning Baldersheim2022-05-211-1/+0
|
* Remove getAll() member functions from attribute vectors.Tor Egge2022-04-221-12/+22
|
* GC unused sort code and reduce code visibility.Henning Baldersheim2022-03-251-15/+11
|
* Let the InvocationService drive the clock instead of having its own ticking ↵Henning Baldersheim2022-03-031-8/+5
| | | | | | | loop. Also use sleep_until to get intervals indendant of invoke cost as long as cost is within interval. This also also saves a clock sample and simplifies implementation.
* use more accessorsArne H Juul2021-11-121-5/+5
| | | | | * use getDocId() instead of directly accessing _docId some places * use getRank() instead of directly accessing _rankValue some places
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
|
* Fix format strings.Tor Egge2020-01-071-1/+1
|
* Revert "Revert "Balder/remove steadytimestamp 2""Henning Baldersheim2019-12-161-4/+4
|
* Revert "Balder/remove steadytimestamp 2"Henning Baldersheim2019-12-161-4/+4
|
* Use std::chrono.Henning Baldersheim2019-12-091-4/+4
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-3/+2
|
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-151-2/+2
|
* Adjust some types in searchlib module.Tor Egge2019-03-161-1/+1
|
* 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
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Complete the test for extended docid.Henning Baldersheim2016-12-121-7/+7
|
* Add test for descending sort too.Henning Baldersheim2016-12-121-5/+15
|
* Add test for new docid sorting.Henning Baldersheim2016-12-121-33/+40
|
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-121-1/+1
| | | | - Avoid having to include the world for just the data type.
* Use gid when sorting.Henning Baldersheim2016-12-121-3/+3
|
* Do not require icu unless you really need it.Henning Baldersheim2016-09-112-1/+4
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-153-0/+425