Re: Editing solr update handler sub class

2012-06-25 Thread Shameema Umer
Thanks. I built a plugin to resolve the overwrite dupes issue. On Thu, Jun 21, 2012 at 5:58 PM, Erick Erickson wrote: > H. I think you would have a _far_ easier time of this just getting > all the source code, modifying the relevant source, and then just > issuing an "ant dist" (or "ant exam

Re: Editing solr update handler sub class

2012-06-21 Thread Erick Erickson
H. I think you would have a _far_ easier time of this just getting all the source code, modifying the relevant source, and then just issuing an "ant dist" (or "ant example" if you wanted to try it). There are other targets that will package up the whole thing just like you would get it from the

Re: Editing solr update handler sub class

2012-06-20 Thread irshad siddiqui
Hi, Jar file are located in dist folder . check ur dist folder or you can check your solrconfig.xml file where you will get jar location path. On Thu, Jun 21, 2012 at 9:47 AM, Shameema Umer wrote: > Can anybody tell me where are the lucene jar files > org.apache.lucene.index and org.apache.

Re: Editing solr update handler sub class

2012-06-20 Thread Shameema Umer
Can anybody tell me where are the lucene jar files org.apache.lucene.index and org.apache.lucene.search located? Thanks Shameema On Wed, Jun 20, 2012 at 4:44 PM, Shameema Umer wrote: > Hi, > > I decompiled DirectUpdateHandler2.class to .java file and edited it to > suit my requirement to stop ov