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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -