https://issues.apache.org/jira/browse/SOLR-3883
-Yonik
http://lucidworks.com
On Mon, Sep 24, 2012 at 11:42 AM, Yonik Seeley wrote:
> On Mon, Sep 24, 2012 at 11:03 AM, dan sutton wrote:
>> Hi,
>>
>> This appears to happen in trunk too.
>>
>> It appears that the add command request parameters ge
On Mon, Sep 24, 2012 at 11:03 AM, dan sutton wrote:
> Hi,
>
> This appears to happen in trunk too.
>
> It appears that the add command request parameters get sent to the
> nodes. If I comment these out like so for add and commit:
>
> core/src/java/org/apache/solr/update/processor/DistributedUpdate
Hi,
This appears to happen in trunk too.
It appears that the add command request parameters get sent to the
nodes. If I comment these out like so for add and commit:
core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java
- params = new ModifiableSolrParams(req.getPa
Hi,
I'm using Solr 4.0-BETA and trying to import a CSV file as follows:
curl http://localhost:8080/solr//update -d overwrite=false -d
commit=true -d stream.contentType='text/csv;charset=utf-8' -d
stream.url=file:///dir/file.csv
I have 2 tomcat servers running on different machines and a separate