Re: Sending http post to solr indexing

2012-05-20 Thread Mansour Al Akeel
ase you just need the JSON array squares brackets around > the doument or list of documents. > > And also "update/json" in the URL. > > -- Jack Krupansky > > -Original Message- From: Mansour Al Akeel > Sent: Sunday, May 20, 2012 8:35 PM > To: solr-user@luce

Re: Sending http post to solr indexing

2012-05-20 Thread Mansour Al Akeel
lrCore execute INFO: [] webapp=/solr path=/update params={} status=400 QTime=1 On Sun, May 20, 2012 at 8:34 PM, Mansour Al Akeel wrote: > I am trying to post some json objects to solr over http. Here's my code: > > public void index(ProductData product) { > > HttpClient http

Re: Solrj Exception

2008-07-09 Thread Akeel
Hi, we have found that some of the jars (like stax-api-xxx.jar, stax-utils.jar, stax-xxx-dev.jar, commons-codec-xxx.jar) were missing in our application's lib directory, by adding these libraries the mentioned exception resolved. On Tue, May 27, 2008 at 12:56 PM, Akeel <[EMAIL PROTECTED

How to run Solr on Linux ?

2008-06-05 Thread Akeel
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at org.mortbay.jetty.servlet.ServletHandle Is there anything that i am missing ? Please help me considering me new to the solr and linux. -- Thanks and Regards, Akeel ur Rehman Faridee

Re: What are stopwords and protwords ???

2008-05-21 Thread Akeel
lease separate out questions so that they > can be addressed separately, and more easily found by others in the future. > > -Grant > > > On May 21, 2008, at 7:45 AM, Akeel wrote: > > Thank you very much for such a detailed reply. can you please tell me how >> can i intera

Re: What are stopwords and protwords ???

2008-05-21 Thread Akeel
help me in this regards Thanks in advance -- Akeel On Wed, May 21, 2008 at 4:11 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > Stopwords are commonly occurring words that don't add _much_ value to > search, such as the, an, a and are usually removed during analysis. > Protwo

What are stopwords and protwords ???

2008-05-20 Thread Akeel
Hi, I am a beginner to Solr, I have successfully indexed my db in solr. I want to know that what are the stopwords and protwords ??? and how much they have effect on my search results ? Thanks in advance. -- Akeel