My search shows "SolrJ" as a Java client for accessing solr. What kind of data are you trying to index?
To give you an idea, I use Solr for doing music catalog searches. I'm using Ruby and there's a Ruby gem that allows pretty easy indexing of data from a Rails app. I get to describe the data that I want to be indexed and searching is really simple. Even if you're going directly to the server it's not difficult to search. I was using thinking sphinx (based on the sphinx search engine) but solr is much faster in indexing. Michael On Sat, Jul 18, 2015 at 10:35 AM, Andrew Farnsworth <[email protected]> wrote: > Java is the language of choice at the moment though I would be interested > in perl too. > > Andrew Farnsworth > (804) 405-3630 > > On Jul 18, 2015, at 9:36 AM, Michael Chaney <[email protected]> > wrote: > > What language are you using? Typically there'll be a library to make it > easy to interface. > > On Friday, July 17, 2015, Andrew Farnsworth <[email protected]> wrote: > >> Does anyone have any experience with Apache SOLR? I'm trying to get my >> own content into it and am not sure how it works. >> >> Andy Farnsworth >> >> -- >> -- >> You received this message because you are subscribed to the Google Groups >> "NLUG" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nlug-talk?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "NLUG" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > > -- > Michael Darrin Chaney, Sr. > [email protected] > http://www.michaelchaney.com/ > > -- > -- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nlug-talk?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- > -- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nlug-talk?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > -- Michael Darrin Chaney, Sr. [email protected] http://www.michaelchaney.com/ -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
