Subversion Repositories SmartDukaan

Rev

Rev 25125 | Rev 25276 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25125 Rev 25126
Line 423... Line 423...
423
		Map<String, String> params = new HashMap<>();
423
		Map<String, String> params = new HashMap<>();
424
		params.put("q", "categoryId_i:6");
424
		params.put("q", "categoryId_i:6");
425
		params.put("group", "true");
425
		params.put("group", "true");
426
		params.put("group.field", "subCategoryId_i");
426
		params.put("group.field", "subCategoryId_i");
427
		params.put("wt", "json");
427
		params.put("wt", "json");
428
		params.put("row", "50");
428
		params.put("rows", "50");
429
		params.put("fl", "subCategoryId_i");
429
		params.put("fl", "subCategoryId_i");
430
		String response = null;
430
		String response = null;
431
		try {
431
		try {
432
			response = rc.get(SchemeType.HTTP, "dtr", 8984, "solr/demo/select", params);
432
			response = rc.get(SchemeType.HTTP, "dtr", 8984, "solr/demo/select", params);
433
		} catch (HttpHostConnectException e) {
433
		} catch (HttpHostConnectException e) {