On 3/27/2015 8:10 AM, phi...@free.fr wrote: >> You must send indexing requests to Solr, > > Are you referring to posting <add>....</add> queries to SOLR, or to something > else? > >> If you can set up multiple threads or processes... > > How do you do that?
Yes, I am referring to posting requests to the /update handler. Since you would be writing the program, making it multithreaded or multi-process is up to you and the features of the language you are writing in. >> https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.LengthFilterFactory > > Can you update the stopwords.txt file, and then re-index the documents? > > How? http://wiki.apache.org/solr/HowToReindex Thanks, Shawn