--- On Wed, 9/9/09, Paul Tomblin <ptomb...@xcski.com> wrote:

> From: Paul Tomblin <ptomb...@xcski.com>
> Subject: Can't delete with a fq?
> To: solr-user@lucene.apache.org
> Date: Wednesday, September 9, 2009, 8:51 PM
> I'm trying to delete using SolJ's
> "deleteByQuery", but it doesn't like
> it that I've added an "fq" parameter.  Here's what I
> see in the logs:
> 
> Sep 9, 2009 1:46:13 PM org.apache.solr.common.SolrException
> log
> SEVERE: org.apache.lucene.queryParser.ParseException:
> Cannot parse
> 'url:http\:\/\/xcski\.com\/pharma\/&fq=category:pharma':

> Should I rewrite that query to be "url:http:... AND
> category:pharma"?
Yes, because url:http\:\/\/xcski\.com\/pharma\/&fq=category:pharma is not a 
valid query.
> 
> 
> -- 
> http://www.linkedin.com/in/paultomblin
> 



Reply via email to