Hi All, i m trying to index my data using post.jar and i get the following error
<title>Error 500 </title> </head> <body><h2>HTTP ERROR: 500</h2><pre>name and value cannot both be empty java.lang.IllegalArgumentException: name and value cannot both be empty at org.apache.lucene.document.Field.<init>(Field.java:197) the only required field in my schema is identifier (i started with the default schema.xml and made my changes on that) How do i debug this? Is there a better way to index data? Best regards, Urvashi