Solr does not index arbitrary XML, it only indexes
XML in a very specific format. You haven't
shown an example of what you're trying to index.

See the examples in example/exempledocs for the
format required.

Best,
Erick

On Thu, Sep 26, 2013 at 8:32 AM, Furkan KAMACI <furkankam...@gmail.com> wrote:
> You should start to read from here:
> http://lucene.apache.org/solr/4_4_0/tutorial.html
>
>
> 2013/9/26 Kishan Parmar <kishan....@gmail.com>
>
>>
>> http://www.coretechnologies.com/products/AlwaysUp/Apps/RunApacheSolrAsAService.html
>> \
>>
>> this is the link from where i fown the solr installation
>>
>> Regards,
>>
>> Kishan Parmar
>> Software Developer
>> +91 95 100 77394
>> Jay Shree Krishnaa !!
>>
>>
>>
>> On Thu, Sep 26, 2013 at 1:13 PM, Kishan Parmar <kishan....@gmail.com>
>> wrote:
>>
>> > i am not using tomcat  but i am using alwaysup software to run the solr
>> > system.
>> > it is working perfectly
>> >
>> > but  i can not add my xml file to index..i channged my schema file as per
>> > requirement of my xml file ...
>> > and also
>> > i am using this command to insert xml to index
>> >
>> >
>> > java -Durl=http://localhost:8983/solr/core0/update -jar post.jar *.xml
>> >
>> > ibut it gives an error  and if i write java -jar post.jar *.xml then it
>> > index the data but in anoter core collection1
>> > and
>> > there is an error also in it that "no dataimport handler is found";
>> > so what can i do for this problems
>> >
>> > Regards,
>> >
>> > Kishan Parmar
>> > Software Developer
>> > +91 95 100 77394
>> > Jay Shree Krishnaa !!
>> >
>> >
>> >
>> > On Sun, Sep 22, 2013 at 8:53 PM, Erick Erickson <erickerick...@gmail.com
>> >wrote:
>> >
>> >> Please review:
>> >>
>> >> http://wiki.apache.org/solr/UsingMailingLists
>> >>
>> >> Best,
>> >> Erick
>> >>
>> >> On Sun, Sep 22, 2013 at 8:06 AM, Jack Krupansky <
>> j...@basetechnology.com>
>> >> wrote:
>> >> > Did you start Solr? How did you verify that Solr is running? Are you
>> >> able to
>> >> > query Solr and access the Admin UI?
>> >> >
>> >> > Most importantly, did you successfully complete the standard Solr
>> >> tutorial?
>> >> > (IOW, you know all the necessarily steps for basic operation of Solr.)
>> >> >
>> >> > Lastly, did you verify (by examining the log) whether Solr was able to
>> >> > successfully load your schema changes without errors?
>> >> >
>> >> > -- Jack Krupansky
>> >> >
>> >> > -----Original Message----- From: Kishan Parmar
>> >> > Sent: Sunday, September 22, 2013 9:56 AM
>> >> > To: solr-user@lucene.apache.org
>> >> > Subject: Xml file is not inserting from code java -jar post.jar *.xml
>> >> >
>> >> >
>> >> > hi
>> >> >
>> >> > i am new user of Solr i have done my schema file and when i write a
>> >> code to
>> >> > insert xxl file to index from cmd .java -jar post.jar *.xml
>> >> >
>> >> > it give us error solr returned errer 404 not found
>> >> >
>> >> > what can i do???
>> >> >
>> >> >
>> >> > Regards,
>> >> >
>> >> > Kishan Parmar
>> >> > Software Developer
>> >> > +91 95 100 77394
>> >> > Jay Shree Krishnaa !!
>> >>
>> >
>> >
>>

Reply via email to