solr4 - Is it possible to modify a schema using the rest API in Apache Solr? -


i think title self-explanatory.

i don't see on apache solr wiki suggests can maintain schema of apache solr instance using rest api, maybe (hopefully) know don't.

i found section on solr wiki describe exact feature release 4.4 (which not released yet).

it have prerequisite configuration on solr instance, allow add fields schema. based on information, can't see why won't extend functionality allow delete well. guess have wait , see.

here link section: http://wiki.apache.org/solr/schemarestapi#adding_fields_to_a_schema. references jira issue: "in preparation dynamic schema modification via rest api, add "managed" schema facility".


Comments