Re: Xml file is not inserting from code java -jar post.jar *.xml

2013-09-28 Thread Erick Erickson
Probably best to ask on the solrnet forum. I'm guessing that solrnet just uses an HTTP connection under the covers. If so there wouldn't be anything to do really except compile your client against the solrnet DLL and go. Best, Erick On Sat, Sep 28, 2013 at 2:01 AM, Kishan Parmar wrote: > i have

Re: Xml file is not inserting from code java -jar post.jar *.xml

2013-09-27 Thread Kishan Parmar
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 Sof

Re: Xml file is not inserting from code java -jar post.jar *.xml

2013-09-26 Thread Erick Erickson
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

Re: Xml file is not inserting from code java -jar post.jar *.xml

2013-09-26 Thread Furkan KAMACI
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 >

Re: Xml file is not inserting from code java -jar post.jar *.xml

2013-09-26 Thread 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 us

Re: Xml file is not inserting from code java -jar post.jar *.xml

2013-09-26 Thread Kishan Parmar
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:898

Re: Xml file is not inserting from code java -jar post.jar *.xml

2013-09-22 Thread Erick Erickson
Please review: http://wiki.apache.org/solr/UsingMailingLists Best, Erick On Sun, Sep 22, 2013 at 8:06 AM, Jack Krupansky 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 complet

Re: Xml file is not inserting from code java -jar post.jar *.xml

2013-09-22 Thread Jack Krupansky
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 examin