…in touch if you’re starting the treacherous journey of moving your site search from one platform to another, whether you need to migrate to Solr or Elasticsearch from a commercial…
…our county was under a tornado warning, with high winds and heavy storms. As the anchors talked, they said that they had checked the Charlottesville Albemarle Airports website, www.gocho.com, to…
…disables term frequencies in scoring but uses phrase matching. Unfortunately, neither Solr or Elasticsearch have the ability to enable positions while disabling term frequencies. The options for Elasticsearch are documented…
…relevance. Using Managed Vocabularies in Elasticsearch So ok, nothing you’ve seen thus far looks like anything that has anything to do with Elasticsearch. I know, sorry for all the setup….
…about Elasticsearch analyzers. Without analyzers, your search engine would be a rather unintelligent string comparison system instead of a smart, powerful search engine. Analyzers are the text-processing pipeline that feed…
…real interaction with Sri in person will be appropriately awkward because of this ;-). Voices of Search https://www.voicesofsearch.com/ https://podcasts.apple.com/us/podcast/voices-search-search-engine-optimization-seo-content/id1432053296 Ben Shapiro hosts this short 15 minute daily podcast, and it…
…particular order, here they are…. Jim Duncan is a Charlottesville area realtor who uses Twitter to communicate with potential clients and the community as a whole about the real estate…
…is all you need: curl -H “Content-Type: application/xml” \ -X POST ‘http://solrhost:8983/solr/collection/querqy/rewriter/commonrules1?action=save’ \ –data-raw ‘{ “class”: “querqy.solr.rewriter.commonrules.CommonRulesRewriterFactory”, “config”: { “rules” : “notebook =>\nSYNONYM: laptop” } }’ As a nice side-effect,…
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…
…to a commercial search engine you’re migrating from, and then compare the ratings with those coming from Solr or Elasticsearch? We chose the Apache licence because it is a very…
…know the landscape of search & AI technology, from open source solutions such as Apache Solr, Elasticsearch & OpenSearch, to vector databases like Weaviate, Qdrant or Vespa, to commercial engines…
…cluster available at search.o19s.com. We attempt to use Angular’s $http service to perform a query against the http://search.o19s.com/solr/core/select endpoint. No results are displaying in the application. When we test the…