Re: solr training

2015-09-17 Thread Tim Dunphy
rting * Anomaly Detection * Centralized Log Management > > Solr & Elasticsearch Support * http://sematext.com/ > > > > > > On Fri, May 1, 2015 at 2:18 PM, Tim Dunphy <bluethu...@gmail.com> wrote: > > > > > Hey guys, > > > > > > My co

Re: solr training

2015-09-13 Thread Tim Dunphy
- 2nd seat is 50% off. > > Otis > -- > Monitoring * Alerting * Anomaly Detection * Centralized Log Management > Solr & Elasticsearch Support * http://sematext.com/ > > > On Fri, May 1, 2015 at 2:18 PM, Tim Dunphy <bluethu...@gmail.com> wrote: > > > Hey guys, >

solr errors integrating with drupal

2015-09-09 Thread Tim Dunphy
Hey guys, I've setup a slightly older version of solr (4.10) with apache tomcat 7.0.64. And set up some drupal configurations according to this guide: http://duntuk.com/how-install-apache-solr-46-apache-tomcat-7-use-drupal Everything seemed to work after I copied the log4j libraries to the

Re: solr 3.6.2 under tomcat 8 missing corename in path

2015-05-07 Thread Tim Dunphy
the collection1 directory is the problem, how can I express this differently in my solr.xml file so that it works? Thanks, Tim On Wed, May 6, 2015 at 8:00 PM, Shawn Heisey apa...@elyograg.org wrote: On 5/6/2015 2:29 PM, Tim Dunphy wrote: I'm trying to setup an old version of Solr for one of our drupal

solr 3.6.2 under tomcat 8 missing corename in path

2015-05-06 Thread Tim Dunphy
I'm trying to setup an old version of Solr for one of our drupal developers. Apparently only versions 1.x or 3.x will work with the current version of drupal. I'm setting up solr 3.4.2 under tomcat. And I'm getting this error when I start tomcat and surf to the /solr/admin URL: HTTP Status 404

apache 5.1.0 under apache web server

2015-05-04 Thread Tim Dunphy
Hey all, I need to run solr 5.1.0 on port 80 with some basic apache authentication. Normally, under earlier versions of solr I would set it up to run under tomcat, then connect it to apache web server using mod_jk. However 5.1.0 seems totally different. I see that tomcat support has been removed

Re: apache 5.1.0 under apache web server

2015-05-04 Thread Tim Dunphy
, 2015 at 3:12 PM, Shawn Heisey apa...@elyograg.org wrote: On 5/4/2015 1:04 PM, Tim Dunphy wrote: I need to run solr 5.1.0 on port 80 with some basic apache authentication. Normally, under earlier versions of solr I would set it up to run under tomcat, then connect it to apache web server

solr training

2015-05-02 Thread Tim Dunphy
Hey guys, My company has a training budget that it wants me to use. So what I'd like to find out is if there is any instructor lead courses in the NY/NJ area, or courses online that are instructor lead that you could recommend? Thanks, Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net

import community cassandra into solr

2015-02-01 Thread Tim Dunphy
Hey folks, Is there any way that we know of to import the open source Apache version of the Cassandra database into Solr? I know that the pay for Datastax version has a connection built in. But we're not using that. Any thoughts or observations will be appreciated. Thanks, Tim -- GPG me!!

Re: import 2 mysql tables into Solr 4

2014-11-09 Thread Tim Dunphy
and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 4 November 2014 15:56, Tim Dunphy bluethu...@gmail.com wrote: Hey Alexandre, Thanks for the example! This is what worked for me: dataConfig

Re: Solr authentication

2014-11-04 Thread Tim Dunphy
Hi Shay, I'm new to using Solr myself. But what I've done to solve this problem is to run Solr via Tomcat. Then I put Apache in front of Tomcat using mod_jk and made Solr accessible via SSL on port 443. I also put basic authentication in front of Apache. That way you have to enter a username

Re: Solr authentication

2014-11-04 Thread Tim Dunphy
. 1. I'm using Solr with Jetty. 2. I'm using Java to access Solr, so I need a way to pass / add this authentication as well. -Original Message- From: Tim Dunphy [mailto:bluethu...@gmail.com] Sent: Tuesday, November 04, 2014 3:22 PM To: solr-user@lucene.apache.org

import 2 mysql tables into Solr 4

2014-11-04 Thread Tim Dunphy
Hey all, I finally got mysql data into Solr 4 with your help. First off, thank you for that! But now I'm hoping to refine the resulting process a bit. What I'm trying to do, now that mysql imports are working, is to import 2 separate tables from the same mysql database. I tried this in my

Re: import 2 mysql tables into Solr 4

2014-11-04 Thread Tim Dunphy
/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 4 November 2014 14:52, Tim Dunphy bluethu...@gmail.com wrote: Hey all, I finally got mysql data into Solr 4 with your help. First off, thank you for that! But now I'm hoping to refine

Re: import 2 mysql tables into Solr 4

2014-11-04 Thread Tim Dunphy
. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 4 November 2014 14:52, Tim Dunphy bluethu...@gmail.com

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Tim Dunphy
November 2014 21:26, Tim Dunphy bluethu...@gmail.com wrote: Hi Alex, I thought the span style=font-family: Trebuchet MS, sans-serif; and the ending span were broken email thing but they seem to be in the solrconfig.xml file as well. I would start from removing those and leaving just

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Tim Dunphy
://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 3 November 2014 13:40, Tim Dunphy bluethu...@gmail.com wrote: Hi Alexandre, Thanks so much for your input

Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Tim Dunphy
Hey guys, I'm real new at working with Solr. But I need to get up to speed and I appreciate your bearing with me. I've installed solr 4 and am running it under tomcat 7. The install went perfectly fine and everything seems to work, up to a point. I've even automated the installation with

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Tim Dunphy
://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 2 November 2014 20:50, Tim Dunphy bluethu...@gmail.com wrote: Hey guys, I'm real new at working with Solr. But I