AFAIK digesting the info and producing the search meta-data supposed to be resource intensive. Then you harvest the fruit when it's done and you get efficient search results.
I've looked at Lucene, which is the underlying open source project. With Lucene I'm the one really who tells what I want to index and how. I don't know what Solr wraps around that tho. On Mon, Jul 20, 2015 at 8:48 AM, Andrew Farnsworth <[email protected]> wrote: > We are planning on using it for the internal websites we create and > providing detailed search into the content but also weighting the search > results depending on where you are on the site. So the content we would be > indexing would use URL as the key (not sure of SOLR terminology for this) > and it would index the content of the page. Since we are generating the > page we can just feed the search engine the content rather than crawling > the pages. I would rather not index the web pages html, css, and > javascript though, which is another reason I want to feed it rather than > just spidering the website and indexing that. > > Andy > > On Mon, Jul 20, 2015 at 9:11 AM, Michael Chaney < > [email protected]> wrote: > >> 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. >> > > -- > -- > 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.
