Re: Solr Full Import frozen after indexing a fixed number of records

2014-07-27 Thread Aniket Bhoi
On Fri, Jul 25, 2014 at 8:32 PM, Aniket Bhoi aniket.b...@gmail.com wrote: I have Apache Solr,hosted on my apache Tomcat Server with SQLServer Backend. Details: *Solr Version:* Solr Specification Version: 3.4.0.2012.01.23.14.08.01 Solr Implementation Version: 3.4 Lucene Specification

Re: Solr Full Import frozen after indexing a fixed number of records

2014-07-27 Thread Gora Mohanty
On 27 July 2014 12:13, Aniket Bhoi aniket.b...@gmail.com wrote: On Fri, Jul 25, 2014 at 8:32 PM, Aniket Bhoi aniket.b...@gmail.com wrote: I have Apache Solr,hosted on my apache Tomcat Server with SQLServer Backend. [...] After I run a full import,Indexing proceeds sucessfully,but

Re: integrating Accumulo with solr

2014-07-27 Thread Jack Krupansky
Right, and that's exactly what DataStax Enterprise provides (at great engineering effort!) - synchronization of database updates and search indexing. Sure, you can do it as well, but that's a significant engineering challenge with both sides of the equation, and not a simple plug and play

Re: solr always loading and not any response

2014-07-27 Thread IJ
I always get the Loading message on the Solr Admin Console if I use IE. However - the page loads perfectly fine when I use Google Chrome or Mozilla Firefox. Could you check if your problem resolves itself if you use a different browser ??? -- View this message in context:

Content-Charset header in HttpSolrServer

2014-07-27 Thread Michael Ryan
I was reviewing the httpclient code in HttpSolrServer and noticed that it sets a Content-Charset header. As far as I know this is not a real header and is not necessary. Anyone know a reason for this to be there? I'm guessing this was just a mistake when converting from httpclient3 to

Re: Latest jetty

2014-07-27 Thread Shalin Shekhar Mangar
Yes, we are on Java7 so we can move now. I'll open an issue. On Sun, Jul 27, 2014 at 5:39 AM, Bill Bell billnb...@gmail.com wrote: Since we are now on latest Java JDK can we move to Jetty 9? Thoughts ? Bill Bell Sent from mobile -- Regards, Shalin Shekhar Mangar.

Re: Latest jetty

2014-07-27 Thread Shalin Shekhar Mangar
I found SOLR-4839 so we'll use that issue. https://issues.apache.org/jira/browse/SOLR-4839 On Sun, Jul 27, 2014 at 8:06 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Yes, we are on Java7 so we can move now. I'll open an issue. On Sun, Jul 27, 2014 at 5:39 AM, Bill Bell

Subject=How to Get Highlighting Working in Velocity (Solr 4.8.0)

2014-07-27 Thread Olivier FOSTIER
May be you miss that your field dom_title should be index=true termVectors=true termPositions=true termOffsets=true

Re: how to achieve static boost in solr

2014-07-27 Thread Erick Erickson
Yep, Query Elevation is a pretty blunt instrument. You should be able to get the configuration file to re-load by issuing a reload command rather than re-starting. But your problem of having a bunch of different queries return the same top doc is, indeed, the problem. You need a complete list of

Re: Auto Suggest

2014-07-27 Thread Erick Erickson
No, although there's been some joy with using shingles. Autosuggest works off of the _indexed tokens_. So the problem is really reducing the tokenization to something that is multi-word. Best, Erick On Thu, Jul 24, 2014 at 5:11 AM, benjelloun anass@gmail.com wrote: Hello, Did

Re: how to achieve static boost in solr

2014-07-27 Thread Ahmet Arslan
Hi, Can't you use elevateIds parameter? https://wiki.apache.org/solr/QueryElevationComponent#elevateIds.2FexcludeIds On Thursday, July 24, 2014 2:30 PM, rahulmodi rahul.m...@ge.com wrote: Thanks a lot Erick, i have looked at Query Elevation Component, it works but the problem is if i need to

Re: Passivate core in Solr Cloud

2014-07-27 Thread Erick Erickson
Does not play nice really means it was designed to run in a non-distributed mode. There has been no work done to verify that it does work in cloud mode, I fully expect some interesting problems in that mode. If/when we get to it that is. About replication: I haven't heard of any problems, but I

Re: To warm the whole cache of Solr other than the only autowarmcount

