hai,

Yes the Xml formats is understood but there is an to generate these xmls
from a data source. These XML feild tags doesnot contain the smae start
tags and end tags.

like <field name="cat">software</field>

and standerd xml writers have xml generated as the same start and end tags.

in SOLR xml
start tag = <field name="cat">
end tag =  </field>

can you adivise anything on this please.

regards,
aditya



> On 3/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>> ...can any one guide me on this XML generation, which SOLR will accepts
>> for
>> indexing...
>
> I'm not sure if I understand your question...the XML documents that
> Solr accepts for indexing are similar to those found in
> http://svn.apache.org/viewvc/lucene/solr/trunk/example/exampledocs/ ,
> and must use the field names defined in your schema.xml.
>
> -Bertrand
>


Reply via email to