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
2 answers

How can i get Auto Suggestion Bulb in intellji when hover over the widget in Flutter?

I'm using IntelliJ IDEA (Educational Version 2019.3) IDE for the flutter Development. A few days before I got widget suggestions like this While to hover over the widget Now Today I can't find this suggestion bulb, How can I enable this?
FGH
  • 2,900
  • 6
  • 26
  • 59
0
votes
1 answer

Adding limit of items displayed in suggestions

I am using this pattern to create list of live suggestions. ( https://www.w3schools.com/howto/howto_js_autocomplete.asp ). Do you have any idea how can I limit suggested items to 5? I dont wanna see list of 100 items displayed because they match…
0
votes
1 answer

Implement Suggestions & Spell check in full-text search Using Query builder in AEM

While implementing full-text search Using Query builder in AEM-6.4, I need to add feature for spell check and suggestion. Is there any way to implement this using predicate map properties in Query builder, Indexing etc Updated: Code snippet -…
0
votes
1 answer

How to differentiate action for SearchView submit based on Fragment?

I have multiple fragments in my app. I want to add search function to may app. When i add search view in toolbar, the listener is in MainActivity. The problem is when i submit the query, the action for every fragment is same. Can i differentiate the…
0
votes
0 answers

Is it possible to export the indexed data that Solr creates from feed and later use it in python program?

I am trying to write a data-driven spell correction component, which uses the edit distance algorithm to get an initial list of suggestions (alternatives) corresponding to each token. I can think of two ways to do this: 1. Export the inverted index…
Saurav Malani
  • 181
  • 1
  • 4
0
votes
1 answer

How can we measure the performance of azure search suggest API for 100 concurrent users?

I have implemented autosuggestion feature in my application and I am using azure search suggest service for providing suggestion. It's working fine for me but I am not sure what will be the impact after making it live when around 100 users will use…
0
votes
1 answer

Solr - configuration suggestions search substring

I'm using solr 7.5 to do some suggestions with "/suggester" on categories. This is used for the autocomplete function with solr integration. Indexed items: "Roof" "Roof Panels" "Sandwich Panels" Expected behaviour Search: "roo" -> Result:…
divs
  • 1
0
votes
1 answer

Suggestions on Framework/API to create social graph and cross reference relationships

Short Question Description I have to develop an application for a security company that will store cases of harassment to their clients and cross reference any case with other cases if it detects it is the same person that is attacking them. These…
0
votes
0 answers

Android - How to add custom word prediction? (Pinyin Like)

I develop an app in local language (Khmer) and I want to provide word predictions (En -> KH) for users when they type Roman on EditText it would suggest words in Khmer. I have check personal dictionary, but it's not available anymore in Android 8.…
0
votes
1 answer

Getting all data using suggest in ElasticSearch

Lets say i have a DB with 2 fields - name and age. I am using a suggest query for the name, but I would like to get the age in same request. For example want the next query to return the age as well - query = { 'suggest': { 'my_suggestion': { …
rullll
  • 23
  • 6
0
votes
1 answer

Search ElasticSearch / Nest - Address Suggestion Api with Category Filter

The user who calls my Rest API must be able to specify the type of place and then have a placename suggestion. The placetype must be exact while the placename search uses all the potential of the elaticsearch search. I'm using NEST (latest nuget…
0
votes
0 answers

Android : No Activity found to handle Intent in ContentProvider context

After searching a lot on the web, including stackoverflow, I still cannot resolve my problem : an activity cannot start because it does not find the required information for the intent. Context While searching for songs information in an xml file…
0
votes
0 answers

SearchView Suggestions

I'm working with SearchView but I would like to add suggestions. Any help ? Here's part of my code public void recherche(String texte){ Query mQuery=…
0
votes
1 answer

Elasticsearch prefix suggestion?

How is it possible to get term suggestions by prefix, I have the name field. I have three records: sitting in the mid of the place making the minimum job done canal mib gone I want to be able to get the word minimum as a suggested term when I type…
0
votes
1 answer

How can my app appear in mobile safari URL bar as a app store suggestion (like slack)?

What technical requirements or methods do I need to implement to make my app appear in the URL browser under "app Store" suggestions in safari? This is what happens if I am typing in "slack" straight into the url bar of safari. It also appears if I…