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

Reply via email to