Hi, my problem is as follows: my request handler's code filters = null; DocListAndSet docs_main = searcher.getDocListAndSet(query, filters, null, start, rows, flags); String querystr = query.toString(); rsp.add("QUERY_main", querystr);
gives zero responses: <str name="QUERY_main">((text:Travel text:Home text:Online_Archives text:Ireland text:Consumer_Information text:Regional text:Europe text:News text:Complaints text:CNN.com text:February text:Transport text:Airlines)^0.3)</str> <result name="response" numFound="0" start="0" maxScore="0.0" /> While copying the "QUERY_main" string into Solr admin returns full of them: <str name="q"> (text:Travel text:Home text:Online_Archives text:Ireland text:Consumer_Information text:Regional text:Europe text:News text:Complaints text:CNN.com text:February text:Transport text:Airlines)^0.3 </str> <str name="rows">10</str> <str name="version">2.2</str> </lst> </lst> − <result name="response" numFound="71584" start="0"> Please help me understand what's going on, I'm a bit confused atm. Thanks :-) -- View this message in context: http://www.nabble.com/custom-handler-results-don%27t-seem-to-match-manually-entered-query-string-tp15544268p15544268.html Sent from the Solr - User mailing list archive at Nabble.com.