Re: Custom Request handler Error:

2009-06-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
register your handler in some other name and fire a request to that On Fri, Jun 12, 2009 at 8:07 PM, noor wrote: > I solved this NullPointerException, by the following changes. > > In java code: > public void handleRequestBody(SolrQueryRequest request, SolrQueryResponse > response) throws Exceptio

Re: Custom Request handler Error:

2009-06-13 Thread noor
Yes, i changed requestHandler name as, . Then also, In statistics page, my custom handler under QueryHandler's request count remains 0. It shows that, the webrequest is not coming to my class Noble Paul wrote: register your handler in some other name and fire a request to that On Fr

Re: Custom Request handler Error:

2009-06-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
register is as follows the request must be made to the uri "/custom" only then the requests would come to your handler On Sat, Jun 13, 2009 at 5:49 PM, noor wrote: > Yes, i changed requestHandler name as, > > . > > Then also, > In statistics page, my custom handler under QueryHandler's requ

Re: Replication problems on 1.4

2009-06-13 Thread Yonik Seeley
2009/6/13 Noble Paul നോബിള്‍ नोब्ळ् : > if you removed the files while the slave is running , then the slave > will not know that you removed the files (assuming it is a *nix box) > and it will serve the search requests. Hmmm, but for pulling a snapshot, it looks like we do verify that the file s

Re: Custom Request handler Error:

2009-06-13 Thread noor
Yes, i changed "custom" into "/custom", now it calls my class. But, in browser, It shows Null RequestHandler null. So, i need to accept my changes by solr. For that, what i need to do, pls guide me to acheive this. Noble Paul wrote: register is as follows the request must be made to the uri

Re: Replication problems on 1.4

2009-06-13 Thread Phil Hagelberg
Noble Paul നോബിള്‍ नोब्ळ् writes: > if you removed the files while the slave is running , then the slave > will not know that you removed the files (assuming it is a *nix box) > and it will serve the search requests. But if you restart the slave , > it should have automatically picked up the cur

Re: Joins or subselects in solr

2009-06-13 Thread Grant Ingersoll
Hi Nasseam, You might be able to do this with the MoreLikeThis capability, but I'm not 100% sure. It would likely take some custom work as well. -Grant On Jun 12, 2009, at 6:43 PM, Nasseam Elkarra wrote: Hello, I am storing items in an index. Each item has a comma separated list of rel

Re: can Trie fields be stored?

2009-06-13 Thread Grant Ingersoll
I'd just change it to true and see what happens. It won't break anything. -Grant On Jun 11, 2009, at 10:50 PM, Peter Wolanin wrote: Looking at the new examples of solr.TrieField http://svn.apache.org/repos/asf/lucene/solr/trunk/example/solr/conf/schema.xml I see that all have indexed="tru