aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/diskindex/fusion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* GC unused assert includesHenning Baldersheim2023-05-171-2/+0
* Use std::filesystem to create and remove directories.Tor Egge2022-06-231-3/+4
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-1/+2
* Tag cpu category for tasks run in the proton shared executor.Geir Storli2022-01-281-4/+4
* Since fusion task are now smaller, there is no need to explicit limit number ...Henning Baldersheim2022-01-191-3/+2
* Schedule small tasks for field merge.Tor Egge2022-01-171-16/+6
* Simplify use of search::diskindex::Fusion class.Tor Egge2022-01-091-35/+37
* Refactor field merger.Tor Egge2022-01-061-22/+5
* Move state from stack to field merger.Tor Egge2022-01-061-2/+2
* Factor out FieldMerger from Fusion.Tor Egge2022-01-051-407/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add low level support for stopping a running disk index fusion.Tor Egge2021-01-051-12/+27
* Rename experimentalpostinglistformat -> interleavedfeatures in indexschema.def.Geir Storli2019-06-241-3/+3
* Add field length scanner, to get accurate field lengths forTor Egge2019-06-201-1/+27
* Save average field length in posting list file header.Tor Egge2019-06-061-3/+11
* Use a sempahore and limit number of resources to 50%Henning Baldersheim2019-05-271-1/+6
* Wire 'experimental posting list format' flag to where disk index is created a...Geir Storli2019-05-161-1/+2
* Log at debug level only.Henning Baldersheim2019-05-161-4/+4
* - Provide an executor and use it for fusion.Henning Baldersheim2019-05-151-221/+133
* Extend field writer test to check encoding of cheap features.Tor Egge2019-05-091-1/+1
* Remove unused settings (prefix, phrases, positions) from index field in schema.Geir Storli2019-05-021-3/+3
* Style fixes.Tor Egge2019-04-151-1/+2
* Style fixes.Tor Egge2019-04-151-36/+58
* Style fixes.Tor Egge2019-04-151-1/+1
* Use nested namespace and general code unification.Henning Baldersheim2018-11-141-13/+3
* Sync index dirs before marking index dir valid.Tor Egge2018-08-041-0/+1
* use LOG_ABORT not just abort()Arne Juul2018-06-121-3/+3
* Eliminate split open handling (earlyOpen() + lateOpen()), use open() instead.Tor Egge2017-10-091-4/+3
* Remove support for disk index checkpointing.Tor Egge2017-10-091-1/+0
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-201-1/+0
* 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
* split log and bufferedlogHenning Baldersheim2017-06-071-5/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-3/+3
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-5/+6
* Do not carry exceptions in header filesHenning Baldersheim2016-12-191-6/+5
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-121-10/+5
* PublishJon Bratseth2016-06-151-0/+606