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 use
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.4
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
phrases.