summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/Application.java
Commit message (Collapse)AuthorAgeFilesLines
* populate extra fieldsArne H Juul2022-03-041-0/+1
| | | | | * for consistency, ensure we call populateWithStructFields etc also for fields declared outside the document block.
* Allow multiple settings if they are equalJon Bratseth2022-02-241-0/+4
|
* Simplify documentmodel builderJon Bratseth2022-01-241-8/+3
|
* Move schema building into ApplicationJon Bratseth2022-01-241-2/+59
|
* Make Application immutableJon Bratseth2022-01-241-14/+14
|
* SimplifyJon Bratseth2022-01-241-0/+10
|
* SimplifyJon Bratseth2022-01-241-1/+0
|
* Separate RankProfileRegistry from Application to reduce its lifetime to be ↵Henning Baldersheim2021-11-031-9/+0
| | | | | | only during model building. Application is kept alive from Schema which is kept alive from NamedSchema and lives permanently in the model.
* SimplifyJon Bratseth2021-10-251-7/+0
|
* Inherit rank profilesJon Bratseth2021-10-181-0/+9
|
* search -> schemaJon Bratseth2021-10-151-4/+4
|
* Add Application abstractionJon Bratseth2021-10-151-0/+54