[ 
http://issues.apache.org/jira/browse/SOLR-66?page=comments#action_12447900 ] 
            
Hoss Man commented on SOLR-66:
------------------------------

Fuad: the issue isn't really wether POSTed *queries* work ... those have been 
tested and are known to work ... it's more a question of POSTed *updates* ... 
the current update mechanism does not use "application/x-www-form-urlencoded" 
instead the raw POST body is read as an XML message containing docs to index.

This issue is attempting to address a more convininet method to bulk import 
records, possibly using CSV, and probably using a local file -- but we'd want 
to support a POSTed file as well, so there was some discussion (on list) of how 
to POST both a file nd send query params (using either 
"application/x-www-form-urlencoded" or the mechanism we currently use)

> bulk data loader
> ----------------
>
>                 Key: SOLR-66
>                 URL: http://issues.apache.org/jira/browse/SOLR-66
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>         Assigned To: Yonik Seeley
>
> A way to efficiently load simple formatted text files, including CSV files.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to