Hi all,
I like your Solr tutorial located at
http://lucene.apache.org/solr/tutorial.html
However I think I found a bug: in order to delete a document specified
by an id, the following command must be used:
java -Ddata=args -Dcommit=no -jar post.jar
"<delete><id>SP2514N</id>/delete>"
instead of
java -Ddata=args -Dcommit=no -jar post.jar
"<delete><id>SP2514N</id<>/delete>"
(the "<" after "/id" makes the xml invalid)
Best regards
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]