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.
( "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
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