summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
Commit message (Expand)AuthorAgeFilesLines
* remove tensor factoryHÃ¥vard Pettersen2019-05-311-15/+12
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* Move `AddressSpace` from searchlib to vespalibTor Brede Vekterli2019-05-241-6/+6
* Deinline test code.Henning Baldersheim2019-05-063-0/+3
* Make final to improve inlining.Henning Baldersheim2019-05-062-12/+12
* Add type casts and adjust format strings in searchcore module.Tor Egge2019-03-141-0/+2
* Merge pull request #8745 from vespa-engine/toregge/reduce-use-of-tensor-mapperGeir Storli2019-03-121-1/+1
|\
| * Stop using tensor mapper when setting values in tensor attribute.Tor Egge2019-03-111-1/+1
* | Stop using DocBuilder for attribute populator test.Tor Egge2019-03-111-14/+17
|/
* Optimize updates to tensor attributes by only updating them in-memory and no ...Geir Storli2019-03-081-8/+20
* Merge pull request #8694 from vespa-engine/toregge/add-tensor-type-checksGeir Storli2019-03-071-1/+3
|\
| * Check for assignable tensor type when setting tensor in TensorFieldValue.Tor Egge2019-03-071-1/+3
* | Rewrite attribute aspect delayer test to use gtest.Geir Storli2019-03-072-120/+117
|/
* Pass name by reference.Tor Egge2019-02-221-1/+1
* If removal of attribute aspect is delayed but summary aspect has been removedTor Egge2019-02-211-22/+51
* Remove files used by old unit test runner.Tor Egge2019-02-1924-24/+0
* Use explicit EntryRef constructor to avoid unintended conversionHenning Baldersheim2018-11-281-0/+2
* Expose constness in interface to avoid cheating.Henning Baldersheim2018-08-291-1/+1
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-2/+2
* Merge pull request #6636 from vespa-engine/balder/add-attribute_operationHenning Baldersheim2018-08-231-2/+2
|\
| * Move AttributeOperation and AttributeFunctor to searc::attributeHenning Baldersheim2018-08-221-2/+2
* | Use std::make_xxxHenning Baldersheim2018-08-202-2/+2
|/
* Sync attribute dirs before marking attribute snapshot valid.Tor Egge2018-08-031-0/+4
* move LOG_SETUP after other includesArne Juul2018-06-203-9/+9
* Merge branch 'master' into arnej/use-log-abortArne Juul2018-06-205-32/+77
|\
| * - Remove the execute(string, ...) and force the use of ExecutorId.Henning Baldersheim2018-06-171-1/+1
| * Rewrite test to enure AttributeWriter is given a fully populated AttributeMan...Henning Baldersheim2018-06-172-26/+31
| * Merge pull request #6185 from vespa-engine/balder/balder/prepare-lazy-deseria...Henning Baldersheim2018-06-141-3/+3
| |\
| | * 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-121-3/+3
| * | Struct field attributes can be removed without reprocessing.Tor Egge2018-06-131-2/+42
| |/
* / use LOG_ABORT not just abort()Arne Juul2018-06-123-3/+10
|/
* Reduce code visibilityHenning Baldersheim2018-06-121-0/+1
* Support handling map of primitive types in document field extractor.Geir Storli2018-06-081-2/+36
* Adjust naming: compoundAttribute -> structFieldAttribute.Tor Egge2018-06-061-2/+2
* Keep document live during attribute population until attribute write threadsTor Egge2018-06-052-5/+5
* Adjust name of compound attribute in map of struct to match field path.Tor Egge2018-05-311-4/+4
* Handle struct map in attribute writer.Tor Egge2018-05-311-1/+59
* DeinlineHenning Baldersheim2018-05-311-0/+5
* Compute updatescope inline when applying updates to attributes.Henning Baldersheim2018-05-311-9/+14
* Merge pull request #6005 from vespa-engine/toregge/handle-update-of-compund-a...Geir Storli2018-05-301-0/+95
|\
| * Rename struct array field from "s" to "array" in unit test.Tor Egge2018-05-301-11/+11
| * Add unit test for setting compound attribute values using newTor Egge2018-05-301-0/+95
* | Remove unneeded check method. Feed handler now ensures that currentTor Egge2018-05-301-33/+0
|/
* Rename tag field to weight field.Tor Egge2018-05-281-74/+74
* Handle extraction of field values for struct array attribute vectors.Tor Egge2018-05-282-0/+389
* DeinlineHenning Baldersheim2018-05-111-2/+3
* Create read guard for target document meta store as part of creatingTor Egge2018-04-233-2/+5
* Add shared pointer to document meta store context for referencedTor Egge2018-04-234-4/+8
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-4/+4
* Change target attribute type in ImportedAttributeVector toTor Egge2018-04-201-1/+4