Hello *! i am using the post.jar-file to index documents.
I made my own XML and wanted to post it with the jar-file to SOLR. It looks like this: add><doc><field name="id">0000000021</field><field name="title">GENESIS</field><field name="description">BUCH DER ANFÄNGE</field></doc><doc><field name="id">0000000022</field><field name="title">EXODUS</field><field name="description">BUCH DER ERLÖSUNG</field></doc><doc><field name="id">0000000023</field><field name="title">LEVITICUS</field><field name="description">BUCH DER ANBETUNG</field></doc><doc><field name="id">0000000024</field><field name="title">NUMERI</field><field name="description">BERICHT VON DEN ERFAHRUNGEN EINES VOLKES</field></doc><doc><field name="id">0000000025</field><field name="title">DEUTERONOMIUM</field><field name="description">BUCH DER UNTERWEISUNG</field></doc></add> In the command-line theres no warning or exeption, but if i try to seach for "GENESIS" i get no response... where is my mistake? Kind regards Alex