diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-02-06 10:25:38 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-02-06 10:25:38 +0100 |
| commit | 9412881230e6129474597e86f8a40801e30f2a21 (patch) | |
| tree | a3ff78e7fde5cec5d6fc0cc94cb469c6b344cdb0 /defaults/yacy.init | |
| parent | 5a14d34a7dd07cb1ce249538d4b45ee39790d785 (diff) | |
Added basic support for autotagging microdata annotated item types.
With the appropriate vocabulary settings in Vocabulary_p.html page, this
can produce Vocabulary search facets displaying item types referenced in
html documents by microdata annotation.
Tested notably, but not limited to, vocabulary classes/types defined by
Schema.org and Dublin Core.
Diffstat (limited to 'defaults/yacy.init')
| -rw-r--r-- | defaults/yacy.init | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index a13b1a055..df46364b9 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -279,6 +279,11 @@ surrogates.out = DATA/SURROGATES/out # this directory also contains subdirectories for input sources, the did-you-mean function and other
dictionaries = DATA/DICTIONARIES
+# Set of comma separated vocabulary names whose terms should only be matched
+# from linked data types annotations in documents (with microdata, RDFa, microformats...)
+# instead of cleartext words
+vocabularies.matchLinkedData.names =
+
# a path to the classification directory
# each subdirectory is the name of a context (which becomes a navigator) with '.txt' files
# containing texts to teach a bayesian filter. One of the files must be named 'negative.txt'.
@@ -887,6 +892,7 @@ search.result.show.cache = true search.result.show.proxy = false
search.result.show.hostbrowser = true
search.result.show.vocabulary = false
+# Set of comma separated vocabulary names not to be used as search results facets
search.result.show.vocabulary.omit =
search.result.show.snapshots = false
# when true, display the raw ranking score value
|
