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=1&rev2=2

  ||                           GET               || 
[[http://localhost:8983/solr/schema/fieldtypes/]]'''name'''    || wt, indent, 
showDefaults                     || ?wt=json&indent=on&showDefaults=false ||
  ||<(> Copy Fields         || GET               || 
[[http://localhost:8983/solr/schema/copyfields]]               || wt, indent, 
source.fl, dest.fl               || ?wt=json&indent=on                    ||
  
- To query schemas for a particular core or collection, add the core/collection 
after the context path (usually '/solr/').  E.g. to get all field declarations 
for collection1: [[http://localhost:8983/solr/collection1/schema/fields]] 
+ To query schemas for a particular core or collection, add the core or 
collection name after the context path (usually '/solr/').  E.g. to get all 
field declarations for collection1: 
[[http://localhost:8983/solr/collection1/schema/fields]] 
  

Reply via email to