[ 
https://issues.apache.org/jira/browse/SOLR-10574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16049193#comment-16049193
 ] 

Ishan Chattopadhyaya commented on SOLR-10574:
---------------------------------------------

So far, here's what I've summarized from comments above. Please correct me if I 
understood your position incorrectly.

Data driven enabled/disabled by default

{code}
Ishan Chattopadhyaya    enabled
David Smiley            both: disabled is fine, enabled is fine with adequete 
warning
Shawn Heisey            disabled
Jan Hoydahl             enabled
Erick Erickson          enabled with warning
Noble Paul              disabled
Yonik Seeley            disabled (but no strong preference?)

Disabled - 3.5
Enabled - 3.5

Decision: Split (until someone pitches in or changes vote)
{code}

managed-schema should have .xml extension?

{code}
Ishan Chattopadhyaya    no
Varun Thacker           yes
Alexandre Rafalovich    yes (judging by comments)
Jan Hoydahl             yes
Yonik Seeley            yes

Decision: .xml should be back, with backcompat handling
{code}

Catch all _text_ to be used as copy field target by default?
{code}
Yonik Seeley            to be present in schema:yes             used by 
default:no
Jan Hoydahl             to be present in schema:yes             used by 
default:no

Decision: (discussions are inconclusive yet)
{code}

> Choose a default configset for Solr 7
> -------------------------------------
>
>                 Key: SOLR-10574
>                 URL: https://issues.apache.org/jira/browse/SOLR-10574
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Ishan Chattopadhyaya
>            Assignee: Ishan Chattopadhyaya
>            Priority: Blocker
>             Fix For: master (7.0)
>
>         Attachments: SOLR-10574.patch, SOLR-10574.patch, SOLR-10574.patch
>
>
> Currently, the data_driven_schema_configs is the default configset when 
> collections are created using the bin/solr script and no configset is 
> specified.
> However, that may not be the best choice. We need to decide which is the best 
> choice, out of the box, considering many users might create collections 
> without knowing about the concept of a configset going forward.
> (See also SOLR-10272)
> Proposed changes:
> # Remove data_driven_schema_configs and basic_configs
> # Introduce a combined configset, {{_default}} based on the above two 
> configsets.
> # Build a "toggleable" data driven functionality into {{_default}}
> Usage:
> # Create a collection (using _default configset)
> # Data driven / schemaless functionality is enabled by default; so just start 
> indexing your documents.
> # If don't want data driven / schemaless, disable this behaviour: {code}
> curl http://host:8983/solr/coll1/config -d '{"set-user-property": 
> {"update.autoCreateFields":"false"}}'
> {code}
> # Create schema fields using schema API, and index documents



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to