[
https://issues.apache.org/jira/browse/SOLR-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874168#action_12874168
]
Hoss Man commented on SOLR-1405:
--------------------------------
There's a general concensus that we should stop adding new JSPs to the admin
interface (or enhancing existing JSPs) and we should instead use
RequestHandlers to return this type of information -- that way it can be more
easily consumed by client libraries or AJAX based requests, and styled using
XSLT.
in particular: the SystemInfoHandler is replacing the registry.jsp and
stats.jsp.
While we could certainly add this to the SystemInfoRequestHandler it seems like
it might make sense as part of hte LukeRequestHandler (using a new "files"
value for the "show" param)
Unrelated note: We should also try to make sure we respect the Directory
abstraction (don't assume all files are related to the index) *and* we have to
be aware of hte whole IndexReaderFactory thing (so the directory may not even
be used) ... i don't know that we have to do anything special in that case, but
we should at least sanity check that the combination of the two doesn't break
anything
> Show the index files in the web UI
> ----------------------------------
>
> Key: SOLR-1405
> URL: https://issues.apache.org/jira/browse/SOLR-1405
> Project: Solr
> Issue Type: Improvement
> Components: web gui
> Affects Versions: 1.4
> Reporter: Jason Rutherglen
> Priority: Trivial
> Fix For: Next
>
> Attachments: data menu.png, Index file list.png, SOLR-1405.patch
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> It would be great to view the actual index files from the web console.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]