…seen in production Let’s look at a couple of examples, both based on real-world situations: Search is managed by a partner In company A, the Solr search engine cluster is…
…image vector data: <field name=”product_vector” type=”knn_vector” indexed=”true” stored=”true”/> <field name=”product_image_vector” type=”knn_vector” indexed=”true” stored=”true”/> <fieldType name=”knn_vector_768″ class=”solr.DenseVectorField” vectorDimension=”768″ similarityFunction=”cosine” knnAlgorithm=”hnsw”/> <fieldType name=”knn_vector_384″ class=”solr.DenseVectorField” vectorDimension=”384″ similarityFunction=”cosine” knnAlgorithm=”hnsw”/> The CLIP model from OpenAI…
Scott Stults
…He has implemented Multi-Level Security (MLS) in a Lucene-based environment and is working with the Solr community to develop best practices for securing Solr. As a co-founder of OpenSource Connections,…
…the path to recruiting some great search people. HR put together a job specification something like this: 7 years or more search engine implementation experience Have implemented Solr or Elasticsearch…
Do you have location data in your Solr index? Are you making use of it? A typical thing that comes to mindwhen thinking about search results is a list of…
…conference, and the vibe has historically been very Solr, but fairly generally oriented at text search in general. As consultants who work with both Solr and Elasticsearch, we are asked…
Cisco
…outside of what we normally see with Solr. Solr has become a cornerstone for full-text search, but it turns out to be very fast and well-suited as a general analytics…
While debugging the functionality of a new query parser, I had the rare opportunity to dig deep into Solrs search scoring code. I ended up learning a ton about how…
I am a big proponent of Solr and Elasticsearch search engines BUT… … they are frameworks. A bag of tools. I can teach you how they fit together in half…
…the much smaller committer community of 1! The competition is keeping Solr honest. Mark Miller gave a big pitch for the RandomizedTesting which is an extraction of Solr/Lucenes awesome unit…
…a search engine that works well. Do you want to prevent this from happening to your search engine? Take a look at our Adopting Solr Workshop and other Solr services….
…user. Solr provides an easily managed method of dealing with misspellings and synonyms, although this is only the first step of many to take. Here is an example of a…