Hi ,
I want to change the number of search results , For which i have already changed the dfcfull.properties in WEB-INF/classes folder
current chantes look like below:
# Maximum number of results to retrieve by a query search.
# min value: 1, max value: 10000000
#
dfc.search.max_results = 30000
# Maximum number of results to retrieve per source by a query search.
# min value: 1, max value: 10000000
#
dfc.search.max_results_per_source = 350
Now My question is where can i check that changes are working . I checked the searchresult page which shows "1000+ "results.
either i am doing my changes at wrong place .
or if i am doing it right but checking it at wrong place. or i am doing it right and also checking it at right place and missing something else.
please help me where am i mistaking?