Subversion Repositories SmartDukaan

Rev

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

Rev 12429 Rev 12616
Line 177... Line 177...
177
    		this.minPrice = 0.0;
177
    		this.minPrice = 0.0;
178
    		this.maxPrice = 0.0;
178
    		this.maxPrice = 0.0;
179
    	}
179
    	}
180
    	
180
    	
181
    	this.totalResults = search.getTotalResults();
181
    	this.totalResults = search.getTotalResults();
182
        DataLogger.logData(EventType.PRODUCT_SEARCH, getSessionId(), userinfo.getUserId(), userinfo.getEmail(),
182
//        DataLogger.logData(EventType.PRODUCT_SEARCH, getSessionId(), userinfo.getUserId(), userinfo.getEmail(),
183
                query, Long.toString(Utils.ROOT_CATEGORY), Long.toString(totalResults));
183
//                query, Long.toString(Utils.ROOT_CATEGORY), Long.toString(totalResults));
184
    	return "index";
184
    	return "index";
185
    }
185
    }
186
 
186
 
187
 
187
 
188
    private void setFacet(List<String> fqs, SolrSearchService search) throws Exception{
188
    private void setFacet(List<String> fqs, SolrSearchService search) throws Exception{