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
1 answer

need help in apache solr suggester for phrases

i am trying to use suggeter in my application example: I have a documents as below apache solr version 4.2 apache hadoop version 2 cassendra nosql db mysql rdbms if i search for "apa" first two result is shown as suggestion and if the…
Bhuvan
  • 104
  • 9
0
votes
1 answer

Collations are not working fine in Solr

I am working on spell checking in Solr. I have implemented Suggestions and collations in my spell checker component. Most of the time collations work fine but in few case it fails. Working: I tried query:gone wthh thes wnd: In this wnd doesn't…
iNikkz
  • 3,729
  • 5
  • 29
  • 59
0
votes
2 answers

suggestions are not sorting on frequency using comparatorFreq=freq(Not working)

I have created 2 nodes having 2 shards in Solr. I am doing spell correction technique. I want to sort the suggestions of query(abple) on the basis on frequency. By default, it is sorting on score(Levenshtein Distance). I added
iNikkz
  • 3,729
  • 5
  • 29
  • 59
0
votes
1 answer

Solr (Open Solr) suggester results contain punctuation marks

I'm working on a suggester and the results I'm gettig back contain punctuation. For example, when I type "Volcan" I get: "volcanoes", "volcanic", "volcano", "volcano,", <- comma "volcanoes." <- period/full stop Here is the code in the…
Mark Robson
  • 1,298
  • 3
  • 15
  • 40
0
votes
2 answers

GSA Wildcard search and suggestion not working together

I'm using GSA 7.2 version which supports wildcard search but as soon as I enable it then spelling suggestions stop appearing. Please take a look below URL and suggest what should be done so that I start getting it. http://…
0
votes
1 answer

Grails ElasticSearch Plugin - Suggest Query

Is it possible to write a suggest query using the plugin? There's nothing about that in the plugin documentation. If it's possoble, how do I do that? Here's the elasticsearch docs about suggest…
0
votes
2 answers

Solr smart next word Suggester (word that occurs most often)

I am integrating solr with liferay and I want implement smart next word suggester. for eg if title of my documents are following: Solr is best search engine in world Solr is implemented on lucene search engine Solr are lucene used by 80% of…
yadavjpr
  • 36
  • 5
0
votes
3 answers

AngularJS + UI Bootstrap Typeahead implementation issue

I am trying to implement Typeahead using my Web Api controller by adopting to this code, that works fine: HTML
Model: {{result | json}}
0
votes
1 answer

How to use Google suggested queries API in Google Apps Script

Is there a way to use Google suggested queries API in Google Apps Script? If the answer is no, what is be best alternative? My aim is to perform spell correction and semantic aproximation for poor queries keywords of values in a spreadsheet.
craftApprentice
  • 2,697
  • 17
  • 58
  • 86
0
votes
1 answer

How to make Solr suggestion on copyField work?

I don't know why my copyField doesn't work. Here is my schema:
Sean Nguyen
  • 12,528
  • 22
  • 74
  • 113
0
votes
1 answer

Managing visibility of AutoCompleteTextView dropdown

I'd like to use AutoCompleteTextView dropdown to show both history (if no characters have been entered into the textbox) and webservice based suggestions (when at least one character has been entered). The backing Adapter is implemented and…
Klaus Stadler
  • 395
  • 3
  • 17
0
votes
0 answers

Updating Search Suggestions

My app uses a SearchView with custom suggestions. There are some fixed suggestions (recent searches and the like) but other suggestions have to be fetched through an HTTP request and populated once the request has returned. Every time the query text…
themarshal
  • 1,056
  • 1
  • 11
  • 20
0
votes
1 answer

Automatic suggestion for JTextField

My Java application gives user a textbox to input some String data.Domain size of input is around 500 words. I want to give suggestion when user starts typing a word. Something Like Google Automatic suggestion. Any idea how to do that?
cks
  • 83
  • 1
  • 2
  • 9
0
votes
1 answer

Elasticsearch phrase suggester

I would like to use "Phrase Suggester". I've got a problem. When typing "johni depp", it returns several results in this order: john depp johnny depp joann depp johnn depp How can I sort the suggestions using json so that the first result is…
user3253361
  • 31
  • 1
  • 3
0
votes
1 answer

How to get two or more words as suggestions from solr

I've got this problem that I can't solve. Partly because I can't explain it with the right terms. I'm new to this so sorry for this clumsy question. Below you can see an overview of my goal. I'm using Magento CE 1.7.0.2 & Solr 4.6.0. Here you can…
Naresh
  • 681
  • 2
  • 12
  • 39