Hi everyone,

I'm trying to make a simple data import from MongoDB into Solr using REST
interface.

As an test example I've created schecma.xml like:
<?xml version="1.0" ?>

  
   
  

 
  
  
  
  
 

 
 isbn

 
 title

 
 



and data-import.xml as:

    
    
        

            
            
            
        
    


Unfortunately it's not working and I'm stuck  on this place.

Could you please advise how correctly parser JSON format data?


Data format looks like:
{
  "offset" : 0,
  "rows": [
    { "_id" : { "$oid" : "4d9829412c8bd10644000000" }, "isbn" : "716739356",
"title" : "Proteins", "description" : "" } ,
    { "_id" : { "$oid" : "4d9829412c8bd10644000001" }, "isbn" :
"144433056X", "title" : "How to Assess Doctors and Health Professionals",
"description" : "" } ,
    { "_id" : { "$oid" : "4d9829412c8bd10644000002" }, "isbn" :
"1406208159", "title" : "Freestyle: Time Travel Guides: Pack B",
"description" : "Takes you on a trip through history to visit the great
ancient civilisations." } ,
  "total_rows" : 3 ,
  "query" : {} ,
  "millis" : 0
}


Thank you.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Mongo-REST-interface-and-full-data-import-tp2774479p2774479.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to