summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Henning Baldersheim2020-08-144-24/+55
| | | | building them for every get() call."
* Change api so that we can drop clone from the interface and prepare for ↵Henning Baldersheim2020-08-144-25/+4
| | | | using a true repo.
* Make sure the entries in the set are unique.Henning Baldersheim2020-08-146-12/+31
| | | | | Make both a less and equal operator so std::unique can be used to. Add and interface so that whole sets can be tested effectively if they are subsets.
* 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 ↵Henning Baldersheim2020-08-1214-124/+131
| | | | assertEquals/assertTrue does a…""
* Revert "Reduce the use of hamcrest when normal assertEquals/assertTrue does ↵Henning Baldersheim2020-08-1114-131/+124
| | | | a…"
* Reduce the use of hamcrest when normal assertEquals/assertTrue does a mucj ↵Henning Baldersheim2020-08-1114-124/+131
| | | | better job
* 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.
| * - Use modern enum class.Henning Baldersheim2020-08-077-102/+128
| | | | | | | | - Add hash method to FieldCollection.
* | Define the TENSOR datatype fully.Henning Baldersheim2020-08-072-0/+4
|/
* Turn off lint for test marco definitions we can actually use clang-tidy to ↵Henning Baldersheim2020-08-054-11/+11
| | | | cleanup our code.
* Update abispecHenning Baldersheim2020-08-041-3/+9
|
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-046-33/+24
|
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-042-18/+17
|
* Remove the unused [header] and [body] fieldsets to simplify backend ↵Henning Baldersheim2020-08-0411-314/+43
| | | | optimization during get.
* Consolidate search for GTest.Tor Egge2020-07-071-2/+0
|
* Use module source dependencies.Tor Egge2020-07-0723-62/+0
|
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+3
|
* Merge pull request #13709 from ↵Jon Bratseth2020-06-261-0/+4
|\ | | | | | | | | vespa-engine/bratseth/surrogate-aware-gram-splitting Surrogate aware gram splitting
| * Surrogate aware gram splittingJon Bratseth2020-06-251-0/+4
| |
* | Merge pull request #13696 from ↵Jon Bratseth2020-06-261-11/+4
|\ \ | |/ |/| | | | | vespa-engine/bratseth/handle-existing-spanTree-rebased Handle an existing spantree in exactmatch
| * Handle an existing spantree in exactmatchJon Bratseth2020-06-241-11/+4
| | | | | | | | | | This may happen if a field which is indexed is used as an input for another field indexed as exact match.
* | Add source target per module for generated sources.Tor Egge2020-06-231-0/+3
|/
* Merge pull request #13619 from vespa-engine/bratseth/spare-capacity-maintainerJon Bratseth2020-06-181-0/+2
|\ | | | | Bratseth/spare capacity maintainer
| * SpareCapacityMaintainer sketchJon Bratseth2020-06-121-0/+2
| |
* | Merge pull request #13601 from ↵Henning Baldersheim2020-06-1816-232/+104
|\ \ | | | | | | | | | | | | vespa-engine/balder/remove-leftovers-from-head-body-period-and-depcrecate-methods-levaing-on-vespa-8 - Removing body struct from our own usage.
| * | Follow up from PR comments and GC some more code.Henning Baldersheim2020-06-185-43/+4
| | |
| * | - Removing body struct from our own usage.Henning Baldersheim2020-06-1615-196/+107
| |/ | | | | | | | | - Deprecate public methods using body struct. - Update expected generated config.
* | Test that Java parser already works as expectedTor Brede Vekterli2020-06-171-0/+4
| |
* | Support "user" and "group" as identifiers in C++ selection parserTor Brede Vekterli2020-06-172-4/+24
| | | | | | | | | | | | These were not included in the explicit list of allowed tokens and would therefore cause parse failures if e.g. a document type was called "user".
* | Remove Beta annotations.Henning Baldersheim2020-06-161-3/+0
|/
* fix broken linkskkraune2020-05-202-2/+2
|
* Non-functional changes onlyJon Bratseth2020-05-132-0/+7
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-2/+2
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Merge pull request #12928 from ↵Jon Bratseth2020-04-162-5/+3
|\ | | | | | | | | vespa-engine/bratseth/vespa-http-client-improvements Bratseth/vespa http client improvements
| * Nonfunctional changes onlyJon Bratseth2020-04-152-5/+3
| |
* | Improve readabilityHenning Baldersheim2020-04-153-5/+8
|/
* Ensure that documentid is legal.Henning Baldersheim2020-04-143-0/+39
|
* Add toString to abi.Henning Baldersheim2020-04-131-1/+2
|