You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/04/25 23:28:46 UTC

[Solr Wiki] Update of "SchemaRESTAPI" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SchemaRESTAPI" page has been changed by SteveRowe:
http://wiki.apache.org/solr/SchemaRESTAPI?action=diff&rev1=6&rev2=7

  ||<(> All (entire schema)     <!> Solr 4.3 || GET                    || [[http://localhost:8983/solr/schema]]                                 || wt=json or wt=xml or wt=schema.xml  ||                                             ||
  ||<(|2> Fields                             || GET                    || [[http://localhost:8983/solr/schema/fields]]                          || fl, includeDynamic, showDefaults    || &showDefaults=false                         ||
  ||                                            GET                    || [[http://localhost:8983/solr/schema/fields/]]''name''                 || includeDynamic, showDefaults        || &showDefaults=false                         ||
+ ||                                            POST                   || [[http://localhost:8983/solr/schema/fields]]                          || N/A                                 || N/A                                         ||
+ ||                                            PUT                    || [[http://localhost:8983/solr/schema/fields/]]''name''                 || N/A                                 || N/A                                         ||
  ||<(|2> Dynamic Fields                     || GET                    || [[http://localhost:8983/solr/schema/dynamicfields]]                   || fl, showDefaults                    || &showDefaults=false                         ||
  ||                                            GET                    || [[http://localhost:8983/solr/schema/dynamicfields/]]''name''          || showDefaults                        || &showDefaults=false                         ||
  ||<(|2> Field Types                        || GET                    || [[http://localhost:8983/solr/schema/fieldtypes]]                      || showDefaults                        || &showDefaults=false                         ||