You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2013/07/01 18:18:21 UTC

[jira] [Updated] (SOLR-4897) Create new example config set for schemaless mode

     [ https://issues.apache.org/jira/browse/SOLR-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Rowe updated SOLR-4897:
-----------------------------

    Attachment: SOLR-4897.patch

patch, creating a clone of example/solr/collection1/ at example/example-schemaless/solr/collection1/, with changes required for schemaless mode operation, details in the issue description.
                
> 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
>         Attachments: SOLR-4897.patch
>
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org