summaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps
Commit message (Collapse)AuthorAgeFilesLines
* track namespace move in documenttypes.defArne H Juul2021-12-021-1/+1
| | | | | | | * For C++ code this introduces a "document::config" namespace, which will sometimes conflict with the global "config" namespace. * Move all forward-declarations of the types DocumenttypesConfig and DocumenttypesConfigBuilder to a common header file.
* Keep write context live until inverter thread has completed invert task.Tor Egge2021-11-101-1/+13
|
* Remove the lids in one task instead of 1k tasks for full buckets on delete ↵Henning Baldersheim2021-10-291-1/+3
| | | | bucket.
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0720-20/+20
|
* Remove mlock as option for backend tooHenning Baldersheim2021-06-211-1/+1
|
* support functional constantsHåvard Pettersen2021-05-111-5/+5
| | | | | | | | | | | | be more specific about const number values (GDBT trees): is_const -> is_const_double get_const_value -> get_const_double_value Add more generic 'get_const_value' that can also be used for tensor values. Allow it to be called even in the case of parse error, in which case it does not produce a value (same as for non-const sub-expressions).
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-302-2/+2
|
* Add low level DocumentWeightAttribute lookup stress test.Tor Egge2021-04-262-0/+158
|
* use size literals in searchlibArne Juul2021-02-156-17/+23
|
* Less asserts in header files.Henning Baldersheim2021-02-131-0/+1
|
* Various readability and code cleanup. closure -> lambdaHenning Baldersheim2021-01-231-3/+2
|
* Some -std=c++20a fixes:Arne Juul2020-12-061-1/+1
| | | | | | | add noexcept de-inline destructor avoid comparison warning (and revert changes already made in another branch)
* only factory in interpreted functionHåvard Pettersen2020-12-031-2/+2
|
* Make it compatible with c++2aHenning Baldersheim2020-12-022-9/+9
|
* cleanup unused includeArne Juul2020-11-271-1/+0
|
* Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-121-2/+4
|
* handle both engine- and factory-based tensorsArne Juul2020-10-151-2/+2
| | | | | | * use EngineOrFactory::get() instead of DefaultTensorEngine::ref() * avoid direct use of DenseTensorView etc where possible * use eval::Value instead of tensor::Tensor where possible
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-2/+3
|
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
|
* avoid naked exitArne Juul2020-07-031-34/+23
|
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
| | | | Rename namespace search::datastore to vespalib::datastore.
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-252-8/+8
|
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-5/+5
|
* remove parameter count from interpreted functionsHåvard Pettersen2020-04-031-1/+1
|
* Add getStats and setTaskLimit to interface to make it easy to swap ↵Henning Baldersheim2020-02-271-5/+5
| | | | | | implementation. Also make do with ISequenceHandlerInterface.
* Make final and GC unused includeHenning Baldersheim2020-02-241-2/+0
|
* Use simple standard pseudorandom generator.Tor Egge2020-02-131-7/+4
|
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
|
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-3/+3
|
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-3/+3
|
* Add ExecutionInfo to propagate more information than just strictness to ↵Henning Baldersheim2019-12-311-3/+3
| | | | | | | 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-6/+6
|
* Revert "Balder/remove steadytimestamp 2"Henning Baldersheim2019-12-161-6/+6
|
* Merge pull request #11535 from vespa-engine/balder/remove-steadytimestamp-2Henning Baldersheim2019-12-161-6/+6
|\ | | | | Balder/remove steadytimestamp 2
| * Use std::chrono.Henning Baldersheim2019-12-091-6/+6
| |
* | async concurrent llvm compilationHåvard Pettersen2019-12-121-7/+9
|/
* Address comments from code review.Henning Baldersheim2019-11-201-3/+3
|
* Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-201-3/+3
|
* Remove FastOS_Time usageHenning Baldersheim2019-11-201-9/+8
|
* faster gbdt forest evaluationHåvard Pettersen2019-10-021-2/+15
| | | | | This is a draft implementation of gbdt forest evaluation doing feature-at-a-time rather than tree-at-a-time.
* Remove "enable enumerated save" flag from attribute vectors as this should ↵Geir Storli2019-08-191-8/+1
| | | | | | be always on. For production code this has been on for several years already.
* Extend MemoryIndex to take an instance of IFieldLengthInspector to setup ↵Geir Storli2019-06-061-22/+24
| | | | field length calculators per field index.
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-14/+14
| | | | | | | | | | Namespace is still `search` and not `vespalib` due to the massive amount of code that would need to be modified for such a change. Other changes: - Move `BufferWriter` from searchlib to vespalib - Move assertion and rand48 utilities from staging_vespalib to vespalib - Move gtest utility code from staging_vespalib to vespalib
* Make member variables in DocIdAndFeatures non-public.Geir Storli2019-04-301-7/+5
|
* Rename memoryindex* -> memory_index*.Geir Storli2019-04-111-1/+1
|
* Stop inlining some constructors and destructors.Tor Egge2019-03-191-0/+2
|
* Stop setting optind before calling getopt() or getopt_long().Tor Egge2019-03-181-0/+2
|
* Fix format strings in searchlib module.Tor Egge2019-03-122-7/+9
|
* Stop using size_t for file offset or file size.Tor Egge2019-03-121-4/+4
|