Hello,I know you are all busy getting nutch to 1.0 but I found that in NutchAnalysis.java query stop words are compiled in.
Can we set them outside code or we have to recompile when need to change them?
public class NutchAnalysis implements NutchAnalysisConstants { private static final String[] STOP_WORDS = ...... Thanks, Bartosz