Re: solr 1.3 - did something with deleting documents change?

2009-03-01 Thread Chris Hostetter
: The notes in the wiki seem to indicate that syntax (with multiple id nodes) : will be supported in Solr 1.4, not 1.3 - but I guess it really just means that : you can't combine those with a query node yet. correct -- the wiki is pointing out htat you can't combine id and query deletes until

Re: solr 1.3 - did something with deleting documents change?

2009-03-01 Thread Ryan McKinley
On Feb 28, 2009, at 5:56 PM, Stephen Weiss wrote: Yeah honestly I don't know how it ever worked either. my guess is that the XPP parser did not validate anything -- when we switched to StAX it validates something... ryan

Re: solr 1.3 - did something with deleting documents change?

2009-02-28 Thread Stephen Weiss
Yeah honestly I don't know how it ever worked either. The notes in the wiki seem to indicate that syntax (with multiple id nodes) will be supported in Solr 1.4, not 1.3 - but I guess it really just means that you can't combine those with a query node yet. I'll miss the deletesPending stat,

Re: solr 1.3 - did something with deleting documents change?

2009-02-27 Thread Chris Hostetter
: deleteidimage.1/id/deletedeleteidimage.2/id/delete etc... (one : delete node for each image we wanted to delete) : : And that worked in 1.2. that is really suprising ... it's not a legal XML doc (multiple root nodes) so it should have been an error. Support was added in Solr 1.3 to support

solr 1.3 - did something with deleting documents change?

2009-02-25 Thread Stephen Weiss
Hi, This might be a very silly question that's documented everywhere but I just can't find an answer right now. When we first implemented solr we used version 1.2 (of course, 1.3 was released days afterwards). In the brief period we used 1.2, whenever we wanted to delete a bunch of