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

2014-07-26 Thread Aniket Bhoi
On Fri, Jul 25, 2014 at 8:32 PM, Aniket Bhoi 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 Version: 3.4 >

Re: integrating Accumulo with solr

2014-07-26 Thread Ali Nazemian
Dear Jack, Hi, One more thing to mention: I dont want to use solr or lucence for indexing accumulo or full text search inside that. I am looking for have both in a sync mode. I mean import some parts of data to solr for indexing. For this purpose probably I need something like trigger in RDBMS, I h

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

2014-07-26 Thread Nathan Neulinger
Tried changing to use /solr/admin/cores instead as a test - still see the same issue, though much less frequent. Nathan Neulinger nn...@neulinger.org Neulinger Consulting (573) 612-1412 On Sat,

Latest jetty

2014-07-26 Thread Bill Bell
Since we are now on latest Java JDK can we move to Jetty 9? Thoughts ? Bill Bell Sent from mobile

/solr/admin/ping causing exceptions in log?

2014-07-26 Thread Nathan Neulinger
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 appear to be aggravating something. Solr 4.8.0

how to extract stats component with solrj 4.9.0

2014-07-26 Thread Edith Au
I have a solr query like this q=categories:cat1 OR categories:cat2&stats=true&stats.field=count&stats.facet=block_num Basically, I want to get the sum(count) group by block num. This query works on a browser. But with solrj, I could not access the stats fields from the Response obj. I can do a

Solr indexing with data import handle

2014-07-26 Thread Ibrahim.htc
> > Hello all, > > Greetings!!, > > Environment: > I have been working on a solr instance with requirement of ~ 40 columns and > 5 records of data.i am using data import handler to configure the data > load and indexing..also I use regex transformer to read the data file(csv) > and app

Re: Any Solr consultants available??

2014-07-26 Thread Jack Krupansky
Plenty of interesting ideas. Another angle is helping companies set up a "center of excellence" for Solr in their organization. Whether the center is dedicated in-house staff or an outside vendor contract, the concept is still the same - giving people a clear and direct place to go to get imme

Re: Slow inserts when using Solr Cloud

2014-07-26 Thread Shalin Shekhar Mangar
Whoa! That's awesome! On Fri, Jul 25, 2014 at 8:03 PM, ian wrote: > I've built and installed the latest snapshot of Solr 4.10 using the same > SolrCloud configuration and that gave me a tenfold increase in throughput, > so it certainly looks like SOLR-6136 was the issue that was causing my slow