Search most common phrases by part of phrase

2015-01-29 Thread sylkaalex
I have not trivial task and want to understand if Solr is right instrument to solve it . Simplified example: i have search field on my site for searching by product description. and next descriptions in mysql db: Id Desc 1 this is my test document number one. also checking search within

Re: Can SOLR custom analyzer access another field's value?

2015-03-28 Thread sylkaalex
My main goal creating custom stop word filter which will connect to my db and get stopwords list which will be different for each user. This filter will be attached to deal_title field and during indexing my documents I need to know which user is owner of this document (I can get this info from

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: