summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Rename search::memoryindex::Dictionary -> FieldIndexCollection.Geir Storli2019-04-091-16/+16
|
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* Update default source in source selector when switching to new memory index.Tor Egge2019-01-161-0/+1
| | | | Override default source when loading source selector from disk.
* Don't apply old lid space compaction operation to newer index.Tor Egge2019-01-081-0/+8
|
* Compact lid space on source selector.Tor Egge2019-01-082-2/+36
|
* Revert "Compact lid space on source selector."Arnstein Ressem2019-01-072-44/+2
|
* Don't apply old lid space compaction operation to newer index.Tor Egge2019-01-041-0/+8
|
* Compact lid space on source selector.Tor Egge2019-01-042-2/+36
|
* Revert "Compact lid space on source selector."Henning Baldersheim2019-01-032-36/+2
|
* Compact lid space on source selector.Tor Egge2019-01-032-2/+36
|
* - Decouple index config from ProtonConfig.Henning Baldersheim2018-12-032-13/+10
| | | | | - Decouple grow config from Protonconfig. No semantic changes, just refactoring.
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-1/+1
| | | | | | | | | | | | | The expected semantics of c_str() (a null-terminated string) cannot be satisfied with a string reference, so remove the function entirely to prevent people from using it in buggy ways. Replaces c_str() with data() in places where it is presumed safe, otherwise constructs temporary string instances. Certain callsites have been de-stringref'd in favor of regular strings, in particular where C APIs have been transitively called. The vast majority of these were called with string parameters anyway, so should not cause much extra allocation.
* Reduce code visibilityHenning Baldersheim2018-06-111-0/+1
|
* Remove unused includes.Tor Egge2017-12-111-2/+0
|
* Use standard locking in searchcore (pass 2).Tor Egge2017-12-111-2/+0
|