aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors
Commit message (Collapse)AuthorAgeFilesLines
* perform feature renaming in streaming alsoArne H Juul2022-06-224-6/+15
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-5/+4
|
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-0/+1
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* Fold searchlib_uca into searchlibHenning Baldersheim2022-05-211-1/+0
|
* Fold fastlib into vespalib and gc some unused code.Henning Baldersheim2022-05-211-1/+0
| | | | Also move some code only used by juniper up into juniper test module.
* Fold storageapi into storage.Henning Baldersheim2022-05-191-1/+0
|
* prepare shared stateHåvard Pettersen2022-05-161-0/+1
| | | | needed for non-numeric query features
* Revert "Revert "Collapse vsm into streamingvisitors""Henning Baldersheim2022-05-1598-7/+7669
|
* Revert "Collapse vsm into streamingvisitors"Henning Baldersheim2022-05-1598-7669/+7
|
* Collapse vsm into streamingvisitorsHenning Baldersheim2022-05-1498-7/+7669
|
* GC empty snippetvisitor directoty.Henning Baldersheim2022-05-141-0/+0
|
* Implement className on document::FieldValueHenning Baldersheim2022-03-171-8/+7
|
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-10/+11
|
* Remove clone from DataType.Henning Baldersheim2022-03-041-1/+1
|
* Remove identifiable from document::DataTypeHenning Baldersheim2022-03-041-6/+7
| | | | Also remove the virtual == operator and the need for default constructor.
* Make ConfigUri constructors explicit and use same context where possible in ↵Henning Baldersheim2022-02-201-3/+4
| | | | proton.
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-0/+1
|
* extract geo positions from query termsArne H Juul2022-01-284-0/+21
| | | | * put them into query environment (for ranking)
* Revert "Revert "Balder/refactor docentry""Henning Baldersheim2022-01-073-7/+9
|
* Revert "Balder/refactor docentry"Arnstein Ressem2022-01-073-9/+7
|
* - Flags -> Enum.Henning Baldersheim2022-01-061-3/+3
| | | | - Consistently use DocEntryList as type for std::vector<spi::DocEntry::UP>
* Use enum class for the flags.Henning Baldersheim2022-01-061-2/+1
|
* Simplify by avoid both DocumentSize and PersistedDocumentSize. That is the same.Henning Baldersheim2022-01-061-1/+1
|
* Simplify DocEntry to get a clean interface with multiple implementations, ↵Henning Baldersheim2022-01-063-2/+5
| | | | | | instead of an mutant. Also add tests for the different variations a DocEntry can have.
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-0727-27/+27
|
* Use std::make_unique/make_shared.Henning Baldersheim2021-09-202-10/+10
|
* external ranking expressionsHåvard Pettersen2021-05-201-0/+4
| | | | loaded from potentially compressed files
* Revert "external ranking expressions"Harald Musum2021-05-201-4/+0
|
* external ranking expressionsHåvard Pettersen2021-05-181-0/+4
| | | | loaded from potentially compressed files
* Add missing move operators that avoid alot of copying when dealing with ↵Henning Baldersheim2021-03-291-6/+1
| | | | vectors and maps.
* all scalars must be doubleHåvard Pettersen2021-03-041-1/+1
| | | | and all operation results must be at least float
* use size literals in streamingArne Juul2021-02-151-1/+2
|
* engine.encode -> encode_valueArne Juul2020-12-021-2/+2
|
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-7/+8
|
* cleanup unused includeArne Juul2020-11-271-1/+0
|
* handle both engine- and factory-based tensorsArne Juul2020-10-152-8/+7
| | | | | | * use EngineOrFactory::get() instead of DefaultTensorEngine::ref() * avoid direct use of DenseTensorView etc where possible * use eval::Value instead of tensor::Tensor where possible
* Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-082-5/+5
|
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-3/+3
|
* Move QueryEnvironment::getAllLocations member function definition to cpp file.Tor Egge2020-10-032-7/+11
|
* handle onnx model config for inputs and outputsHåvard Pettersen2020-09-221-2/+2
|
* handle onnx models configHåvard Pettersen2020-09-011-0/+4
|
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-202-6/+6
|
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-192-6/+6
|
* Merge pull request #14051 from vespa-engine/balder/use-an-actual-fieldset-repoHenning Baldersheim2020-08-182-6/+6
|\ | | | | Balder/use an actual fieldset repo
| * Build the FieldSetRepo up front with all configured fieldsets to avoid ↵Henning Baldersheim2020-08-142-6/+6
| | | | | | | | building them for every get() call."
* | wire in using new JSON-lite location formatArne Juul2020-08-181-1/+1
|/
* GC unused code.Henning Baldersheim2020-08-131-5/+5
|
* remove fef/location.h as wellArne Juul2020-07-161-1/+0
|