Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 60EB510CC7 for ; Sat, 28 Sep 2013 06:02:37 +0000 (UTC) Received: (qmail 84671 invoked by uid 500); 28 Sep 2013 06:02:28 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 84377 invoked by uid 500); 28 Sep 2013 06:02:24 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 84333 invoked by uid 99); 28 Sep 2013 06:02:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Sep 2013 06:02:22 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kishan.jsk@gmail.com designates 209.85.216.170 as permitted sender) Received: from [209.85.216.170] (HELO mail-qc0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Sep 2013 06:02:12 +0000 Received: by mail-qc0-f170.google.com with SMTP id m20so2377890qcx.1 for ; Fri, 27 Sep 2013 23:01:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=EqqbIvy/U7+gU3TpZbti5QH48mCFKtEt2xdVTc9+j+E=; b=Vq8bBzc6LjsI3FPOvJVaHO7dYdNOlU1Hjs3NGZOqK+DNlFxv5fB/KWlsA3MD21B0hc K1OW6YK+vO2LAOGahnvOhSZNbKZ8ESpjoNzD7+pN93oksmpWK2SEYabHe5FhI0ZRZi74 JLWIM6ToL6wiBAWwNa/MF4Ae/mhpmJ9rs+cDxB9UrUXzsuiWuKltZLu/No1/AygBjere zmzPGllx7Zo7JP2wzx3wMmhsopXI2T4AGGt2B7UCzVtOmBmQM8dErm+BMemQyOpww5j/ dcW1DLaG7snyJ35yllkBkrF2Jf9o7ZXXYAFxsWbXBB8FVWT73oLpGUtRohdGdBp3Kq5V yJbg== X-Received: by 10.229.130.135 with SMTP id t7mr14117081qcs.18.1380348110647; Fri, 27 Sep 2013 23:01:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.28.138 with HTTP; Fri, 27 Sep 2013 23:01:29 -0700 (PDT) In-Reply-To: References: <1F1BD1ED9BAB46F194F5956B5D542BDF@JackKrupansky> From: Kishan Parmar Date: Fri, 27 Sep 2013 23:01:29 -0700 Message-ID: Subject: Re: Xml file is not inserting from code java -jar post.jar *.xml To: solr-user@lucene.apache.org Content-Type: multipart/mixed; boundary=001a1132e71ccd367e04e76b5628 X-Virus-Checked: Checked by ClamAV on apache.org --001a1132e71ccd367e04e76b5628 Content-Type: multipart/alternative; boundary=001a1132e71ccd367904e76b5626 --001a1132e71ccd367904e76b5626 Content-Type: text/plain; charset=ISO-8859-1 i have done indexing ..... now i can search throiu query but how i connect my solr to solrnet ..i have downloaded the dl;l file of solrnet but i dont know ehere i should put it ???? and steps for installation ...plz.. and i am usind visual studio 10 for my .net work Regards, Kishan Parmar Software Developer +91 95 100 77394 Jay Shree Krishnaa !! On Thu, Sep 26, 2013 at 5:27 PM, Erick Erickson wrote: > 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 > wrote: > > You should start to read from here: > > http://lucene.apache.org/solr/4_4_0/tutorial.html > > > > > > 2013/9/26 Kishan Parmar > > > >> > >> > 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 > >> 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 < > erickerickson@gmail.com > >> >wrote: > >> > > >> >> Please review: > >> >> > >> >> http://wiki.apache.org/solr/UsingMailingLists > >> >> > >> >> Best, > >> >> Erick > >> >> > >> >> On Sun, Sep 22, 2013 at 8:06 AM, Jack Krupansky < > >> jack@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 !! > >> >> > >> > > >> > > >> > --001a1132e71ccd367904e76b5626 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
i=A0 have done indexing .....
=
now i can search throiu query
but

how i connect my s= olr to solrnet ..i=A0 have downloaded the dl;l file of solrnet=A0
but i dont know ehere i should put it ????
and steps for installation ...plz..

and i am usind visua= l studio 10 for my .net work

Regards,

Kishan Parmar
Software Developer
+91 95 100 77394
Jay Shree Kr= ishnaa !!



On Thu, Sep 26, 2013 at 5:27 PM, Erick E= rickson <erickerickson@gmail.com> wrote:
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 <furkankamaci@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 <ki= shan.jsk@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.jsk@gmail.com>
>> wrote:
>>
>> > i am not using tomcat =A0but i am using alwaysup software to = run the solr
>> > system.
>> > it is working perfectly
>> >
>> > but =A0i can not add my xml file to index..i channged my sche= ma file as per
>> > requirement of my xml file ...
>> > and also
>> > i am using this command to insert xml to index
>> >
>> >
>> > java -Durl=3Dhttp://localhost:8983/solr/core0/update -jar post= .jar *.xml
>> >
>> > ibut it gives an error =A0and 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 <erickerickson@gmail.com
>> >wrote:
>> >
>> >> Please review:
>> >>
>> >> http://wiki.apache.org/solr/UsingMailingLists
>> >>
>> >> Best,
>> >> Erick
>> >>
>> >> On Sun, Sep 22, 2013 at 8:06 AM, Jack Krupansky <
>> jack@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 o= peration of Solr.)
>> >> >
>> >> > Lastly, did you verify (by examining the log) whethe= r 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: s= olr-user@lucene.apache.org
>> >> > Subject: Xml file is not inserting from code java -j= ar 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.ja= r *.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 !!
>> >>
>> >
>> >
>>

--001a1132e71ccd367904e76b5626-- --001a1132e71ccd367e04e76b5628--