Re: Slight issue with classloading and DataImportHandler

2008-06-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
yes Brendan. I got your point. That is the very reason of moving to SolrResourceLoader. From the next patch onwards you will be able to load classes from solr-home/lib . --Noble On Sat, Jun 21, 2008 at 7:51 PM, Brendan Grainger <[EMAIL PROTECTED]> wrote: > Hi Noble, > > Just to be clear. It was no

Re: Talk on Solr - Oakland, CA June 18, 2008

2008-06-21 Thread Tom Hill - Solr
Thanks Brad! Hoss, I've added the link to the wiki. I've got the presentation on slideshare.net working. http://www.slideshare.net/tomhill/an-introduction-to-solr I don't see my comments when I view the presentation online, they are in the .ppt you can download, and they add some more content.

Re: Talk on Solr - Oakland, CA June 18, 2008

2008-06-21 Thread Brad Whitaker
I attended Tom's presentation and thought it was great. I'd be very interested in a link to the slides. Google returns a link for the slides at slideshare.net but unfortunately the link is no good. hossman wrote: > > > Tom: how did your talk go? > > (I would have come by, but I have class on

SpellCheckComponent: No file-based suggestions + Location issue

2008-06-21 Thread Ronald K. Braun
I'm playing with the new code checked in under SOLR-572 (compliments to everyone who worked on that!) and am having a couple of problems. I'm running on Windows under Tomcat 5.5.25. 1. Just in comparison with the old SpellCheckerRequestHandler methodology, when I specified in solrconfig.xml spel

Re: never desallocate RAM...during search

2008-06-21 Thread Chris Hostetter
: Another thing that I found is that although I comment (in solrconfig) all : this options: : > filterCache, queryResultCache, documentCache, enableLazyFieldLoading, : useFilterForSortedQuery, boolTofilterOptimizer : In the stats always appear "caching:true". FYI: that's telling you that the

Re: Slight issue with classloading and DataImportHandler

2008-06-21 Thread Brendan Grainger
Hi Noble, Just to be clear. It was not so that I could refer to my plugin class with solr. that I suggested using SolrResourceLoader, it's that the SolrResourceLoader loads the jars you put in solr-home/lib. If you don't do this you get a ClassNotFoundException. It's pretty well explained

Re: Slight issue with classloading and DataImportHandler

2008-06-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
We plan to use SolrResourceLoader (next patch).. So anyone wishing to plugin their classes can refer the classname with solr.. --Noble On Sat, Jun 21, 2008 at 3:06 AM, Chris Hostetter <[EMAIL PROTECTED]> whi rote: > > : But we still prefer the usage of DIH package classes without any prefix. > :