aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - If document type has been resolved, use if for test-and-set too.Henning Baldersheim2020-08-271-3/+5
* Add explicit instantiation of document::StructuredFieldValue::set method.Tor Egge2020-08-231-0/+6
* Move exception handling to where we can give proper feedback to the user.Henning Baldersheim2020-08-201-8/+2
* Expect and handle field not found exception.Henning Baldersheim2020-08-201-2/+17
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-207-48/+58
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-197-58/+48
* Build the FieldSetRepo up front with all configured fieldsets to avoid buildi...Henning Baldersheim2020-08-144-24/+55
* Change api so that we can drop clone from the interface and prepare for using...Henning Baldersheim2020-08-144-25/+4
* Make sure the entries in the set are unique.Henning Baldersheim2020-08-146-12/+31
* Use a vector backed set for speed.Henning Baldersheim2020-08-137-40/+53
* Follow clion adviseHenning Baldersheim2020-08-131-53/+38
* GC unused code.Henning Baldersheim2020-08-1314-139/+94
* Revert "Revert "Reduce the use of hamcrest when normal assertEquals/assertTru...Henning Baldersheim2020-08-1214-124/+131
* Revert "Reduce the use of hamcrest when normal assertEquals/assertTrue does a...Henning Baldersheim2020-08-1114-131/+124
* Reduce the use of hamcrest when normal assertEquals/assertTrue does a mucj be...Henning Baldersheim2020-08-1114-124/+131
* Make FieldCollection immutable.Henning Baldersheim2020-08-074-50/+19
* Repair clion whitespace mess.Henning Baldersheim2020-08-071-6/+6
* Do not compute the hash on temporary sets. Wait till done.Henning Baldersheim2020-08-074-13/+26
* Merge pull request #14006 from vespa-engine/balder/add-hash-to-fieldcollectionHenning Baldersheim2020-08-077-102/+128
|\
| * - Use modern enum class.Henning Baldersheim2020-08-077-102/+128
* | Define the TENSOR datatype fully.Henning Baldersheim2020-08-072-0/+4
|/