Hi Aman, changing protected words without reindexing makes little or no sense. Regarding protected words, trend is to use solr.KeywordMarkerFilterFactory.
Instead I suggest you to work on a more general issue: https://issues.apache.org/jira/browse/SOLR-1307 Ahmet On Tuesday, May 19, 2015 3:16 AM, Aman Tandon <amantandon...@gmail.com> wrote: Please help or I am not clear here? With Regards Aman Tandon On Mon, May 18, 2015 at 9:47 PM, Aman Tandon <amantandon...@gmail.com> wrote: > 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 > On Tuesday, May 19, 2015 3:16 AM, Aman Tandon <amantandon...@gmail.com> wrote: Please help or I am not clear here? With Regards Aman Tandon On Mon, May 18, 2015 at 9:47 PM, Aman Tandon <amantandon...@gmail.com> wrote: > 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 >