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]?".
Questions tagged [search-suggestion]
314 questions
0
votes
1 answer
Elasticsearch phrase suggester prefix phonetic differences
I was wondering if there is any way for the phrase suggester to correct prefix spelling mistakes on phonetic differences.
Elasticsearch 5.1.2
Testing in Kibana 5.1.2
For Example:
Instead of "circus" someone wrote "sircus", or instead of "coding"…

fexon
- 41
- 5
0
votes
0 answers
Android search view auto suggest clicked bring related data
I know there is a lot of solutions suggested and most of them i got understand them clear use AutoCompleteTextView and i want usesearch view as small developer i try to find the solution to fit my goal , i have php script that bring these json data…

f2k
- 99
- 11
0
votes
1 answer
Xcode: How to list all the methods for a variable?
On Intelli j you simply write
Integer num=1;
num.
with a dot after the variable, then it shows a list of all method for the object num.
How to get the same feature on xcode?

user3290180
- 4,260
- 9
- 42
- 77
0
votes
0 answers
A program that asks for a string and reads a directory to find all the files that start with that string
This is a project for a class. My partner and I have been working on it for awhile and seem to be a bit stuck. The assignment tasked us to do the following:
Ask user for a directory name.
Ask user for a string of letters that represent the…
0
votes
1 answer
Message in side client visual basic application?
I have a Visual Basic application, and there are a lot of clients using it. Every XX days I make some updates to the source, and after that, I contact every client to tell them that there is a new version of the application.
But I realize that I…

Moises Gonzaga
- 151
- 1
- 17
0
votes
1 answer
How can I get rid of input suggestion?
How to get rid of the suggestion box that appears if you double click on the input field.
autocomplete="off" does not work.
Here's how it looks

amir hanif
- 129
- 4
- 15
0
votes
2 answers
Couldn't get data in suggester even when storeDir getting created by FileDictionaryFactory
This is a follow up question of this question. I have a list of cities onto which I want to implement spell-checker. I have the priorities/weights of these cities with me. I tried implementing a solrsuggester with a FileDictionaryFactory as a base…

diwakarb
- 543
- 2
- 9
- 23
0
votes
1 answer
Elastic completion suggester creating inputs
I have more than 200 000 records so I need to automatically create inputs for complete suggester.
I need to get results also for incorrect order ("Potter Harry" instead of "Harry Potter").
Mapping for suggestion:
"title_suggest":
{
"type":…

tttpapi
- 887
- 2
- 9
- 32
0
votes
1 answer
How to put a custom button into a search suggestions menu?
I searched on the web but found no help regarding this. I would like to put a custom "Advanced Search" button into search suggestions that would guide the user to another activity/fragment. I have a screenshot of it implemented in Google Books…

Fotomaterjal
- 13
- 1
- 4
0
votes
1 answer
Elasticsearch Autocomplete - Completion suggestion from dot & whitespace for matching input
I am trying to create auto-complete suggest based on title (string as "Hunter Game", "Hunter", "HunterGame", "Hunter-Game") and package name (string as "az.com.hsz.hunter.game", "az.com.hsz.hunter-game", "az.com.hsz.hunter_game",…

Vish
- 832
- 7
- 21
0
votes
1 answer
Can't display my custom suggestion using SearchView
I'm using a SearchView and I have added the search feature (that works) and now I'm trying to add a custom suggestion. The provider is created but when i type something query() is never called for some reasons.
Where am I wrong?
Here my…

Marco
- 1
- 1
0
votes
1 answer
Solr suggestions with ContextField: not all objects have that field
So I have a database indexed in solr, and I'm trying to filter the search suggestions(suggester) using ContextField/cfq. What I am trying to do is filter the suggestion queries to either elements that have the context field (a boolean field) set to…

Turtle
- 1
- 4
0
votes
1 answer
JSON Autocomplete source
I have been trying to source search suggestions for Elasticsearch to index via crawled data (using Nutch to crawl sites). I'm getting mixed results and after days of testing and tweaking... I'm asking if there might be a better way to go and source…

user3125823
- 1,846
- 2
- 18
- 46
0
votes
0 answers
Search suggestions strategy
Using Elasticsearch, Nutch and AngularJs to build a small search app and trying to choose a good search suggestion strategy to start. I've been using ES's edge_n_grams on the HTML title and content(body per nutch) which does an ok job. I've recently…

user3125823
- 1,846
- 2
- 18
- 46
0
votes
0 answers
Elasticsearch - use of phrase suggester with field search in query syntax
I am trying to implement "did you mean" feature using the elasticsearch phrase suggester.
It works OK, except when using field search in query syntax.
The query syntax I use is Query String Query
Here is an example of a query:
{
"from" : 0,
…

Lital Kolog
- 1,301
- 14
- 39