2014-07-27 Thread Erick Erickson
Why do you think you _need_ to autowarm the entire cache? It is, after all, an LRU cache, the theory being that the most recent queries are most likely to be reused. Personally I'd run some tests on using small autowarm counts before getting at all mixed up in some complex scheme that may not be

Re: SolrCloud extended warmup support

2014-07-27 Thread Erick Erickson
H, well _I_ don't know what to say then This is puzzling. How much of a latency difference are you seeing? It'd be interesting to see what happens if you experiment with only going to a single shard (add distrib=false to the query). Each cache is local to the shard, so it's vaguely

Re: Slow inserts when using Solr Cloud

2014-07-27 Thread Erick Erickson
bq: Whoa! That's awesome! And scary. Ian: Thanks a _lot_ for trying this out and reporting back. Also, let me say that this was a nice writeup, I wish more people would post as thorough a problem statement! Best, Erick On Sat, Jul 26, 2014 at 5:08 AM, Shalin Shekhar Mangar

Re: how to extract stats component with solrj 4.9.0

2014-07-27 Thread Erick Erickson
Have you tried the getFieldStatsInfo method in the QueryResponse object? Best, Erick On Sat, Jul 26, 2014 at 3:36 PM, Edith Au edith...@gmail.com wrote: I have a solr query like this q=categories:cat1 OR categories:cat2stats=truestats.field=countstats.facet=block_num Basically, I want to

Re: /solr/admin/ping causing exceptions in log?

2014-07-27 Thread Shawn Heisey
On 7/26/2014 5:15 PM, Nathan Neulinger wrote: Recently deployed haproxy in front of my solr instances, and seeing a large number of exceptions in the logs now... Example below. I can pound the server with requests against /solr/admin/ping via curl, with no obvious issue, but the haproxy checks

Re: Latest jetty

2014-07-27 Thread Shawn Heisey
On 7/27/2014 8:37 AM, Shalin Shekhar Mangar wrote: I found SOLR-4839 so we'll use that issue. https://issues.apache.org/jira/browse/SOLR-4839 I hope you have better luck than I did. It wasn't a simple matter of upgrading the jars and locating simple API changes, a job that I've tackled a few

Re: /solr/admin/ping causing exceptions in log?

2014-07-27 Thread Nathan Neulinger
Cool. That's likely exactly it, since I don't have one set, it's using the check interval, and occasionally must just be too short. Thank you! -- Nathan I assume that this is the httpchk config to make sure that the server is operational. If so, you need to increase the timeout check

Re: /solr/admin/ping causing exceptions in log?

2014-07-27 Thread Nathan Neulinger
Unfortunately, doesn't look like this clears the symptom. The ping is responding almost instantly every time. I've tried setting a 15 second timeout on the check, with no change in occurences of the error. Looking at a packet capture on the server side, there is a clear distinction between

Re: /solr/admin/ping causing exceptions in log?

2014-07-27 Thread Nathan Neulinger
Either way, looks like this is not a SOLR issue, but rather haproxy. Thanks. -- Nathan On 07/27/2014 08:23 PM, Nathan Neulinger wrote: Unfortunately, doesn't look like this clears the symptom. The ping is responding almost instantly every time. I've tried setting a 15 second timeout on the

Re: /solr/admin/ping causing exceptions in log?

2014-07-27 Thread Shawn Heisey
On 7/27/2014 7:23 PM, Nathan Neulinger wrote: Unfortunately, doesn't look like this clears the symptom. The ping is responding almost instantly every time. I've tried setting a 15 second timeout on the check, with no change in occurences of the error. Looking at a packet capture on the

Re: Solr Full Import frozen after indexing a fixed number of records

2014-07-27 Thread Aniket Bhoi
On Sun, Jul 27, 2014 at 12:28 PM, Gora Mohanty g...@mimirtech.com wrote: On 27 July 2014 12:13, Aniket Bhoi aniket.b...@gmail.com wrote: On Fri, Jul 25, 2014 at 8:32 PM, Aniket Bhoi aniket.b...@gmail.com wrote: I have Apache Solr,hosted on my apache Tomcat Server with SQLServer

Re: To warm the whole cache of Solr other than the only autowarmcount

2014-07-27 Thread YouPeng Yang
Hi Erick We do the DIH job from the DB and committed frequently.It takes a long time to autowarm the filterCaches after commit or soft commit happened when setting the autowarmcount=1024,which I do think is small enough. So It comes up an idea that whether it could directly pass the reference