Hi, *Problem Statement: *I want to reload an hash of protwords created by the kstem filter without reloading the whole index core.
*My Thought: *I am thinking to reload the hash by passing a parameter like *&r=1 *to analysis url request (to somehow pass the parameter via url). And I am thinking if somehow by changing the IndexSchema.java I might can pass this parameter though my analyzer chain to KStemFilter. In which I will call the initializeDictionary function to make protwords hash again from the file if *r=1*, instead of making full core reload request. Please guide me, I know question might be stupid, the thought came in my mind and I want to share and ask some suggestions here. Is it possible or not and how can i achieve the same? I will be thankful for guidance. With Regards Aman Tandon