Re: Spell check with data from database and not from english dictionary

2020-02-24 Thread Paras Lehana
Just asking here. What are community's experiences regarding using spellcheck with external file against Synonym filter for exact matches? On Wed, 29 Jan 2020 at 17:28, seeteshh wrote: > Hello Jan > > Let me work on your suggestions too. > > Also I had one query > > While working on the spell

Re: Spell check with data from database and not from english dictionary

2020-01-29 Thread seeteshh
Hello Jan Let me work on your suggestions too. Also I had one query While working on the spell check component, I dont any suggestion for the incorrect word typed example : In spellcheck.q, I type "Teh" instead of "The" or "saa" instead of "sea" "responseHeader":{ "status":0,

Re: Spell check with data from database and not from english dictionary

2020-01-28 Thread Jan Høydahl
You could create a job in your application that generates a new spellcheck dictionary from DB every day and upload it to Zookeeper, then calling RELOAD on the collection(s). Or you could start investigating a ManagedSpellchecker implementation of the spellcheck component that exposes a REST API

Re: Spell check with data from database and not from english dictionary

2020-01-27 Thread seeteshh
Hello Alessandra Thanks for your post. Thats what I am concerned about generating a file or reindexing as the data in the database will keep on changing (adding or updating). Can you share any links where it is configurable on Solr 8.4? Regards, Seetesh Hindlekar - Seetesh Hindlekar --

Re: Spell check with data from database and not from english dictionary

2020-01-23 Thread Alessandro Benedetti
Hi Seetesh, As you can see from the wiki [1] there are mainly two input sources for a spellcheck dictionary: 1) a file 2) the index (in a couple of different forms) If you prefer the file approach, it's your call to produce the file and you can certainly use whatever you like to fill the data. It

Spell check with data from database and not from english dictionary

2020-01-22 Thread seeteshh
Hello all, Can the spell check feature be configured with words/data fetched from a database and not from the English dictionary? Regards, Seetesh Hindlekar - Seetesh Hindlekar -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html