aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/fieldset/fieldsetrepo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* use std::functionArne H Juul2022-03-291-2/+2
* add special '[document]' fieldsetArne H Juul2022-01-181-1/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Use lambda over closure.Henning Baldersheim2021-01-251-1/+3
* 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-201-10/+35
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-191-35/+10
* Build the FieldSetRepo up front with all configured fieldsets to avoid buildi...Henning Baldersheim2020-08-141-10/+35
* Make sure the entries in the set are unique.Henning Baldersheim2020-08-141-2/+2
* Use a vector backed set for speed.Henning Baldersheim2020-08-131-4/+4
* Make FieldCollection immutable.Henning Baldersheim2020-08-071-6/+4
* Do not compute the hash on temporary sets. Wait till done.Henning Baldersheim2020-08-071-3/+3
* - Use modern enum class.Henning Baldersheim2020-08-071-36/+35
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-041-4/+3
* Remove the unused [header] and [body] fieldsets to simplify backend optimizat...Henning Baldersheim2020-08-041-11/+2
* Remove whitespaceHenning Baldersheim2018-08-121-1/+1
* Pass stringref by valueHenning Baldersheim2018-08-111-3/+3
* Pass stringref by valueHenning Baldersheim2018-08-101-1/+1
* Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Only include what you need.Henning Baldersheim2016-12-221-2/+2
* PublishJon Bratseth2016-06-151-0/+127