aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/diskindex/diskindex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-071-1/+1
* Add noexcept, nodiscard and some constexprHenning Baldersheim2023-02-131-6/+6
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-1/+1
* Expose more information in content node search reply trace.Geir Storli2022-09-261-1/+1
* Add noexcept specifier.Tor Egge2022-07-031-1/+1
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Use faster std::to_chars.Henning Baldersheim2021-03-281-2/+2
* Push handling of NearestNeighborTerm down to AttributeBlueprintFactory.Geir Storli2019-11-191-1/+4
* std::make_unique while reading up on phrase search code.Henning Baldersheim2019-08-151-25/+21
* Save average field length in posting list file header.Tor Egge2019-06-061-0/+11
* Remove unused settings (prefix, phrases, positions) from index field in schema.Geir Storli2019-05-021-2/+1
* Add more class comments + style changes.Geir Storli2019-04-251-17/+9
* Style fixes.Tor Egge2019-04-151-10/+14
* Style fixes.Tor Egge2019-04-151-1/+1
* Actually set configured fadvise options.Henning Baldersheim2018-11-141-2/+2
* Use nested namespace and general code unification.Henning Baldersheim2018-11-141-10/+5
* Pass stringref by valueHenning Baldersheim2018-08-111-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-1/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-8/+5
* Use overrideHenning Baldersheim2017-04-041-11/+10
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-0/+7
* Make some more test build too.Henning Baldersheim2016-12-151-1/+1
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-14/+9
* Reduce unneccessary code incluscion.Henning Baldersheim2016-12-121-2/+3
* Prepare for exposing more stats about disk and memory indexes, forTor Egge2016-09-211-4/+6
* PublishJon Bratseth2016-06-151-0/+476