Also, be aware that Solr does NOT index arbitrary XML,
the XML used by the simple post tool is strictly formatted
in a way Solr understands.

A third possibility for arbitrary XML is to write a SolrJ
program that parses your XML and populates
SolrInputDocuments and sends those to Solr.

Best
Erick

On Tue, Jan 31, 2012 at 6:34 AM, Ahmet Arslan <iori...@yahoo.com> wrote:
>> 2. Use the example package coming with Solr. This only
>> requires to define
>> the fields in the schema, and no additional configuration
>> file needed.
>> \apache-solr-3.5.0\example\exampledocs>java -jar post.jar
>> *.xml
>
> Bing, please see Hoss' explanation about intended usage of post.jar
>
> http://search-lucene.com/m/O9dek2ngjHf

Reply via email to