Re: Solr advanced StopFilterFactory

2015-05-28 Thread Timothy Potter
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 conte

Re: Solr advanced StopFilterFactory

2015-05-28 Thread Alessandro Benedetti
; > > 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 Sol

Re: Solr advanced StopFilterFactory

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

Re: Solr advanced StopFilterFactory

2015-03-27 Thread sylkaalex
text: http://lucene.472066.n3.nabble.com/Solr-advanced-StopFilterFactory-tp4195797p4195855.html Sent from the Solr - User mailing list archive at Nabble.com.

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

Solr advanced StopFilterFactory

2015-03-27 Thread Alex Sylka
We need advanced stop words filter in Solr. We need stopwords to be stored in db and ability to change them by users (each user should have own stopwords). That's why I am thinking about sending stop words to solr from our app or connect to our db from solr and use updated stop words in custom Sto