Subversion Repositories SmartDukaan

Rev

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

Rev 11787 Rev 11833
Line 84... Line 84...
84
 
84
 
85
	public PriceInsertor() throws Exception{
85
	public PriceInsertor() throws Exception{
86
        creator = new PojoCreator();
86
        creator = new PojoCreator();
87
        csc = new CatalogClient();
87
        csc = new CatalogClient();
88
        client = csc.getClient();
88
        client = csc.getClient();
89
        privateDealsMap = client.getAllActivePrivateDeals(null,1);
89
        privateDealsMap = client.getAllActivePrivateDeals(null,0);
90
	}
90
	}
91
	
91
	
92
	public void copySolrSchemaFiles() throws IOException{
92
	public void copySolrSchemaFiles() throws IOException{
93
		String source = Utils.EXPORT_PATH + "xml/final/irmetadata_solrschema.xml";
93
		String source = Utils.EXPORT_PATH + "xml/final/irmetadata_solrschema.xml";
94
		String destination = Utils.EXPORT_PATH + "solr/irmetadata_solrschema.xml";
94
		String destination = Utils.EXPORT_PATH + "solr/irmetadata_solrschema.xml";