Re: Problem with delete by query in Solr 4.0 beta

2012-10-10 Thread Ahmet Arslan
> Do you have a "_version_" field in > your schema. I believe SOLR 4.0 > Beta requires that field. Probably he is hitting this https://issues.apache.org/jira/browse/SOLR-3432

Re: Problem with delete by query in Solr 4.0 beta

2012-10-10 Thread Ravi Solr
Do you have a "_version_" field in your schema. I believe SOLR 4.0 Beta requires that field. Ravi Kiran Bhaskar On Wed, Oct 10, 2012 at 11:45 AM, Andrew Groh wrote: > I cannot seem to get delete by query working in my simple setup in Solr 4.0 > beta. > > I have a single collection and I want to

Problem with delete by query in Solr 4.0 beta

2012-10-10 Thread Andrew Groh
I cannot seem to get delete by query working in my simple setup in Solr 4.0 beta. I have a single collection and I want to delete old documents from it. There is a single solr node in the config (no replication, not distributed). This is something that I previously did in Solr 3.x My collecti