summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition
Commit message (Expand)AuthorAgeFilesLines
* Add validator that fails if imported predicate fields are used in document su...Geir Storli2017-12-062-0/+64
* Fix such that a predicate field can be imported from a parent into a child type.Geir Storli2017-12-061-1/+6
* Make catch exception more specific in tensor transformerLester Solbakken2017-11-232-17/+26
* Add copyright headerLester Solbakken2017-11-211-0/+1
* Replace min/max on tensors with reduce in config modelLester Solbakken2017-11-212-0/+283
* Add copyright headerJon Bratseth2017-10-271-0/+1
* Always re-read application inside lockJon Bratseth2017-10-251-28/+2
* Use ImmutableSetHarald Musum2017-10-171-3/+4
* Find reserved names when loading classHarald Musum2017-10-171-2/+2
* Move warning of macro shadowing to config processingLester Solbakken2017-10-063-7/+51
* Remove unused importLester Solbakken2017-10-051-1/+0
* MacroShadower: Log to DeployLoggerLester Solbakken2017-10-051-3/+6
* Avoid the phrase 'boolean search' for predicate fieldsJon Bratseth2017-09-213-8/+9
* Clear summary transforms for reference summary fieldsTor Brede Vekterli2017-08-211-0/+13
* Fix bug in deriving of attributes config for imported fields.Geir Storli2017-08-161-5/+5
* Add imported attributes fields to attributes.cfg and remove data/collection t...Geir Storli2017-08-162-27/+33
* Add capping of fields before tokenizingHenning Baldersheim2017-08-071-0/+3
* Accept a logger argumentJon Bratseth2017-08-071-0/+15
* Update copyright headersJon Bratseth2017-06-14163-162/+163
* Revert "Update copyright headers"Jon Bratseth2017-06-14163-163/+162
* Update copyright headersJon Bratseth2017-06-14163-162/+163
* Remove carriage returnJon Bratseth2017-06-143-3/+3
* Revert "Copyright header"Jon Bratseth2017-06-13163-166/+165
* Copyright headerJon Bratseth2017-06-13163-165/+166
* Nonfunctional changesJon Bratseth2017-06-083-4/+4
* use standard formatting for Override annotationArne H Juul2017-05-302-5/+10
* warn for deprecation tooArne H Juul2017-04-251-1/+5
* implement hashCode()Arne H Juul2017-04-253-0/+15
* Revert "Revert "Balder/fast access fields are also in memory for streaming se...Henning Baldersheim2017-04-202-52/+70
* Revert "Balder/fast access fields are also in memory for streaming search"Henning Baldersheim2017-04-202-70/+52
* Test and implement that only fast access attributes are produced for streamin...Henning Baldersheim2017-04-201-38/+54
* Remove empty lineHenning Baldersheim2017-04-201-1/+0
* Properly generate attribute config for streamig search.Henning Baldersheim2017-04-202-11/+4
* Produce attribute config also for streaming clusters for the fast-access fieldsHenning Baldersheim2017-04-202-11/+21
* Merge pull request #2148 from yahoo/bjorncs/forbid-fast-access-prediate-tenso...Geir Storli2017-04-052-0/+54
|\
| * Forbid fast-access for predicate, tensor and reference attributesBjørn Christian Seime2017-04-042-0/+54
* | Add data and collection type to imported-fields config.Geir Storli2017-04-051-0/+12
|/
* Simplify getFieldBjørn Christian Seime2017-04-031-5/+1
* Don't add imported fields to default summaryBjørn Christian Seime2017-04-031-1/+1
* Add attribute transform to summary fields of imported fieldsBjørn Christian Seime2017-04-034-1/+50
* Remove dangling Javadoc parameter descriptionBjørn Christian Seime2017-04-031-1/+0
* Include imported fields when validating field typesBjørn Christian Seime2017-04-031-6/+5
* Allow any document field as source for summary fieldBjørn Christian Seime2017-04-033-8/+12
* Revert "Bjorncs/summary config imported fields"gjoranv2017-03-318-68/+21
* Don't add reference fields to default summaryBjørn Christian Seime2017-03-311-1/+1
* Add attribute transform to summary fields of imported fieldsBjørn Christian Seime2017-03-304-1/+50
* Remove dangling Javadoc parameter descriptionBjørn Christian Seime2017-03-301-1/+0
* Include imported fields when validating field typesBjørn Christian Seime2017-03-301-6/+5
* Allow any document field as source for summary fieldBjørn Christian Seime2017-03-303-8/+12
* Simplify getFieldBjørn Christian Seime2017-03-291-5/+1