summaryrefslogtreecommitdiff
path: root/htroot/Vocabulary_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-11-14 16:34:55 +0100
committerMichael Peter Christen <mc@yacy.net>2014-11-14 16:34:55 +0100
commit0550b54d5603f1789c582d8b9b28e5927037f3d8 (patch)
treeda4dd66648b5b40d369469eecd6c0af8b968bd69 /htroot/Vocabulary_p.html
parent68e8039fd1f04171eefd9eb0c6199a5d48ad844f (diff)
added fix to postprocessing: avoid caching of postprocessing collection
to always get fresh lists of documents. This is necessary since the postprocessing changes the same documents which the postprocessing-collection query selects.
Diffstat (limited to 'htroot/Vocabulary_p.html')
-rw-r--r--htroot/Vocabulary_p.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/htroot/Vocabulary_p.html b/htroot/Vocabulary_p.html
index 703e164f3..44ca4dbde 100644
--- a/htroot/Vocabulary_p.html
+++ b/htroot/Vocabulary_p.html
@@ -112,11 +112,12 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<div id="searchresults"></div></dd>
<dt>Discover Terms:</dt>
<dd>
- <input type="radio" name="discovermethod" value="none" checked="checked" />no auto-discovery (empty vocabulary)&nbsp;&nbsp;
- <input type="radio" name="discovermethod" value="path" />from file name&nbsp;&nbsp;
- <input type="radio" name="discovermethod" value="title" />from page title&nbsp;&nbsp;
- <input type="radio" name="discovermethod" value="titlesplitted" />from page title (splitted)&nbsp;&nbsp;
- <input type="radio" name="discovermethod" value="author" />from page author</dd>
+ <input type="radio" name="discovermethod" value="none" checked="checked" /> no auto-discovery (empty vocabulary)&nbsp;&nbsp;
+ <input type="radio" name="discovermethod" value="path" /> from file name&nbsp;&nbsp;
+ <input type="radio" name="discovermethod" value="title" /> from page title&nbsp;&nbsp;
+ <input type="radio" name="discovermethod" value="titlesplitted" /> from page title (splitted)&nbsp;&nbsp;
+ <input type="radio" name="discovermethod" value="author" /> from page author</dd>
+ <input type="radio" name="discovermethod" value="csv" /> from a csv file</dd>
<dt></dt><dd><input type="submit" name="create" value="Create" /></dd>
</dl>
</fieldset>