Skip to content

Instantly share code, notes, and snippets.

@jachermocilla
Last active June 7, 2016 02:55
Show Gist options
  • Save jachermocilla/0f6743e2d2bd143cbde69bdf385344dd to your computer and use it in GitHub Desktop.
Save jachermocilla/0f6743e2d2bd143cbde69bdf385344dd to your computer and use it in GitHub Desktop.
<?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