Re: Facet query throws NullPointerException when the facetqueries response is null in QueryResponse object

2009-09-25 Thread jrduncans
ww.nabble.com/Facet-query-throws-NullPointerException-when-the-facetqueries-response-is-null-in-QueryResponse-object-tp25492240p25617752.html Sent from the Solr - Dev mailing list archive at Nabble.com.

Re: Facet query throws NullPointerException when the facetqueries response is null in QueryResponse object

2009-09-17 Thread Yonik Seeley
( "facet_queries" > ); > if(fq!= null) > { > for( Map.Entry entry : fq ) { >      _facetQuery.put( entry.getKey(), entry.getValue() ); >    } > } > -- > View this message in context: > http://www.nabble.com/Facet-query-throws-NullPointerException-when-the-facetqueries-respon

Facet query throws NullPointerException when the facetqueries response is null in QueryResponse object

2009-09-17 Thread Raju444us
Map.Entry entry : fq ) { _facetQuery.put( entry.getKey(), entry.getValue() ); } } -- View this message in context: http://www.nabble.com/Facet-query-throws-NullPointerException-when-the-facetqueries-response-is-null-in-QueryResponse-object-tp25492240p25492240.html Sent from the Sol