[
https://issues.apache.org/jira/browse/SOLR-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680995#action_12680995
]
Noble Paul commented on SOLR-1059:
----------------------------------
yes Context also can have methods.
again on the same lines as
$skipDoc we may also have
{code}
$skipRow: this row is ignored , but this document is not
$stopTransform : after this no more transformers
{code}
I shall open another issue for these
> allow delete document in DIH
> ----------------------------
>
> Key: SOLR-1059
> URL: https://issues.apache.org/jira/browse/SOLR-1059
> Project: Solr
> Issue Type: New Feature
> Components: contrib - DataImportHandler
> Reporter: Noble Paul
>
> There is no means to delete docs in DIH.
> add two special variables
> # $deleteDocId
> # $deleteDocQuery
> if the returned row contains these fields DIH will delete docs by id or query
> depending on what is present
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.