Last active
June 7, 2016 02:55
-
-
Save jachermocilla/0f6743e2d2bd143cbde69bdf385344dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | |
<!-- Put site-specific property overrides in this file. --> | |
<configuration> | |
<property> | |
<name>http.agent.name</name> | |
<value>InsyWinsy</value> | |
</property> | |
<property> | |
<name>plugin.includes</name> | |
<value>protocol-http|urlfilter-regex|parse-(tika)|index-(basic|anchor)|indexer-solr|scoring-opic|urlnormalizer-(pass|regex|basic) | |
</value> | |
</property> | |
<property> | |
<name>http.robot.rules.whitelist</name> | |
<value>http://jachermocilla.org</value> | |
</property> | |
<property> | |
<name>http.timeout</name> | |
<value>60000</value> | |
</property> | |
<property> | |
<name>http.content.limit</name> | |
<value>-1</value> | |
</property> | |
<property> | |
<name>http.content.size</name> | |
<value>-1</value> | |
</property> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment