Subversion Repositories SmartDukaan

Rev

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

Rev 25380 Rev 25386
Line 15... Line 15...
15
 
15
 
16
import com.spice.profitmandi.common.enumuration.SchemeType;
16
import com.spice.profitmandi.common.enumuration.SchemeType;
17
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
17
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
18
import com.spice.profitmandi.common.web.client.RestClient;
18
import com.spice.profitmandi.common.web.client.RestClient;
19
 
19
 
20
@Service
20
@Service("solrServiceCommon")
21
public class SolrService {
21
public class SolrService {
22
	public String getContent( String queryTerm) throws Exception {
22
	public String getContent( String queryTerm) throws Exception {
23
		RestClient rc = new RestClient();
23
		RestClient rc = new RestClient();
24
		Map<String, String> params = new HashMap<>();
24
		Map<String, String> params = new HashMap<>();
25
		List<String> mandatoryQ = new ArrayList<>();
25
		List<String> mandatoryQ = new ArrayList<>();