Questions tagged [term-suggester]

2 questions
0
votes
1 answer

Solr search response Order : token position based

I want search results document in sorted order of matched token position example: I have following docs: 1. indian institute of technology 2. cultural arts institute 3. institute of Management 4. institute of Arts search query…
0
votes
3 answers

Elasticsearch Term suggester is not returning correct suggestions when one character is missing (instead of misspelling)

I'm using Elasticsearch term suggester for spell correction. my index contains huge list of ads. Each ad has subject and body fields. I've found a problematic example for which the suggester is not suggesting correct suggestions. I have lots of ads…
Code_Worm
  • 4,069
  • 2
  • 30
  • 35