If you are using Java, you will likely find SolrJ the best way - it uses
serialised Java objects to communicate with Solr - you don't need to
worry about that. Just use code similar to that earlier in the thread.
No XML, no CSV, just simple java code.

Upayavira


On Wed, Aug 5, 2015, at 04:50 PM, Mugeesh Husain wrote:
> @Upayavira
> 
> Thanks these thing are most useful for my understanding 
> I have thing about i will create XML or CVS file from my requirement
> using
> java
> Then Index it via HTTP post or  bin/post 
> 
> I am not using DIH because i did't get any of  link or idea how to split
> data and add to solr one by one.(As i mention onmy requirement) 
> 
> tell me Indexing XML file or CVS files which one is a better way ?
> 
> with csv i noticed that it didn't parse the data into the correct fields.
> So
> how do we ensure that the data is correctly stored in Solr ?
> 
> Or XML is a correct way to parse it
> 
> 
> 
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Can-Apache-Solr-Handle-TeraByte-Large-Data-tp3656484p4221051.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to