[
https://issues.apache.org/jira/browse/SOLR-3121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated SOLR-3121:
---------------------------------
Attachment: SOLR-3121.patch
Ryan:
This looks great, it does what I'd hoped.
I've never been all that happy with how the LukeRequestHandler was organized,
so I've attached a patch that builds on yours and refactors LukeRequestHandler
a bit. The old structure would go out and do the detailed information-gathering
and then use it later, overloading numTerms all over the place. The patch just
tries to get the detailed info when it should. It does require the fl field to
get detailed info at any time though.
Your patch changed the way we request fields, which made it possible to
untangle the handler itself.
Take a look and let me know.
This re-structuring probably does NOT play nice with the old admin UI though,
we really need to decide whether to stop worrying about the old UI and just cut
over to this one. I know the new UI doesn't deal with cloud leaf-node expansion
yet, see SOLR-3116.
And it seems like this handles SOLR-3094 too.
> Make new admin UI work better with big indexes
> ----------------------------------------------
>
> Key: SOLR-3121
> URL: https://issues.apache.org/jira/browse/SOLR-3121
> Project: Solr
> Issue Type: Improvement
> Affects Versions: 4.0
> Reporter: Ryan McKinley
> Fix For: 4.0
>
> Attachments: SOLR-3121-luke-admin-ui.patch,
> SOLR-3121-luke-admin-ui.patch, SOLR-3121.patch
>
>
> As reported in SOLR-2667, the admin UI gets pretty bad with big indexes.
> Mostly this seems the fault of excessive calls to luke and not limiting the
> number of terms
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]