Top "Search-suggestion" questions

A search suggestion can be made by a search engine when it discovers that the enduser entered poor or unknown keywords.

SAPUI5 sap.m.Input - Suggestion values

How do I enable live suggestions with reading from my odata Service for a single cell in my table? oTable.…

input odata sapui5 search-suggestion
How to implement auto suggest using Lucene's new AnalyzingInfixSuggester API?

I am a greenhand on Lucene, and I want to implement auto suggest, just like google, when I input a …

java autocomplete lucene search-suggestion
Elasticsearch completion suggester on multifield with different weighting

I'm using the Completion Suggester in Elasticsearch to allow partial word matching queries. In my index (products_index), I'd like …

elasticsearch search-suggestion
Configuring Solr for Suggestive/Predictive Auto Complete Search

We are working on integrating Solr 3.6 to an eCommerce site. We have indexed data & search is performing really good. …

search solr lucene search-suggestion
Elasticsearch completion suggest search with multiple-word inputs

Using the Elasticsearch completion suggester I have problems returning multi-word input suggestions matching a one-word query. Example structure: PUT /test_…

elasticsearch autosuggest search-suggestion completion
Android: getSearchableInfo(getComponentName()) returning null?

I'm trying to get suggestions for SearchView. I've implemented a custom content provider for it. I've also referred to this …

android android-searchmanager search-suggestion searchview
SearchView Filtering and Set Suggestions

I am very new to using SearchView. I need a functionality where I have an ActionBar for which I have …

android filtering searchview search-suggestion
Android: How to get search suggestions asynchronously from the web?

I have created a searchable activity. Now, i want to add search suggestions that are taken from web service. I …

android search search-suggestion