…expensive to manage, and dont offer the features that Solr does. Were going to be busy for a long time helping companies move from pure Lucene based search to Solr!…
…tolerance) DougTrun A query-time lemmatizer, and more… It’s like instead of search, you have autocomplete on steroids. Couple this with saner default ranking than Elasticsearch or Solr, and you’re left…
…synonyms in Solr, well walk through some of the pain points, and then well propose possible resolutions. Solr Synonyms – Back to Basics In principle, synonym mapping is not that…
…and Solr cores and keeps them in sync over time. Trireme exposes tasks for developers that automate the generation new Solr core configuration files and Cassandra migrations. How does Trireme…
…end lengths of the original text, even if we change the size of the token: <analyzer> <tokenizer class=”solr.StandardTokenizerFactory”/> <filter class=”solr.PatternReplaceFilterFactory” pattern=”α” replacement=”alpha”/> </analyzer> If our users will be commonly searching…
…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…
…Secure Solr Integrate a host of technologies with Solr from the server side to client-side JavaScript, to frameworks like Drupal Scale Solr using replication, distributed searches, and tuning Working with…
…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…
When you want to boost on recency of content (ie more recently published documents before older ones), the Solr function query documentation gives you a basic date boost: boost=recip(ms(NOW,mydatefield),3.16e-11,1,1) This…
…launched! David and I did a big rewrite of the book from Solr 1.4 to Solr 3.x, trying to make it a more coherent story. But for Solr 4, we…
In complex Solr relevance work, I find I create a fair amount of function queries to boost & balance results. Solr function queries look like Excel queries from hell. Trying…
From the Meetup site: Well look at the thriving Ruby ecosystem that has grown up around integrating with Solr. From Ruby gems that integrate with Solr like solrb and rsolr,…