Steve Rowe created SOLR-4897:
--------------------------------
Summary: Create new example config set for schemaless mode
Key: SOLR-4897
URL: https://issues.apache.org/jira/browse/SOLR-4897
Project: Solr
Issue Type: Task
Components: update
Reporter: Steve Rowe
Assignee: Steve Rowe
Priority: Minor
Add a new example config set for schemaless mode, including:
* {{solrconfig.xml}}:
** {{ManagedIndexSchemaFactory}}
*** mutable = true
*** resource name = "managed-schema"
** In the default chain for the {{/update}} request processor, include:
*** {{RemoveBlankFieldUpdateProcessorFactory}} (maybe?)
*** {{ParseFooUpdateProcessorFactory}}-s (see SOLR-4892)
*** {{AddSchemaFieldsUpdateProcessorFactory}} (see SOLR-4894)
* {{managed-schema}}:
** Pre-defined field types: long, double, date, string, text, boolean
*** Everything is stored
*** Everything is multi-valued
** Pre-defined fields: {{id}} and {{\_version\_}}
** Required unique key: {{id}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]