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/06/04 03:32:21 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13673915#comment-13673915 ] 

Steve Rowe commented on SOLR-4897:
----------------------------------

As part of a long-running debate about reorganizing and renaming Solr's example area, [~hossman_lucene@fucit.org] wrote [on SOLR-3619|https://issues.apache.org/jira/browse/SOLR-3619?focusedCommentId=13438032&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13438032] with a plan to do this, but there wasn't much traction.  I think is an important issue, but one which I'd like to deal with separately from this issue.

I propose putting the schemaless mode example at {{solr/example/simple/}} or some similarly named child of {{solr/example/}}.

                
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org