Thank you so much Ahmet :) With Regards Aman Tandon
On Wed, May 27, 2015 at 1:29 AM, Ahmet Arslan <iori...@yahoo.com> wrote: > Hi Aman, > > Start with creating a jira account and vote/watch that issue. > Post on the issue to see if there is still interest on this. > Declare that you will be volunteer and ask kindly for guidance. > Creator of the issue or one the watchers may respond. > Try to digest ideas discussed on the issue. Rise yours. Collaborate. > Don't get discouraged if nobody responds, please remember that committers > are busy people. > > If you have implement something you want to share, upload a patch : > https://wiki.apache.org/solr/HowToContribute > > Good luck, > Ahmet > > > > On Tuesday, May 26, 2015 7:47 PM, Aman Tandon <amantandon...@gmail.com> > wrote: > Hi Ahmet, > > Can you please guide me to contribute for this *issue*. I haven't did this > before. > > So I need to know...what should I need to know and how should I start..what > IDE or whatever you thought is need to know for a novice. I will be > thankful to you :) > > With Regards > Aman Tandon > > > On Tue, May 19, 2015 at 8:10 PM, Aman Tandon <amantandon...@gmail.com> > wrote: > > > That link you provided is exactly I want to do. Thanks Ahmet. > > > > With Regards > > Aman Tandon > > > > On Tue, May 19, 2015 at 5:06 PM, Ahmet Arslan <iori...@yahoo.com.invalid > > > > wrote: > > > >> 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 > >> > > >> > > > > >