You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/08/29 13:47:54 UTC

svn commit: r1518612 - in /stanbol/trunk/data/sites/dbpedia: download_index.xml pom.xml src/main/resources/org/apache/stanbol/data/site/dbpedia/default/config/dbpedia.solrindex.ref

Author: rwesten
Date: Thu Aug 29 11:47:53 2013
New Revision: 1518612

URL: http://svn.apache.org/r1518612
Log:
STANBOL-1148: updated the index as described by the issue. The index uses now bz2 as compression format. See follow up commits for changes in tests required by changes in the dataset.

Modified:
    stanbol/trunk/data/sites/dbpedia/download_index.xml
    stanbol/trunk/data/sites/dbpedia/pom.xml
    stanbol/trunk/data/sites/dbpedia/src/main/resources/org/apache/stanbol/data/site/dbpedia/default/config/dbpedia.solrindex.ref

Modified: stanbol/trunk/data/sites/dbpedia/download_index.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/sites/dbpedia/download_index.xml?rev=1518612&r1=1518611&r2=1518612&view=diff
==============================================================================
--- stanbol/trunk/data/sites/dbpedia/download_index.xml (original)
+++ stanbol/trunk/data/sites/dbpedia/download_index.xml Thu Aug 29 11:47:53 2013
@@ -22,6 +22,8 @@
     to 'target.directory'
   </description>
    
+  <!-- ensure the delition of the no longer used Swedish tokenizer -->  
+  <delete dir="${target.directory}" includes="${index.name.old}" />
   <target name="download">
     <copy todir="${target.directory}" flatten="true">
       <resources>

Modified: stanbol/trunk/data/sites/dbpedia/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/sites/dbpedia/pom.xml?rev=1518612&r1=1518611&r2=1518612&view=diff
==============================================================================
--- stanbol/trunk/data/sites/dbpedia/pom.xml (original)
+++ stanbol/trunk/data/sites/dbpedia/pom.xml Thu Aug 29 11:47:53 2013
@@ -57,13 +57,15 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <dbpedia.default.index.url>http://dev.iks-project.eu/downloads/stanbol-indices/dbpedia_43k.solrindex.zip</dbpedia.default.index.url>
+    <dbpedia.default.index.url>http://dev.iks-project.eu/downloads/stanbol-indices/dbpedia_26k.solrindex.bz2</dbpedia.default.index.url>
+    <!-- this is the name of the old index. Used to ensure deletion  -->
+    <dbpedia.default.index.old>dbpedia_43k.solrindex.zip</dbpedia.default.index.old>
     <dbpedia.default.path>org/apache/stanbol/data/site/dbpedia/default</dbpedia.default.path>
     <dbpedia.default.index.path>${dbpedia.default.path}/index</dbpedia.default.index.path>
     <dbpedia.default.config.path>${dbpedia.default.path}/config</dbpedia.default.config.path>
     <downloadWarning>
 *                  
-* WARNING - this build downloads a DPBedia index for 43k entities
+* WARNING - this build downloads a DPBedia index for 26k entities
 * that is *not* licensed under the Apache License, but under the
 * Creative Commons Attribution-ShareAlike 3.0 Unported License.
 * See https://issues.apache.org/jira/browse/STANBOL-873.
@@ -124,6 +126,8 @@
               <target>
                 <property name="target.directory" value="${project.basedir}/downloads/resources/${dbpedia.default.index.path}" />
                 <property name="index.url" value="${dbpedia.default.index.url}" />
+                <!-- used to ensure deletion of the old default data index -->
+                <property name="index.name.old" value="${dbpedia.default.index.old}" />
                                 
                 <echo message="copy Solr Index " />
                 <echo message=" FROM ${index.url} " />

Modified: stanbol/trunk/data/sites/dbpedia/src/main/resources/org/apache/stanbol/data/site/dbpedia/default/config/dbpedia.solrindex.ref
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/sites/dbpedia/src/main/resources/org/apache/stanbol/data/site/dbpedia/default/config/dbpedia.solrindex.ref?rev=1518612&r1=1518611&r2=1518612&view=diff
==============================================================================
--- stanbol/trunk/data/sites/dbpedia/src/main/resources/org/apache/stanbol/data/site/dbpedia/default/config/dbpedia.solrindex.ref (original)
+++ stanbol/trunk/data/sites/dbpedia/src/main/resources/org/apache/stanbol/data/site/dbpedia/default/config/dbpedia.solrindex.ref Thu Aug 29 11:47:53 2013
@@ -1,4 +1,4 @@
 Name=SolrIndex for dbpedia
 Description=DBpedia.org 
-Index-Archive=dbpedia.solrindex.zip,dbpedia_43k.solrindex.zip
-Download-Location=http://dev.iks-project.eu/downloads/stanbol-indices/dbpedia-3.7/dbpedia.solrindex.zip
+Index-Archive=dbpedia.solrindex.zip,dbpedia_26k.solrindex.bz2
+Download-Location=http://dev.iks-project.eu/downloads/stanbol-indices/dbpedia-3.8/dbpedia.solrindex.zip