Subversion Repositories SmartDukaan

Rev

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

Rev 5600 Rev 5604
Line 23... Line 23...
23
import org.json.JSONException;
23
import org.json.JSONException;
24
import org.json.JSONObject;
24
import org.json.JSONObject;
25
 
25
 
26
public class MostFrequentlySearchedKeywords implements Serializable{
26
public class MostFrequentlySearchedKeywords implements Serializable{
27
	
27
	
28
	public static final String GOOGLE_SEARCH_DATA_URL = "http://saholic-datalog.appspot.com/jsp/export-search-activity.jsp";
28
	public static final String GOOGLE_SEARCH_DATA_URL = "http://saholic-datastore.appspot.com/jsp/export-search-activity.jsp";
29
	/**
29
	/**
30
	 * 
30
	 * 
31
	 */
31
	 */
32
	private static final long serialVersionUID = 8355859683013334832L;
32
	private static final long serialVersionUID = 8355859683013334832L;
33
	private SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd");
33
	private SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd");