Method toMultiMap(NamedList params) in SolrParams

2009-01-23 Thread Hana
{ // currently no reason not to use the same array result.add(name,values); } } return result; } Cheers Hana -- View this message in context: http://www.nabble.com/Method-toMultiMap%28NamedList-params%29-in-SolrParams-tp21626588p21626588.html Sent from

Query Parsing in Custom Request Handler

2009-01-16 Thread Hana
not not understand why the previous is not working when the boolean query is totally the same except for the 'Z' char for dates string. But as the simple query works it don't seems to be the reason of not working of the complex query. Cheers Hana Here's the code of the RequestHandler: public

Re: Query Parsing in Custom Request Handler

2009-01-16 Thread Hana
Sorry to all, there was a terrible bug in my code. I should have checked whether the query was changed by (q.toString().equals(newQuery.toString()) instead of (q != newQuery)! Hana wrote: Hi I need a help with boolean queries in my custom RequestHandler. The purpose of the handler

Date Format in QueryParsing

2009-01-16 Thread Hana
= p.get(CommonParams.Q); Query q = QueryParsing.parseQuery(query, req.getSchema()); log.debug(q.toString()); // output the dates in -MM-dd'T'HH:mm:ss format Cheers! Hana -- View this message in context: http://www.nabble.com/Date-Format-in-QueryParsing-tp21505639p21505639.html Sent from