Re: Solr advanced StopFilterFactory

2015-05-28 Thread Rupali
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

Re: Solr advanced StopFilterFactory

2015-05-28 Thread Alessandro Benedetti
As Alex initially specified , the custom stop filter factory is the right way ! So is mainly related to the suggester ? Anyway with a custom stop filter, it can be possible and actually can be a nice contribution as well. Cheers 2015-05-28 13:01 GMT+01:00 Rupali rupali@gmail.com:

Re: Solr advanced StopFilterFactory

2015-05-28 Thread Timothy Potter
Seems like you should be able to use the ManagedStopFilterFactory with a custom StorageIO impl that pulls from your db: http://lucene.apache.org/solr/5_1_0/solr-core/index.html?org/apache/solr/rest/ManagedResourceStorage.StorageIO.html On Thu, May 28, 2015 at 7:03 AM, Alessandro Benedetti

Re: Solr advanced StopFilterFactory

2015-03-27 Thread Erik Hatcher
Alex - that’s definitely possible, with performance being the main consideration here. But since this is for query time stop words, maybe instead your fronting application could take the users list and remove those words from the query before sending it to Solr? I’m curious what the ultimate

Re: Solr advanced StopFilterFactory

2015-03-27 Thread sylkaalex
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: