sylkaalex <sylkaalex <at> gmail.com> writes: > > The main goal to allow each user use own stop words list. For example user > type "th" > now he will see next results in his terms search: > the > the one > the then > then > then and > > But user has stop word "the" and he want get next results: > then > then and > > -- > View this message in context: http://lucene.472066.n3.nabble.com/Solr- advanced-StopFilterFactory-tp4195797p4195855.html > Sent from the Solr - User mailing list archive at Nabble.com. > >
Hi, Is there any way to get the stopwords from database? Checking options to get the list from database and use that list as stopwords into spellcheck component. Thanks in advance.