…together an action to index the documents using HPricot and RSolr. To monitor the progress I just output to standard out using puts def index_bulk_htmlsolr = RSolr.connect :url=>SOLR_URLcount = 0files…
…information for each document, merges the new data together, and then re-indexes the set. This means that every document is indexed 1.5 times. Solr Performance: Because Solr has to re-read…
…this dataset further on Github. For some ideas, check out these related posts: Indexing StackOverflow In Solr Using Solr Join To Find The Best Time To Ask Questions On StackOverflow…
…var flattenedParams = urlSolrRequest .SelectMany(p => p.Value.Select(q => new { key = p.Key, value = q }) ); foreach (var solrRequestParam in flattenedParams) { request.AddQueryParameter(solrRequestParam.key, solrRequestParam.value); } } And then…
…and Solr developers recommend Jetty 6 for running SolrCloud. The reasoning was easy enough to understand: Jetty 6 is packaged with Solr and thats what gets tested the most. Since…
…, and LuceneRevolution billing itself as the Solr/Lucene Revolution! Ironically, both still use their original domain names. Both are overlapping more in the focus on open source search, with Solr…
Playing with Thoth
…the machine learning. If you arent already invested in a monitoring tool for Solr, and like the Solr specific analytics, then take a look at Thoth. The source of the…
…configure() throws Exception { // mock the for testing interceptSendToEndpoint("solr://localhost:8983/solr/collection1/update") .skipSendToOriginalEndpoint() .to("mock:catchSolrMessages"); } }) context.getRouteDefinition(1). .adviceWith(context, mockSolr); } Theres a couple things to notice here: In configure we simply snag…
As I almost exclusively help folks with Solr/Elasticsearch search relevance, I often encounter the “giant list of synonyms” that a client has. This list often creates odd side effects with…
…ubiquity of Solr and Elasticscearch. In reality, as we argue in Relevant Search, search and recommendations are two sides of the same coin. As search engines improve their ability to…
Publications
…free PDF. Learn More Einführung in Apache Solr The first book on Apache Solr in German. Offers a substantiated and practice-oriented introduction into this search technology. Learn More Solr Enterprise…
…collaboration product Quepid. Building Client-side Search Applications with Solr Presented by Daniel Beach, Search Application Developer, OpenSource Connections Solr is a powerful search engine, but creating a custom user interface…