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

Can SOLR custom analyzer access another field's value?

2015-03-27 Thread Alex Sylka
I am trying to write a custom analyzer , whose execution is determined by the value of another field within the document. For example if the locale field in the document has 'de' as the value, then the analizer would use the German set of tokenizers/filters to process the value of a field. My que

Stopwords magic

2015-03-31 Thread Alex Sylka
My stopwords don't works as expected. Here is part of my schema: