diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-06-19 10:12:20 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-06-19 10:12:20 +0200 |
| commit | cced94298ab946125bc29e58583431ac4dd6a426 (patch) | |
| tree | 26da96f9b858a7e0ab17530937543cbe82612c51 /htroot/CrawlProfileEditor_p.xml | |
| parent | 2c155ece776f6b66cbe90bfe583a43d54f068786 (diff) | |
Added a new crawler document filter type using Solr syntax
This makes possbile to set up much more advanced document crawl filters,
by filtering on one or more document indexed fields before inserting in
the index.
Diffstat (limited to 'htroot/CrawlProfileEditor_p.xml')
| -rw-r--r-- | htroot/CrawlProfileEditor_p.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/CrawlProfileEditor_p.xml b/htroot/CrawlProfileEditor_p.xml index 8f1be2591..01271eb45 100644 --- a/htroot/CrawlProfileEditor_p.xml +++ b/htroot/CrawlProfileEditor_p.xml @@ -32,6 +32,8 @@ <indexContentMustNotMatch>#[indexContentMustNotMatch]#</indexContentMustNotMatch> <indexMediaTypeMustMatch>#[indexMediaTypeMustMatch]#</indexMediaTypeMustMatch> <indexMediaTypeMustNotMatch>#[indexMediaTypeMustNotMatch]#</indexMediaTypeMustNotMatch> + <indexSolrQueryMustMatch>#[indexSolrQueryMustMatch]#</indexSolrQueryMustMatch> + <indexSolrQueryMustNotMatch>#[indexSolrQueryMustNotMatch]#</indexSolrQueryMustNotMatch> <status>#(status)#terminated::active::system#(/status)#</status> <crawlingDomFilterContent> #{crawlingDomFilterContent}# |
