
Remove duplicated search result items
When the searching some keyword is displaying double or duplicated in the result. As this would be similiar link or article. Hence, it's would be better displayed as single link instead. Below is tips how to optimize search result by removing duplicate items.
1 - Reindex any program and save URLS to file. This is just to get config file.
From the step above, at the end of urls proccessing. You will get a syntax to execute the system command. Example:
shell> /usr/local/mxae/mnogosearch/sbin/indexer -n 110 -i -a -m -f "/tmp/urlsToIndex_0001" /tmp/indexer1.conf
2 - From urls saved, get the url to delete from "/tmp/urlsToIndex_0001":
eg. url to delete "http://10.10.13.4/index.php?hdl=bin&iws=1&ch=ec_re&pg=ec_re_mp&ac=28459&bb=417931 "
command to execute (Syntax):
/usr/local/mxae/mnogosearch/sbin/indexer -C -w -a -u <URL> <configfile>
command to execute (Example):
/usr/local/mxae/mnogosearch/sbin/indexer -C -w -a -u "http://10.10.13.4/index.php?hdl=bin&iws=1&ch=ec_re&pg=ec_re_mp&ac=28459&bb=417931 " /tmp/indexer1.conf
MXAE Release News
MXAE 2.7.5 Released ![]() |
![]() |
Tips & Tricks
MXAE Server - Changing IP(s) ![]() |
![]() |