Questions tagged [search-suggestion]

A search suggestion can be made by a search engine when it discovers that the enduser entered poor or unknown keywords. The search engine will then suggest better keywords as in "Don't you mean [keywords]?".

314 questions
0
votes
0 answers

How to add AI based suggestions in android custom keyboard app

I'm trying to develop custom android keyboard app. I have seen many examples on Github. Building a keyboard is not a problem but adding AI based suggestions is a problem and I could not find any good example for implementing AI based suggestions in…
0
votes
0 answers

Filter Solr suggestions using context filter query based on one field

My index consists of documents that can contain a field named rei. I currently have a suggester setup with the following config: contSuggester
cdaveau
  • 129
  • 1
  • 7
0
votes
0 answers

AWS OpenSearchException: Request failed: [parse_exception] missing suggestion object

Hej, I am currently implementing a service which calls an OpenSearch Domain for suggestions but I am currently receiveing the follwing exception: org.opensearch.client.opensearch._types.OpenSearchException: Request failed: [parse_exception] missing…
0
votes
0 answers

autocomplete with ngrams generates duplicates

I am writing an autocomplete feature in solr. Ideally autocomplete would display suggestions if target occurs in any of the words, but prefer exact match over KeywordTokenzierFactory ngram edge match, KeywordTokenzierFactory ngram edge match over…
sanjihan
  • 5,592
  • 11
  • 54
  • 119
0
votes
0 answers

Looking for ideas on a configurable table with functionality modules

I am looking for suggestions as I am developing an app which provides table configurability and when clicking on a particular cell, it would redirect you to a page containing a particular set of Database Records. I was wondering if there are any…
Jmljk2003
  • 11
  • 2
0
votes
0 answers

suggestions are no longer automatic. What should I do to have it automatically converted again?

vscode suggestion doesn't work. Settings are not open. Suddenly, predictive conversion is no longer possible, and the TAB completion function is no longer available. I opened the settings and fiddled with suggestions, but nothing changed. I want the…
0
votes
0 answers

Angularjs function is working only once and on refresh

This AngularJs function works only when the page loads for the first time and when I refresh it will work and when I go to other page and come back to this page it will not work. I need this function to work even when I visit back from other…
0
votes
0 answers

Suggestion Box not closed after select the options in Flutter search field?

Suggestion Box not closed after select the options in Flutter search field?
0
votes
0 answers

Suggest Feature in Elastic Search

I am trying to implement suggest feature - Suggest Usage | Elasticsearch .NET Client [8.4] | Elastic 1 for handling misspelled words in my search implementation. My search query is executed across multiple indices but while trying to use the suggest…
0
votes
1 answer

Elastic Search autocomplete/ partial matching for combines fields

I have my data in vehicle index: { "mappings": { "properties": { "@timestamp": { "type": "date" }, "@version": { "type": "text", "fields": { "keyword": { "type": "keyword", …
Saurabh Sharma
  • 4,894
  • 2
  • 15
  • 14
0
votes
1 answer

SAPUI5 Suggestion Popup doesn't appear

I'm trying to make a SAPUI5 Input have live suggestions when the user types.
carmaikol
  • 17
  • 5
0
votes
0 answers

How to add event listener for datalist options

Can someone please tell me why my code doesn't work? In particular, clicking on the option does not work let apiUrl = 'https://jsonplaceholder.typicode.com/todos'; // for test let input = document.querySelector('.address'); let dataList =…
0
votes
1 answer

Remove Specific Search-Suggestion in Firefox

Firefox 95.0 I want to remove a specific suggestion only. I have removed the related entry from my firefox history already. I have restarted firefox. The suggestion won't cease to exist. I have disabled all history related search suggestions. I…
Semnodime
  • 1,872
  • 1
  • 15
  • 24
0
votes
2 answers

How to return entire document for spell check suggestions instead of just spelling suggestion keyword in the Solr reponse

I'm getting correct response when I searched for "jira" and when I searched for "jirx" I'm getting below response. Is there anyway to fetch entire document in the solr response instead of just suggestion? { "responseHeader":{ "status":0, …
Venkat
  • 31
  • 3
0
votes
1 answer

SharePoint Online - Search box is not showing suggestions

I want to enable suggestions in global search box and search page search box. Steps I followed : Go to the More features page of the new SharePoint admin center, and sign in with an account that has admin permissions for your organization. Under…