Hey folks,

  When I update schema.xml, I found most of time I do not need to restart
tomcat in order to make change take effect. But sometimes, I have to restart
tomcat server to make change take effect.

   For example, when I change a field data type from sint to tlong, I called
http://host:port/solr/dataimport?command=full-import&commit=true&clean=true.
I clicked [Schema] link from admin page and found data type is tlong; but
click [Schema Browser] and that field link, I found the data type is still
sint.  When I make a search, the result also shows the field is still sint.
The only way to make the change effective I found is to restart tomcat.

   I want to confirm whether it is intended or it is a bug.

   Thanks.

Reply via email to