You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Matt Parker (Created) (JIRA)" <ji...@apache.org> on 2011/11/24 23:30:40 UTC

[jira] [Created] (SOLR-2915) Add Clean Method to the UpdateRequestProcessor Class

Add Clean Method to the UpdateRequestProcessor Class
----------------------------------------------------

                 Key: SOLR-2915
                 URL: https://issues.apache.org/jira/browse/SOLR-2915
             Project: Solr
          Issue Type: Improvement
          Components: contrib - DataImportHandler
    Affects Versions: 1.4.1
            Reporter: Matt Parker
            Priority: Minor
             Fix For: 1.4.1


I would be nice if the UpdateRequestProcessor class would have a clean method to match the data import admin screen. If the user selected the clean checkbox, then it would be called at the start of the import phase. 

--
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


[jira] [Updated] (SOLR-2915) Add Clean Method to the UpdateRequestProcessor Class

Posted by "Matt Parker (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Parker updated SOLR-2915:
------------------------------

    Description: It would be nice if the UpdateRequestProcessor class would have a processClean method to match the data import admin screen. If the user selects the 'clean' checkbox, then that method would be called at the start of the import phase.   (was: It would be nice if the UpdateRequestProcessor class would have a clean method to match the data import admin screen. If the user selects the 'clean' checkbox, then that method would be called at the start of the import phase. )
    
> Add Clean Method to the UpdateRequestProcessor Class
> ----------------------------------------------------
>
>                 Key: SOLR-2915
>                 URL: https://issues.apache.org/jira/browse/SOLR-2915
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4.1
>            Reporter: Matt Parker
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> It would be nice if the UpdateRequestProcessor class would have a processClean method to match the data import admin screen. If the user selects the 'clean' checkbox, then that method would be called at the start of the import phase. 

--
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


[jira] [Updated] (SOLR-2915) Add Clean Method to the UpdateRequestProcessor Class

Posted by "Matt Parker (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Parker updated SOLR-2915:
------------------------------

    Description: It would be nice if the UpdateRequestProcessor class would have a clean method to match the data import admin screen. If the user selects the 'clean' checkbox, then that method would be called at the start of the import phase.   (was: I would be nice if the UpdateRequestProcessor class would have a clean method to match the data import admin screen. If the user selected the clean checkbox, then it would be called at the start of the import phase. )
    
> Add Clean Method to the UpdateRequestProcessor Class
> ----------------------------------------------------
>
>                 Key: SOLR-2915
>                 URL: https://issues.apache.org/jira/browse/SOLR-2915
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4.1
>            Reporter: Matt Parker
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> It would be nice if the UpdateRequestProcessor class would have a clean method to match the data import admin screen. If the user selects the 'clean' checkbox, then that method would be called at the start of the import phase. 

--
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


[jira] [Resolved] (SOLR-2915) Add Clean Method to the UpdateRequestProcessor Class

Posted by "Hoss Man (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man resolved SOLR-2915.
----------------------------

       Resolution: Not A Problem
    Fix Version/s:     (was: 1.4.1)

Matt: I think you may be misunderstanding the API abstractions taking place.

The UpdateRequestProcessor class models the broad, low level types of updates that can be made to an index. 

"clean" is a high level concept used in DIH to describe the action of deleting all docs from an index before running a full-import (which is also a high level DIH only concept)

DIH implements "clean" by processing a DeleteUpdateCommand containing a MatchAllDocs query -- this is already passed to the processor chain via the processDelete method

                
> Add Clean Method to the UpdateRequestProcessor Class
> ----------------------------------------------------
>
>                 Key: SOLR-2915
>                 URL: https://issues.apache.org/jira/browse/SOLR-2915
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4.1
>            Reporter: Matt Parker
>            Priority: Minor
>
> It would be nice if the UpdateRequestProcessor class would have a processClean method to match the data import admin screen. If the user selects the 'clean' checkbox, then that method would be called at the start of the import phase. 

--
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