summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1681 from yahoo/geirst/fix-handling-of-reference-fields-i...Tor Brede Vekterli2017-02-035-8/+51
|\
| * Accept fields of type ReferenceDataType in search clusters.Geir Storli2017-02-033-8/+11
| * Handle reference data type field in vsm fields.Geir Storli2017-02-032-0/+40
* | Merge pull request #1671 from yahoo/bjorncs/search-orderingBjørn Christian Seime2017-02-034-9/+272
|\ \ | |/ |/|
| * Detect cyclic document dependenciesBjørn Christian Seime2017-02-024-0/+270
| * Remove redundant filteringBjørn Christian Seime2017-01-271-9/+2
* | Merge pull request #1662 from yahoo/geirst/derive-reference-type-in-documentt...Tor Brede Vekterli2017-02-035-68/+438
|\ \
| * | Refactor buildConfig().Geir Storli2017-02-021-69/+106
| * | Derive reference data type in documenttypes config.Geir Storli2017-02-015-5/+338
* | | Warn and ignore maxentries from services.xml too.Henning Baldersheim2017-02-024-21/+11
* | | Merge pull request #1666 from yahoo/balder/ignore-maxentries-in-transactionlogHenning Baldersheim2017-02-023-12/+9
|\ \ \
| * | | Do not use maxage.serial anymore. Just use maxsize.Henning Baldersheim2017-02-023-12/+9
* | | | Support reference fields as part of summary classes.Geir Storli2017-02-022-0/+36
|/ / /
* / / Implementations can be less restrictive than the interfaceHarald Musum2017-02-011-3/+3
|/ /
* | Merge pull request #1656 from yahoo/geirst/reference-type-in-documentmanager-...Geir Storli2017-02-017-0/+347
|\ \
| * | Ensure that a reference data type has a concrete target type after model buil...Geir Storli2017-01-312-0/+23
| * | Add deriving of reference data type in documentmanager config.Geir Storli2017-01-316-0/+324
* | | Allow hosted-infrastructure apps to use 'Vespa' metrics consumer.gjoranv2017-01-317-11/+26
|/ /
* | Merge pull request #1647 from yahoo/gjoranv/hosted-infrastructure-appsJon Bratseth2017-01-305-20/+78
|\ \
| * | Add ApplicationType to ConfigModelContext.gjoranv2017-01-302-18/+75
| * | Add 'application-type' attribute on 'services'gjoranv2017-01-273-2/+3
| |/
* / Split vespa_zkfacade__restrict on space tooJon Bratseth2017-01-291-4/+4
|/
* Merge pull request #1625 from yahoo/gjoranv/fix-commentJon Bratseth2017-01-261-1/+1
|\
| * Fix misleading comment.gjoranv2017-01-261-1/+1
* | Test that a field can be imported from self reference.Geir Storli2017-01-261-0/+13
* | Integrate ImportedFieldsResolver in processing chain.Geir Storli2017-01-263-23/+45
* | Merge pull request #1620 from yahoo/geirst/impl-imported-fields-resolverBjørn Christian Seime2017-01-2610-74/+279
|\ \
| * | Use forEach() instead of for loop.Geir Storli2017-01-261-3/+1
| * | Implement processor that resolves imported fields into concrete field referen...Geir Storli2017-01-267-5/+243
| * | Simplify AST classes used for imported fields.Geir Storli2017-01-266-70/+39
* | | Fix typos exposed in VESPA-4591Yngve Aasheim2017-01-261-4/+4
|/ /
* | Merge pull request #1606 from yahoo/bjorncs/document-reference-resolverGeir Storli2017-01-2610-75/+214
|\ \ | |/ |/|
| * Remove TemporaryReferenceFieldBjørn Christian Seime2017-01-254-55/+24
| * Resolve document references in search builderBjørn Christian Seime2017-01-251-3/+15
| * Add DocumentReferenceResolverBjørn Christian Seime2017-01-252-0/+140
| * Move document references from Search to SDDocumentTypeBjørn Christian Seime2017-01-252-14/+28
| * Add getter for reference mapBjørn Christian Seime2017-01-251-1/+5
| * Change DocumentReference to use Field instead of SDFieldBjørn Christian Seime2017-01-251-4/+4
* | Merge pull request #1541 from yahoo/bratseth/allow-no-nodesJon Bratseth2017-01-2511-35/+198
|\ \ | |/ |/|
| * Allow no nodes in content schemaJon Bratseth2017-01-191-1/+2
| * Suport implicit node creationg in content clustersJon Bratseth2017-01-198-13/+83
| * Allow no nodes tagJon Bratseth2017-01-195-22/+93
| * Add test for no nodesJon Bratseth2017-01-182-5/+26
* | All data classes for document referencesBjørn Christian Seime2017-01-253-0/+63
* | Merge pull request #1564 from yahoo/bratseth/multiple-languages-in-a-queryJon Bratseth2017-01-2532-2124/+2099
|\ \
| * \ Merge with masterJon Bratseth2017-01-223-32/+32
| |\ \
| * | | Use text content only for query lang detectionJon Bratseth2017-01-2232-2149/+2124
* | | | Test that 'reference' is a valid field nameBjørn Christian Seime2017-01-242-0/+5
* | | | Merge pull request #1587 from yahoo/gjoranv/use-guavaBjørn Christian Seime2017-01-241-6/+3
|\ \ \ \
| * | | | Use guava for initializing map.gjoranv2017-01-241-6/+3