Subversion Repositories SmartDukaan

Rev

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

Rev 5439 Rev 5525
Line 31... Line 31...
31
    	"F_50010","F_50011","F_50002","F_50001",  "F_50006", "F_50007", "F_50012", "F_50013", "F_50014", "F_50015", "F_50017", "F_50018", "F_50019", "F_50020", "F_50021", "F_50022", "F_50023" };
31
    	"F_50010","F_50011","F_50002","F_50001",  "F_50006", "F_50007", "F_50012", "F_50013", "F_50014", "F_50015", "F_50017", "F_50018", "F_50019", "F_50020", "F_50021", "F_50022", "F_50023" };
32
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity", 
32
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity", 
33
    	"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
33
    	"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
34
    	"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface"
34
    	"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface"
35
    	};
35
    	};
-
 
36
    public static String[] rootfacetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001"};
-
 
37
    public static String[] rootfacetLabels = new String[] {"Category","Sub Category","Price", "Brand"};
36
	private static String getExportPath(){
38
	private static String getExportPath(){
37
		String exportPath=null;
39
		String exportPath=null;
38
		ConfigClient client = ConfigClient.getClient();
40
		ConfigClient client = ConfigClient.getClient();
39
		try{
41
		try{
40
			exportPath = client.get("export_entities_path");
42
			exportPath = client.get("export_entities_path");