Dear Eric,

Please find below necessary steps that executed.

Iam following same structure as mentioned by you, and checked  results in
the admin page by clicking search button, samples are working fine. 

Ex:Added monitor.xml and search for video its displaying results----- search
content is displaying properly

Let me explain you the problem which iam facing:

step 1: I started Apache tomcat 

step2 : Indexing Data 
           java -jar post.jar myfile.xml
          
Here is my XML content:

<add>

     <doc>
          <field name="id">11111</field>
          <field name="name">Youth to Elder</field>
          <field name="Author"> Integrated Research Program</field>
          <field name="Year">2009</field>
          <field name="Publisher"> First Nation</field>
     </doc>
     <doc>
          <field name="id">22222</field>
          <field name="name">Strategies </field>
          <field name="Author">Implementation Committee </field>
          <field name="Year">2001</field>
          <field name="Publisher">Policy</field>
         
     </doc>

</add>
Step 4 : i did

         java -jar post.jar myfile.xml 


output of above one:

SimplePostTool: version 1.2
SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8,
othe
r encodings are not currently supported
SimplePostTool: POSTing files to http://localhost:8983/solr/update..
SimplePostTool: POSTing file curnew.xml
SimplePostTool: FATAL: Solr returned an error: Bad Request

Request to help me on this. 

-- 
View this message in context: 
http://old.nabble.com/example-solr-xml-working-fine-but-my-own-xml-files-not-working-tp27793958p27817161.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to