diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-04-22 02:05:17 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-04-22 02:05:17 +0200 |
| commit | f8cd57c92f73ea78355c0649a6859ea349a9f40b (patch) | |
| tree | 8def3777567737e8547766fa4c0e4fddfd7fcabd /htroot/yacyinteractive.html | |
| parent | 14f67f217c204ec76d117050127cb2975e6fb6f7 (diff) | |
new indexing strategy: ALL links that appear anywhere are indexed, not
only links where the content can be parsed. All non-parseable links are
placed into the noload queue. The search process must therefore be able
to filter out non-text search results.
- This fixes the problem that image search results appeared in the text
search.
- The interactive search can retrieve now ALL types of links
- The p2p interface is now extended to retrieve only certain types of
links (text, image, video, apps)
- The search process has an extension to filter the right document type
according to the search query
Diffstat (limited to 'htroot/yacyinteractive.html')
| -rw-r--r-- | htroot/yacyinteractive.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index f24120475..f0309e03c 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -56,6 +56,9 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <fieldset class="yacys"> <input type="hidden" name="maximumRecords" value="#[maximumRecords]#" /> <input type="hidden" name="startRecord" value="#[startRecord]#" /> + <input type="hidden" name="verify", value="false" /> + <input type="hidden" name="resource", value="local" /> + <input type="hidden" name="contentdom", value="all" /> <input id="search" class="searchinput" name="query" type="text" value="#[query]#" size="40" maxlength="80" onFocus="this.select()" /> #(allowrealtime)# <input id="Enter" type="submit" name="Enter" value="Search" />:: |
