…readiness Choose models, vector databases and APIs to suit your needs and capabilities Implement data pipelines and transformations to feed AI the high quality data it needs Create AI Proofs…
…so powerful. The power of ths technique is heavily related to another common pattern in both Solr and Elasticsearch – custom all fields. Both of the solutions solve similar problems,…
…Elasticsearch support, and what is the best way to take advantage of it? Elasticsearch supports three kinds of caches: the node query cache, the shard request cache, and the field…
…own particular odd statistics. Tucker is a fairly rare first name, but common last name. Bob is a very common first name but rare last name. We’d like to combine…
…And I’m not convinced Elasticsearch/Solr are nescsarilly bad for large scale search use cases. Of course Solr and Elasticsearch are catching up! Solr and Elasticsearch have a learning to rank…
…run multiple containers together? Within Quepid we run an Elasticsearch service listening for searches against a couple of sample datasets. This service is composed of three distinct components each wrapped…
…of them with Elasticsearch. The tasks are fairly simple, installing JRE, downloading and installing Elasticsearch, installing Elasticsearch plugins. The last task copies over the Elasticsearch configuration file on our local…
…straight-forward match queries. The latter is a function score query that just returns a movie’s rating which has no relationship to the search keywords. from elasticsearch import Elasticsearchkeywords=”rambo”titleSearch = {…
…materials – but “you get what you pay for” applies here. Vendor training Several vendors offer training courses, obviously focused on their own technology. Elastic offers courses on Elasticsearch for…
…= Dir.glob(“/Users/epugh/Documents/code/www.somesite.com/**/*.{html,htm}”)files.each do |file|path_ends_at = file.index(“www.somesite.com“)unless path_ends_at.nil?puts(“Processed #{count} of #{files.size}”) if count % 100 == 0url = “http://#{file[path_ends_at,file.size]}”title, content = parse_html(file, title, content)puts “Bad Content:#{!page_content.blank?} #{url} #{title}”beginsolr.add :id=> url, :url=>url,…
…HTTP web interface and schema-free JSON documents. Organisations using Elasticsearch include Slack, Netflix and Uber. Elasticsearch is a trademark of Elasticsearch BV, registered in the U.S. and in other countries….
…Like autocomplete, spellchecking in Elasticsearch or Solr is typically done with a suggest component, to produce a Did-You-Mean style spell correction suggestion in the search interface. This works well to…