Subversion Repositories SmartDukaan

Rev

Rev 451 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 451 Rev 457
Line 507... Line 507...
507
		// Write it to file
507
		// Write it to file
508
		String irDataFilename = Utils.EXPORT_IR_PATH + "irdata.xml";
508
		String irDataFilename = Utils.EXPORT_IR_PATH + "irdata.xml";
509
		DBUtils.store(irDataXML, irDataFilename);
509
		DBUtils.store(irDataXML, irDataFilename);
510
		
510
		
511
		// Store facet values
511
		// Store facet values
512
		String facetValuesFilename = Utils.ENTITIES_DB_PATH + "facetvalues.ser";
512
		String facetValuesFilename = Utils.CONTENT_DB_PATH + "entities" + File.separator + "facetvalues.ser";
513
		
513
		
514
		Utils.info("this.facetIDFacetValues=" + this.facetIDFacetValues);
514
		Utils.info("this.facetIDFacetValues=" + this.facetIDFacetValues);
515
		DBUtils.store(this.facetIDFacetValues, facetValuesFilename);
515
		DBUtils.store(this.facetIDFacetValues, facetValuesFilename);
516
	}
516
	}
517
	
517