aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Extend tensor remove update to support not fully specified addresses and upda...Geir Storli2020-11-1714-62/+233
* Add 32 most significant bits of gid key to key in btree mapping fromTor Egge2020-11-111-0/+4
* Merge pull request #15232 from vespa-engine/balder/gc-unused-parameter-to-ser...Henning Baldersheim2020-11-099-29/+24
|\
| * Removed unused IFieldBase of Serializer/Deserializer interface.Henning Baldersheim2020-11-099-29/+24
* | Merge pull request #15187 from vespa-engine/jonmv/reindexig-controllerJon Marius Venstad2020-11-091-10/+13
|\ \
| * | Use fieldSet :[document]Jon Marius Venstad2020-11-051-10/+13
* | | Merge pull request #15222 from vespa-engine/toregge/faster-bucket-order-compareHenning Baldersheim2020-11-092-34/+18
|\ \ \ | |_|/ |/| |
| * | Faster bucket order compare for global ids.Tor Egge2020-11-082-34/+18
| |/
* / No need to inherit Identifiable.Henning Baldersheim2020-11-073-8/+14
|/
* Store scaling events in ZooKeeperJon Bratseth2020-10-221-1/+1
* Fix forward declarations.Tor Egge2020-10-164-4/+4
* use compatibility code in TensorPartialUpdateArne Juul2020-10-163-69/+7
* use "return {};" to return empty unique_ptrArne Juul2020-10-153-3/+3
* simplifyArne Juul2020-10-153-9/+3
* handle both engine- and factory-based tensorsArne Juul2020-10-1513-103/+182
* fix TensorFieldValue::compare to be correct (but slow)Arne Juul2020-10-141-5/+18
* getAsTensorPtr() method can return "pointer to tensor"Arne Juul2020-10-147-16/+16
* Merge pull request #14847 from vespa-engine/balder/monitor-2-mutex-and-cond-4Henning Baldersheim2020-10-141-92/+17
|\
| * Assert instead of silently fixHenning Baldersheim2020-10-141-9/+2
| * Use std::mutex and std:.condition_variable and GC some unused code.Henning Baldersheim2020-10-131-89/+21
* | Expose "writeFields" from JsonWriter, to write only document fieldsJon Marius Venstad2020-10-132-8/+13
|/
* - GC the last usages of vespalib::Lock.Henning Baldersheim2020-10-081-74/+1
* Make vespalib hash functors noexceptTor Brede Vekterli2020-10-081-2/+2
* Let c++11 take care of proper lockingHenning Baldersheim2020-10-084-33/+6
* - GC unused code.Henning Baldersheim2020-10-078-261/+11
* Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-071-0/+1
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-074-9/+9
* Use noexcept as advise by gcc -WnoexceptHenning Baldersheim2020-10-063-8/+8
* Add noexcept specifier to GlobalId assignment operator.Tor Egge2020-10-061-1/+1
* Merge pull request #14685 from vespa-engine/jonmv/doc-v1-async-call-completio...Jon Marius Venstad2020-10-058-35/+31
|\
| * Move un-exported enum to exported packageJon Marius Venstad2020-10-028-35/+31
* | Explicitly instantiate LiteralFieldValue.Tor Egge2020-10-042-0/+8
* | Explicitly instantiate NumericFieldValue.Tor Egge2020-10-042-0/+14
|/
* Export document-parser packageJon Marius Venstad2020-10-011-0/+8
* Merge pull request #14634 from vespa-engine/jonmv/async-feed-handlerJon Marius Venstad2020-10-014-2/+36
|\
| * Throw IllegalArgumentException on bad input, rather than RuntimeExceptionJon Marius Venstad2020-09-301-2/+2
| * Add equals and hashCode to some classesJon Marius Venstad2020-09-303-0/+34
* | Merge pull request #14644 from vespa-engine/toregge/handle-reference-field-va...Henning Baldersheim2020-09-304-0/+139
|\ \
| * | Add unit test for document selection.Tor Egge2020-09-303-0/+129
| * | Handle ReferenceFieldValue in document selection expression.Tor Egge2020-09-301-0/+10
| |/
* / Non-functional changes onlyJon Bratseth2020-09-301-1/+2
|/
* Relax test to verify meta is stored, but not its contentJon Marius Venstad2020-09-232-2/+2
* Simplify and do not call method that will throw.Henning Baldersheim2020-09-111-2/+1
* Test move assignment instead.Henning Baldersheim2020-09-111-8/+5
* Use a move constructor to avoid expensive copy when not necessary.Henning Baldersheim2020-09-112-8/+15
* Revert "Revert "Support 'id' as field name in C++ document selection lexing/p...Henning Baldersheim2020-09-104-13/+37
* Revert "Support 'id' as field name in C++ document selection lexing/parsing"Jon Marius Venstad2020-09-094-37/+13
* Verify existing semantics of 'id' as field name in Java parserTor Brede Vekterli2020-09-091-2/+8
* Support 'id' as field name in C++ document selection lexing/parsingTor Brede Vekterli2020-09-093-11/+29
* Avoid using alloca and use a fixed buffer instead.Henning Baldersheim2020-08-271-5/+12