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
>
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
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,
Since we are now on latest Java JDK can we move to Jetty 9?
Thoughts ?
Bill Bell
Sent from mobile
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
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
>
> 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
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
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