summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Allow 'reference' as identifierBjørn Christian Seime2017-01-241-0/+1
|/ / / /
* | | | Merge pull request #1579 from yahoo/geirst/parsing-of-imported-fields-in-sd-fileGeir Storli2017-01-238-4/+200
|\ \ \ \
| * | | | Remove empty constructor.Geir Storli2017-01-231-2/+0
| * | | | Add copyright headers.Geir Storli2017-01-235-0/+5
| * | | | Add parsing of imported fields in SD file.Geir Storli2017-01-238-4/+197
| | |/ / | |/| |
* | | | Merge pull request #1575 from yahoo/bjorncs/add-reference-typeBjørn Christian Seime2017-01-233-4/+113
|\ \ \ \
| * | | | Add class description and copyright headerBjørn Christian Seime2017-01-231-0/+4
| * | | | Add unit test for reference field parsingBjørn Christian Seime2017-01-231-0/+49
| * | | | Support reference fields in SD parserBjørn Christian Seime2017-01-231-0/+15
| * | | | Add AST type for reference fieldBjørn Christian Seime2017-01-231-0/+41
| * | | | Improve indentationBjørn Christian Seime2017-01-201-4/+4
| |/ / /
* | | | Remove ancient TODO.gjoranv2017-01-231-1/+0
* | | | Set up http after all components that set up http bindings.gjoranv2017-01-231-6/+7
|/ / /
* | | Merge pull request #1519 from yahoo/bratseth/tensors-in-summaryJon Bratseth2017-01-203-14/+14
|\ \ \ | |/ / |/| |
| * | Merge with masterJon Bratseth2017-01-1815-337/+201
| |\|
| * | Add tensor document summary fieldJon Bratseth2017-01-161-1/+1
| * | Output tensor fields in summary config as type tensor instead of jsonstringJon Bratseth2017-01-133-29/+29
* | | Add/improve README'sJon Bratseth2017-01-191-1/+3
* | | Remove duplicate code patternBjørn Christian Seime2017-01-181-51/+69
| |/ |/|
* | Merge pull request #1522 from yahoo/bratseth/support-compressed-json-constantsHåvard Pettersen2017-01-175-53/+71
|\ \
| * | Validate constant file names and bypass cointent validation for compressed filesJon Bratseth2017-01-175-49/+61