How to update the Aapache Solr's stopword.txt file using Php-Solr -
i using solr in application , want ignore of search queries "country", "black friday", "cine" etc. want return nothing if encounters such queries strings.
i can add phrases in stopword.txt file in solr don't want add directly. there methods, functions in php-solr can add using php script?
there view site admin can add/delete list of phrases & i'll add/remove terms using php script.
you should solr 4.8+ features of managed synonym , stopword filter factories. these provide rest api managing content of these dictionaries.
Comments
Post a Comment