Hi all, I made some test and now I'm able to use keepwords for searching some common "brands" name in the docs I have in my index. I have docs with only two fields: - a title - a categoryId The tests I made right now were based on videogame related rows, so I have a keepwords.txt containing words like "nintendo", "playstation" and so on.
Now I want to intruct solr to use a different keepword file depending on the categoryid value specified. So, for docs with categoryid=1 (videogame) I'd like to use keepwrods1.txt (the one with nintendo, playstation, etcetc) but id categoryid=2 (cars) I'd like to use keepwords2.txt (another file containg bmw, audi, etcetc) can someone help me? Regards Leo -- View this message in context: http://lucene.472066.n3.nabble.com/set-keepword-file-to-be-used-based-on-a-field-value-tp4175474.html Sent from the Solr - User mailing list archive at Nabble.com.