aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/diskindex/fieldwriter/fieldwriter_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Drop non ancient non const GetSize/GetPositionHenning Baldersheim2023-07-181-1/+1
|
* Initialize in constructor where possible.Henning Baldersheim2023-01-091-4/+2
|
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-3/+3
|
* remove FastOS_ApplicationHåvard Pettersen2022-04-081-10/+10
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* use getopt/getopt_long directlyHåvard Pettersen2022-04-011-7/+5
|
* Add missing includeHenning Baldersheim2022-01-311-0/+1
|
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-261-1/+0
| | | | | | | - Check result of Close() - Check result of Sync() - Scope FastOS_File to avoid explicit Close(). - NULL -> nullptr
* Avoid deprecated functions in OpenSSL 3.0.Tor Egge2021-10-281-8/+25
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-301-1/+1
|
* use size literals in searchlibArne Juul2021-02-151-12/+13
|
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-251-2/+2
|
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-11/+10
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-72/+25
|
* Rename cheap features to interleaved features.Tor Egge2019-06-181-39/+39
|
* Save average field length in posting list file header.Tor Egge2019-06-061-0/+10
|
* Prepare for zc posting iterator unpack variants.Tor Egge2019-05-221-6/+6
|
* Unpack cheap features in zc posting iterators.Tor Egge2019-05-151-10/+13
|
* Extend field writer test to check encoding of cheap features.Tor Egge2019-05-091-38/+52
|
* Change function to take reference to const string as argument.Tor Egge2019-05-091-1/+1
|
* Simplify field writer unit test.Tor Egge2019-05-091-90/+107
|
* Hide member variables in FakeWordSet.Geir Storli2019-05-071-20/+14
|
* Merge pull request #8040 from ↵Henning Baldersheim2019-01-081-10/+0
|\ | | | | | | | | vespa-engine/toregge/reuse-posting-list-iteator-during-validation Reuse posting list iterator during validation.
| * Reuse posting list iterator during validation.Tor Egge2019-01-071-10/+0
| |
* | GC unused code and update includesHenning Baldersheim2019-01-051-0/+1
|/
* Eliminate split open handling (earlyOpen() + lateOpen()), use open() instead.Tor Egge2017-10-091-54/+13
|
* Stop testing disk index checkpointing. It is not currently used.Tor Egge2017-10-091-180/+5
|
* Replace tab with spaces.Geir Storli2017-09-131-2/+2
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-49/+32
|
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
|
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-21/+23
|
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-21/+10
|
* Only include what you needHenning Baldersheim2016-12-191-0/+1
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-1/+1
|
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-121-10/+10
| | | | - Avoid having to include the world for just the data type.
* PublishJon Bratseth2016-06-151-0/+972