You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Sridhar (Jira)" <ji...@apache.org> on 2022/07/31 09:19:00 UTC

[jira] [Commented] (SOLR-16319) How to record errors reported by post.jar. I am running this post.jar in my windows to upload the CSV data

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

Sridhar commented on SOLR-16319:
--------------------------------

Here is the code I used,

cd "F:\solr-search-engine\example\exampledocs"
$files = Get-ChildItem "F:\My_DATA\" -Recurse
foreach ($f in $files) {
    if ($f -Like "*.csv") {
        echo $f.FullName     
        java -Dc=my_data_2021_2022 -Dtype=application/csv -jar post.jar $f.FullName
    }
  }

> How to record errors reported by post.jar. I am running this post.jar in my windows to upload the CSV data
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-16319
>                 URL: https://issues.apache.org/jira/browse/SOLR-16319
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Sridhar
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org