Simon Endele created SOLR-5270:
----------------------------------
Summary: lastModified not updating when selecting another core in
Core Admin
Key: SOLR-5270
URL: https://issues.apache.org/jira/browse/SOLR-5270
Project: Solr
Issue Type: Bug
Components: web gui
Reporter: Simon Endele
Priority: Minor
When selecting a core in the section "Core Admin" in the Solr Admin web UI,
data like dataDir, version, numDocs, maxDoc are updated via JavaScript, but
lastModified is not. A refresh of the page does the trick.
Had a look into the network traffic of my browser and it seems that the JSON
fetched via AJAX contains the correct information.
Can be reproduced in different browsers with the example by cloning collection1
into a collection2 and indexing collection2 anew by calling "java -jar post.jar
*.xml" in the exampledocs directory.
Tested with Solr 4.4.0.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]