You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Luca Cavanna (Commented) (JIRA)" <ji...@apache.org> on 2011/12/09 14:06:40 UTC

[jira] [Commented] (SOLR-566) Incorporate Lucene's CheckIndex tool into Solr

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

Luca Cavanna commented on SOLR-566:
-----------------------------------

I'm working on a new handler called CheckIndexHandler. It saves the commitpoint before checking the index, then checks that saved commit points. This requires a few changes (I've almost done) on the way CheckIndex reads the SegmentInfos, since actually it doesn't read from a specific commitpoint.
Last but not least, should the check process be synchronous or not? If not, how can we provide the results at the end of the process?

Could you please let me know what you think? Am I on the right track?
                
> Incorporate Lucene's CheckIndex tool into Solr
> ----------------------------------------------
>
>                 Key: SOLR-566
>                 URL: https://issues.apache.org/jira/browse/SOLR-566
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>
> Not sure how to just yet, but I think it would be good to somehow incorporate Lucene's CheckIndex tool into Solr.  I imagine it can be done nicely through the admin, but I suspect it makes sense to also do it on startup or even as a request handler.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org