Search Results: 'solr'

…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…

…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…

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…