Subversion Repositories SmartDukaan

Rev

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

Rev 8354 Rev 9840
Line 34... Line 34...
34
public class SearchController extends BaseController {
34
public class SearchController extends BaseController {
35
 
35
 
36
	private static final long serialVersionUID = -8392433517042806559L;
36
	private static final long serialVersionUID = -8392433517042806559L;
37
	private static Logger log = Logger.getLogger(Class.class);
37
	private static Logger log = Logger.getLogger(Class.class);
38
 
38
 
-
 
39
	private static HashMap<String, List<String>> categoriesChildren = null;
-
 
40
	private static Map<Long, String> categoryLabelMap = null;
-
 
41
 
39
	private List<String> results;
42
	private List<String> results;
40
	private Map<String, Double> dynamicSearchMap;
43
	private Map<String, Double> dynamicSearchMap;
41
 
44
 
42
	/**
45
	/**
43
	 * 
46
	 * 
Line 65... Line 68...
65
	private long beginIndex = 0;
68
	private long beginIndex = 0;
66
	private String url;
69
	private String url;
67
	private String priceUrl = "?";
70
	private String priceUrl = "?";
68
	private String sortUrl;
71
	private String sortUrl;
69
	private String location;
72
	private String location;
70
	private static HashMap<String, List<String>> categoriesChildren = null;
-
 
71
	private static Map<Long, String> categoryLabelMap = null;
-
 
72
	
73
	
73
	/**
74
	/**
74
	 * 
75
	 * 
75
	 * @return
76
	 * @return
76
	 * @throws UnsupportedEncodingException
77
	 * @throws UnsupportedEncodingException