You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2015/07/16 17:24:05 UTC

[jira] [Commented] (SOLR-7799) LukeRequestHandler too slow when there are many fields

    [ https://issues.apache.org/jira/browse/SOLR-7799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629881#comment-14629881 ] 

Erik Hatcher commented on SOLR-7799:
------------------------------------

getFirstLiveDoc() could probably be sped up, but those index field flags aren't really that useful or needed in our case so I took the easy way out with the initial patch to just avoid going there.

> LukeRequestHandler too slow when there are many fields
> ------------------------------------------------------
>
>                 Key: SOLR-7799
>                 URL: https://issues.apache.org/jira/browse/SOLR-7799
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.2
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>             Fix For: 5.3
>
>         Attachments: SOLR-7799.patch
>
>
> /admin/luke responds very slowly when there are many fields in the index.  The issue is with getFirstLiveDoc() spinning its wheels a lot to get the index flags.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org