Hi,

I have an index with 3M docs.
Each doc has a field calld version_uuid.

I want to delete all docs that theire version_uuid is other
then 'e04534e2-28db-4420-a5f3-300477872c11' (for example :-))

This is the query I submit to the SolrServer object using the deleteByQuery
method:

"NOT version_uuid:e04534e2-28db-4420-a5f3-300477872c11"

I also tried:
"-version_uuid:e04534e2-28db-4420-a5f3-300477872c11"

But still all docs are there.

Any ideas? Am I doing somthing wrong?

Noam.

-- 
View this message in context: 
http://old.nabble.com/Delete-by-query-tp27306968p27306968.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to