summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index
Commit message (Collapse)AuthorAgeFilesLines
* Keep write context live until inverter thread has completed invert task.Tor Egge2021-11-103-8/+8
|
* Add DocumentInverterCollection.Tor Egge2021-11-032-12/+21
|
* Move portions of DocumentInverter to DocumentInverterContext.Tor Egge2021-11-021-1/+3
|
* Just use a simple gate instead of brute force sync to be more precise.Henning Baldersheim2021-10-301-2/+1
|
* Use vector of lids in IIndexManager api.Henning Baldersheim2021-10-291-2/+4
|
* Use vector of lids in IIndexWriter api.Henning Baldersheim2021-10-291-8/+5
|
* Rename ISequencedTaskExecutor::sync() to sync_all().Tor Egge2021-10-282-7/+7
|
* Update 2017 copyright notices.gjoranv2021-10-077-7/+7
|
* Reduce visibility and do not provide syncable when not necessary.Henning Baldersheim2021-03-021-1/+1
|
* use 15_Gi/17_Gi directlyArne Juul2021-02-151-4/+3
|
* use size literals in searchcoreArne Juul2021-02-152-2/+4
|
* urgen ->urgentHenning Baldersheim2021-02-131-1/+1
|
* Move control of internal limits closer to where the limitation is.Henning Baldersheim2021-02-131-0/+9
|
* gc last usages of closuresHenning Baldersheim2021-01-261-3/+3
|
* Move idestructorcallback.h to vespalib module and ↵Henning Baldersheim2021-01-143-6/+8
| | | | search::IDestructorCallback to vespalib::IdestructorCallback.
* Reduce test time for searchcore_index_test.Tor Egge2021-01-084-13/+18
|
* Stop fusion when closing flush engine.Tor Egge2021-01-062-0/+37
|
* Wire in use of flush tokens for flush targets.Tor Egge2021-01-062-16/+18
|
* Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-121-2/+5
|
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* Use find_package to find gtest library.Tor Egge2020-06-291-2/+3
|
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
| | | | Rename namespace search::datastore to vespalib::datastore.
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-042-3/+3
|
* Add shutdown to thread interface.Henning Baldersheim2020-03-231-1/+0
| | | | Let the optimize config control index and summary executor too.
* Add getStats and setTaskLimit to interface to make it easy to swap ↵Henning Baldersheim2020-02-271-8/+7
| | | | | | implementation. Also make do with ISequenceHandlerInterface.
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-1/+1
|
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-1/+1
|
* Add ExecutionInfo to propagate more information than just strictness to ↵Henning Baldersheim2019-12-311-1/+1
| | | | | | | fetchPostings. The estimated hitrate that each iterator will will enable smarter query evaluation. Especially will it be possible to figure out if static up front cost can be avoided.
* Revert "Revert "Balder/remove steadytimestamp 2""Henning Baldersheim2019-12-161-2/+2
|
* Revert "Balder/remove steadytimestamp 2"Henning Baldersheim2019-12-161-2/+2
|
* Use std::chrono.Henning Baldersheim2019-12-091-2/+2
|
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-8/+10
|
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-5/+5
|
* Hide implementation to reduce FastOS_ visibility.Henning Baldersheim2019-12-041-5/+3
|
* Specify UTC explicitHenning Baldersheim2019-11-181-6/+6
|
* GC unused filesHenning Baldersheim2019-09-301-2/+0
|
* doc: -> id:Henning Baldersheim2019-08-163-3/+3
|
* Test propagation of field length info between indexes in index manager.Geir Storli2019-06-071-25/+91
|
* Rewrite index manager unit tests to gtest.Geir Storli2019-06-072-291/+323
|
* Save average field length in posting list file header.Tor Egge2019-06-061-0/+1
|
* Extend MemoryIndex to take an instance of IFieldLengthInspector to setup ↵Geir Storli2019-06-062-8/+11
| | | | field length calculators per field index.
* Change searchcorespi::IndexSearchable to also implement the ↵Geir Storli2019-06-051-11/+56
| | | | | | IFieldLengthInspector API. Currently the memory and disk index implementations return empty field length info for all fields.
* Rewrite indexcollection unit tests to gtest.Geir Storli2019-06-052-76/+67
|
* Wire field inverter at construction time.Tor Egge2019-06-041-5/+3
|
* Wire in the shared executor in the threading service.Henning Baldersheim2019-05-142-2/+6
|
* Rename search::memoryindex::CompactDocumentWordsStore -> CompactWordsStore.Geir Storli2019-04-111-2/+2
|
* Rename memoryindex* -> memory_index*.Geir Storli2019-04-111-1/+1
|
* Rename fieldinverter* -> field_inverter*.Geir Storli2019-04-111-1/+1
|
* Rename documentinverter* -> document_inverter*.Geir Storli2019-04-111-1/+1
|
* Rename search::memoryindex::OrderedDocumentInserter -> ↵Geir Storli2019-04-111-1/+0
| | | | OrderedFieldIndexInserter.