Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision r576.
Original comment by oliver.ferschke
on 3 May 2012 at 9:53
We should not hash the titles.
Solution:
In applicationContext.xml , change
<bean id="dumpVersionFactory"
class="de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJD
KIntKeyFactory" scope="singleton" />
to
<bean id="dumpVersionFactory"
class="de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJD
KStringKeyFactory" scope="singleton" />
This should fix the issue for all databases created in the future.
There is no fix for existing databases
This has been fixed in r576
Original comment by oliver.ferschke
on 3 May 2012 at 9:55
Original comment by oliver.ferschke
on 15 Aug 2012 at 9:21
Original issue reported on code.google.com by
oliver.ferschke
on 3 May 2012 at 9:51