Re: solr error

2016-08-01 Thread Midas A
Jürgen, we are using Php solrclient and getting above exception . what could be the reason for the same please elaborate. On Tue, Aug 2, 2016 at 11:10 AM, Midas A wrote: > curl: (52) Empty reply from server > what could be the case .and what should i do to minimize. > >

Re: solr error

2016-08-01 Thread Midas A
curl: (52) Empty reply from server what could be the case .and what should i do to minimize. On Tue, Aug 2, 2016 at 10:38 AM, Walter Underwood wrote: > I recommend you look at the PHP documentation to find out what “HTTP Error > 52” means. > > You can start by

Re: solr error

2016-08-01 Thread DVT
Abhishek, given the vast amount of information you write, I suspect thisis not an HTTP error code (those are three digits, and the ones starting with 200 actually indicate a success), but rather a libcurl error code. Check against this list to find out whether that's an explanation:

Re: solr error

2016-08-01 Thread Walter Underwood
I recommend you look at the PHP documentation to find out what “HTTP Error 52” means. You can start by searching the web for this: php http error 52 wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Aug 1, 2016, at 10:04 PM, Midas A

Re: solr error

2016-08-01 Thread Midas A
please reply . On Tue, Aug 2, 2016 at 10:24 AM, Midas A wrote: > Hi, > > i am connecting solr with php and getting *HTTP Error 52, and *HTTP Error > 20* error *frequently . > what should i do to minimize these issues . > > Regards, > Abhishek T > >

solr error

2016-08-01 Thread Midas A
Hi, i am connecting solr with php and getting *HTTP Error 52, and *HTTP Error 20* error *frequently . what should i do to minimize these issues . Regards, Abhishek T

Regarding HTMLStripCharFilter.

2016-08-01 Thread Modassar Ather
Hi, Kindly help me understand the way HTMLStripCharFilter works. I have following analysis chain. int flags = WordDelimiterFilter.GENERATE_WORD_PARTS | WordDelimiterFilter.GENERATE_NUMBER_PARTS | WordDelimiterFilter.CATENATE_WORDS | WordDelimiterFilter.CATENATE_NUMBERS

Re: How to set credentials when querying using SolrJ - Basic Authentication

2016-08-01 Thread Susheel Kumar
Thank you so much, Shawn. Didn't realize that i could call process directly. I think it will be helpful to add this code to solr documentation. I'll create a jira to update the documentation. Thanks, Susheel On Mon, Aug 1, 2016 at 7:14 PM, Shawn Heisey wrote: > On

Re: Installing Solr with Ivy

2016-08-01 Thread Shawn Heisey
On 8/1/2016 9:04 AM, Demian Katz wrote: > As a follow-up to last week's thread about loading Solr via dependency > manager, I started experimenting with using Ivy to install Solr. Here's what > I have (note that I'm trying to install Solr 5.5.0 as an arbitrary example, > but that detail should

Re: How to set credentials when querying using SolrJ - Basic Authentication

2016-08-01 Thread Shawn Heisey
On 8/1/2016 1:59 PM, Susheel Kumar wrote: > BUT how do we set the credentials when calling > > //HOW to set credentials before calling query method > ??? > ??? > solrClient.query(collection, query);method? Here's an example of setting credentials on an arbitrary request object that is

Re: Example of posting to /stream in SolrJ?

2016-08-01 Thread Timothy Potter
Sorry I was the one that initiated the cross-post ;-) Thanks for the pointer, works great! On Tue, Jul 26, 2016 at 3:32 PM, Joel Bernstein wrote: > I posted this also to another thread, but I'll cross post to this ticket: > > Take a look at

How to set credentials when querying using SolrJ - Basic Authentication

2016-08-01 Thread Susheel Kumar
Hello, I am looking to pass user / pwd when querying using CloudSolrClient. The documentation https://cwiki.apache.org/confluence/display/solr/Basic+Authentication+Plugin describes about setting the credential when calling the request method like below SolrRequest req ;//create a new request

Replication with managed resources?

2016-08-01 Thread rosbaldeston
I've a single core index with a managed schema, synonyms and stopwords that I'm thinking of making a master/slave pair via replication. How does does the replication confFiles option work with managed resources? Should I use their internal '_managed_xxx' filenames? -- View this message in

Installing Solr with Ivy

2016-08-01 Thread Demian Katz
As a follow-up to last week's thread about loading Solr via dependency manager, I started experimenting with using Ivy to install Solr. Here's what I have (note that I'm trying to install Solr 5.5.0 as an arbitrary example, but that detail should not be important): ivy.xml:

RE: Question about Simple Post tool

2016-08-01 Thread Jamal, Sarfaraz
Thank you. That is a great suggestion - Sas -Original Message- From: Scott Chu [mailto:scott@udngroup.com] Sent: Monday, August 1, 2016 10:21 AM To: solr-user Subject: Re: Question about Simple Post tool I don't think it's possible purely using the

Re: Question about Simple Post tool

2016-08-01 Thread Scott Chu
I don't think it's possible purely using the out-of-box post.jar. But why not disassemble post.jar (or get the source from internet) and modify it yourself. It seems not that hard. Scott Chu,scott@udngroup.com 2016/8/1 (週一) - Original Message - From: Jamal, Sarfaraz To: solr-user

Question about Simple Post tool

2016-08-01 Thread Jamal, Sarfaraz
Hi Guys, I have a quick question. I read the appropriate documentation and it seems that it is possible, but I might be getting the syntax wrong. I wish to use the simple Post Tool to pass in a URL that brings back a word document, and I Want to index the return of that url using TIka - Is

RE: Installing Solr as a dependency

2016-08-01 Thread Demian Katz
Thanks -- another interesting possibility, though I suppose the disadvantage to this strategy would be the dependency on Docker, which could be problematic for some users (especially those running Windows, where I understand that this could only be achieved with virtualization, which would

Re: qf boosts with MoreLikeThis query parser

2016-08-01 Thread Ere Maijala
Hi All, I, too, would like to know the answer to these questions. I saw a similar question by Nikaash Puri on 22 June with subject "help with moreLikeThis" go unanswered. Any insight? Regards, Ere 11.7.2016, 18.32, Demian Katz kirjoitti: Hello, I am currently using field-specific boosts