RE: Using solar in my application application - very important

2008-11-09 Thread Sajith Vimukthi
Hi Shalin, Thanks for the wealth of information. Regards, Sajith. -Original Message- From: Shalin Shekhar Mangar [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 11:41 AM To: solr-user@lucene.apache.org Subject: Re: Using solar in my application application - very important H

Re: Using solar in my application application - very important

2008-11-09 Thread Shalin Shekhar Mangar
Hi Sajith, You do not need to know the internals of Solr to use it. But you are welcome to explore the source if you want. To solve your problem, you should probably look at Solrj which is a java client library for talking to Solr servers. Parse the PDFs and document using appropriate libraries t

Re: How to use multicore feature in JBOSS

2008-11-09 Thread con
Hi Guys any idea why this error is coming?? Waiting for your advice. Thanks con con wrote: > > Thanks Norberto and Hossma. > That really helped me. > > Fist of all i deleted the contents in the example/solr directory and > created a solx.xml that points to the multicore. > That itself worked

Using solar in my application application - very important

2008-11-09 Thread Sajith Vimukthi
Hi all, I just want to use solar in a certain Knowledge Management System that I am going to develop. I basically got pdfs and docs and these can be converted into suitable forms via pdf box and poi frameworks. In the search function I need to obtain data in such a way that I can give the so

Re: full-import vs delta-import to update solr index

2008-11-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
You must let the tool identify the changed rows instead of providing a "select * from" see the section on more details http://wiki.apache.org/solr/DataImportHandler#head-9ee74e0ad772fd57f6419033fb0af9828222e041 On Sun, Nov 9, 2008 at 1:23 AM, con <[EMAIL PROTECTED]> wrote: > > Hi guys, > I ha