- fixed language and heuristic modifier
- added hint to crawl start that we can do also ftp and smb crawls
- added a protocol extension to remote crawls to transport all search modifiers to remote peers
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8108 6c8d7289-2bf4-0310-a012-ef5d649a1542
<dd>only urls with the <phrase> in the url</dd>
<dd>only urls with the <phrase> in the url</dd>
<dt>filetype:<ext></dt>
<dt>filetype:<ext></dt>
@ -171,39 +163,64 @@
<dd>only pages with as-author-anotated <author></dd>
<dd>only pages with as-author-anotated <author></dd>
<dt>tld:<tld></dt>
<dt>tld:<tld></dt>
<dd>only pages from top-level-domains <tld></dd>
<dd>only pages from top-level-domains <tld></dd>
<dt>/http or /https</dt>
<dt>/http</dt>
<dd>only resources from http or https servers</dd>
<dd>only resources from http or https servers</dd>
<dt>/ftp</dt>
<dt>/ftp</dt>
<dd>only resources from ftp servers</dd>
<dd>only resources from ftp servers (they are rare, <ahref="/CrawlStartSite_p.html">crawl them yourself</a>)</dd>
<dt>/smb</dt>
<dt>/smb</dt>
<dd>only resources from smb server</dd>
<dd>only resources from smb servers (<ahref="/ConfigBasic.html">Intranet Indexing</a> must be selected)</dd>
<dt>/file</dt>
<dt>/file</dt>
<dd>only files from the local file system (intranet mode must be selected)</dd>
<dd>only files from a local file system (<ahref="/ConfigBasic.html">Intranet Indexing</a> must be selected)</dd>
</dl>
</dl>
</dd>
</dd>
<dt>ranking modifier</dt>
<dtstyle="width:100px">ranking modifier</dt>
<dd>
<dd>
<dlstyle="width:600px">
<dlstyle="width:500px">
<dt>/date</dt>
<dt>/date</dt>
<dd>sort by date (latest first)</dd>
<dd>sort by date (latest first)</dd>
<dt>/near</dt>
<dt>/near</dt>
<dd>multiple words shall appear near</dd>
<dd>multiple words shall appear near</dd>
<dt>"" (doublequotes)</dt>
<dt>"" (doublequotes)</dt>
<dd>multiple words shall appear near</dd>
<dd>multiple words shall appear near</dd>
<dt>/language/<2-character language code></dt>
<dt>/language/<lang></dt>
<dd>prefer given language</dd>
<dd>prefer given language (an ISO639 2-letter code)</dd>
</dl>
</dl>
</dd>
</dd>
<dt>heuristics</dt>
<dtstyle="width:100px">heuristics</dt>
<dd>
<dd>
<dlstyle="width:600px">
<dlstyle="width:500px">
<dt>heuristic:scroogle</dt>
<dt>/heuristic/scroogle</dt>
<dd>add search results from scroogle</dd>
<dd>add search results from scroogle</dd>
<dt>heuristic:blekko</dt>
<dt>/heuristic/blekko</dt>
<dd>add search results from blekko</dd>
<dd>add search results from blekko</dd>
</dl>
</dl>
</dd>
</dd>
</dl>
</dl>
<h4>Search Navigation</h4>
<dlstyle="width:700px">
<dtstyle="width:100px">keyboard shotcuts</dt>
<dd>
<dlstyle="width:500px">
<dt>tab or page-up</dt>
<dd>next result page</dd>
<dt>page-down</dt>
<dd>previous result page</dd>
</dl>
</dd>
<dtstyle="width:100px">automatic result retrieval</dt>
<dd>
<dlstyle="width:500px">
<dt>browser integration</dt>
<dd>after searching, click-open on the default search engine in the upper right search field of your browser and select 'Add "YaCy Search.."'</dd>
<dt>search as rss feed</dt>
<dd>click on the red icon in the upper right after a search. this works good in combination with the '/date' ranking modifier. See an <ahref="http://localhost:8090/yacysearch.rss?query=news+%2Fdate&Enter=Search&verify=cacheonly&contentdom=text&nav=hosts%2Cauthors%2Cnamespace%2Ctopics%2Cfiletype%2Cprotocol&startRecord=0&indexof=off&meanCount=5&maximumRecords=10&resource=global&urlmaskfilter=.*&prefermaskfilter=">example</a>.</dd>
<dt>json search results</dt>
<dd>for ajax developers: get the search rss feed and replace the '.rss' extension in the search result url with '.json'</dd>
finallongmaxtime=Math.min((int)sb.getConfigLong(SwitchboardConstants.REMOTESEARCH_MAXTIME_DEFAULT,3000),post.getLong("time",3000));// maximum waiting time
finallongmaxtime=Math.min((int)sb.getConfigLong(SwitchboardConstants.REMOTESEARCH_MAXTIME_DEFAULT,3000),post.getLong("time",3000));// maximum waiting time