summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
* Update ABI spec format, and update all specsjonmv2022-10-251-864/+864
|
* Fix default settings for using clang on CentOS Stream 8.Tor Egge2022-10-221-0/+2
|
* Revert "Bratseth/restore signature"Arnstein Ressem2022-10-203-15/+10
|
* Remove unused document type.Tor Egge2022-10-191-96/+10
|
* Remove document::UrlDataType from backend.Tor Egge2022-10-199-229/+99
|
* Restore legacy signatureJon Bratseth2022-10-173-11/+16
|
* No functional changesJon Bratseth2022-10-171-1/+1
|
* Convert record to class, since we need to build this for JDK 8jonmv2022-10-071-7/+42
|
* Test moreJon Bratseth2022-10-071-10/+10
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-0617-118/+204
|
* Remove duplicate include.Tor Egge2022-09-251-1/+0
|
* Remove unused variables.Tor Egge2022-09-231-0/+2
|
* Reduce number of overloads for document::SpanTree::annotate.Tor Egge2022-08-294-17/+3
|
* Reduce use of new in summary field converter unit test.Tor Egge2022-08-292-5/+19
|
* Implement equals() for TensorDataType.Geir Storli2022-08-254-5/+27
| | | | | | This fixes a bug where a tensor attribute is kept in the search backend after its tensor type has changed and the attribute aspect has been removed from the schema. The equals() function is used as part of DocumentTypeInspector::hasUnchangedField().
* Hide hash implementation details.Henning Baldersheim2022-08-192-4/+3
|
* Use xxhash for all BucketId hash sets and maps.Henning Baldersheim2022-08-192-6/+1
|
* Use XXH3 to get a good hash distribution sine it will be very bad when using ↵Henning Baldersheim2022-08-182-0/+11
| | | | group/user doc distribution.
* Use std::make_shared and std::make_unique.Henning Baldersheim2022-08-161-1/+1
|
* GC long gone config and som minor code cleanup.Henning Baldersheim2022-07-062-6/+0
|
* Revert "Revert "Revert "GC long gone config"""Arnstein Ressem2022-07-052-0/+6
|
* Revert "Revert "GC long gone config""Henning Baldersheim2022-07-052-6/+0
|
* Revert "GC long gone config"Henning Baldersheim2022-07-052-0/+6
|
* Merge pull request #23364 from ↵Henning Baldersheim2022-07-052-0/+2
|\ | | | | | | | | vespa-engine/toregge/include-ostream-to-get-declaration-of-member-functions Include ostream to get declaration of member functions.
| * Include ostream to get declaration of member functions.Tor Egge2022-07-052-0/+2
| |
* | GC long gone configHenning Baldersheim2022-07-052-6/+0
|/
* Add option to ignore undefined fieldsJon Bratseth2022-07-0416-95/+124
|
* Disable noexcept warning when compiling generated document selection parser.Tor Egge2022-07-031-0/+3
|
* Merge pull request #23139 from vespa-engine/andreer/java-17-examplesMartin Polden2022-06-301-1/+1
|\ | | | | Java 17 examples
| * String::formatted saves 5 bytesAndreas Eriksen2022-06-161-1/+1
| |
* | pass pointers where nullptr is an optionHåvard Pettersen2022-06-232-7/+11
| |
* | set repo before updatingHåvard Pettersen2022-06-231-8/+36
| |
* | Merge pull request #23188 from vespa-engine/havardpe/avoid-nullptr-derefHenning Baldersheim2022-06-222-2/+2
|\ \ | | | | | | avoid nullptr deref
| * | avoid nullptr derefHåvard Pettersen2022-06-212-2/+2
| | |
* | | stop passing nullptrHåvard Pettersen2022-06-211-1/+3
|/ /
* / Expect quotingJon Bratseth2022-06-161-1/+1
|/
* No functional changesJon Bratseth2022-06-152-5/+4
|
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
|
* Update ABIHenning Baldersheim2022-06-091-2/+3
|
* Revert "Revert "Avoid Serializable interface and use typed Comparable<T> ↵Henning Baldersheim2022-06-097-34/+19
| | | | MERGEOK""
* Revert "Avoid Serializable interface and use typed Comparable<T> MERGEOK"Harald Musum2022-06-097-19/+34
|
* Avoid Serializable interface and use typed Comparable<T>Henning Baldersheim2022-06-097-34/+19
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* GC deprecation warnings.Henning Baldersheim2022-06-082-11/+16
|
* Further GC document level compression. Avoids a buffer copy that is no ↵Henning Baldersheim2022-06-0811-103/+33
| | | | longer relevant.
* cleanup some unneccessary cruftArne H Juul2022-06-0815-75/+0
|
* more cleanup of DocumentTypeManager APIArne H Juul2022-06-085-45/+42
|
* add fieldsets after inheritingArne H Juul2022-06-081-7/+7
| | | | | * bad design of DocumentType class (in both Java and C++) causes silent failures when this is done in the wrong order.
* move internal details from public APIArne H Juul2022-06-083-15/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-083-55/+0
|