diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-11-14 16:34:55 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-11-14 16:34:55 +0100 |
| commit | 0550b54d5603f1789c582d8b9b28e5927037f3d8 (patch) | |
| tree | da4dd66648b5b40d369469eecd6c0af8b968bd69 /htroot/Vocabulary_p.html | |
| parent | 68e8039fd1f04171eefd9eb0c6199a5d48ad844f (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.html | 11 |
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) - <input type="radio" name="discovermethod" value="path" />from file name - <input type="radio" name="discovermethod" value="title" />from page title - <input type="radio" name="discovermethod" value="titlesplitted" />from page title (splitted) - <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) + <input type="radio" name="discovermethod" value="path" /> from file name + <input type="radio" name="discovermethod" value="title" /> from page title + <input type="radio" name="discovermethod" value="titlesplitted" /> from page title (splitted) + <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> |
