solilogic.blogg.se

Solr suggester vs searching
Solr suggester vs searching









While Google might be able to show stock prices or the weather on its results page – and this answers the searcher’s question – a successful site search usually depends on clicking at least one page. If the searcher doesn’t click on any results, you can bet that the search failed. As described above, if a search yields a “not found” message, you can be sure that it was unsuccessful. There is no simple formula that helps you identify searches where searchers find what they are looking for, but there are a couple of red flags for failed searches:

solr suggester vs searching

What you really want is a combination – you’d like to suggest the more popular searches at the top of the list, but eliminate those that find no results.īut wouldn’t it be best of all if you went further? What is really the best is to suggest popular keywords that actually help searchers find what they are looking for.īut that begs a question: how do you know which searches are successful? Identifying Successful Searches This makes sense, but if a popular word gets no results, it will still be suggested using this method. Suggests the most popular words that searchers enter. You can imagine that when the search box suggests a word to search for and you get no results, that is a frustrating user experience. This is a good idea, because it ensures that you will never get a “not found” – at least one of the pages has the word. Suggests words that are found in the search index. While there are many variations in how each of these components decide which keywords to suggest, there are typically two basic approaches:

solr suggester vs searching

Your site search engine probably does, too.

solr suggester vs searching

Many Solr installations take a simple approach with Solr Suggester, but there are also other ways to implement keyword suggestion in Solr.Įlasticsearch also offers Completion Suggester with similar results. Fortunately, just about every site search engine supports that function, and open source search engines (such as Solr and Elasticsearch) have multiple ways to implement autosuggest – and can allow you some control over how it works.











Solr suggester vs searching