> http://lucene.472066.n3.nabble.com/file/n3616191/000002.xml
> 000002.xml 
> 
> i am trying to index this file for this i am using this
> command 
> 
> java -jar post.jar *.xml
> 
> commands run fine but when i search not result is
> displaying 
> 
> I think it is encoding problem can any one help ?? 

post.jar cannot index arbitrary xml files. It accepts xmls in particular 
format. ( <add>  <doc> ....)  

http://wiki.apache.org/solr/UpdateXmlMessages#add.2BAC8-replace_documents

Reply via email to