-
There seems to be a massive whitespace character handling problem in the collection builder, so whitespaces are removed even in collection constraint values. This leads to massive problems with, e.g. …
Akron updated
8 years ago
-
getting two different results - with `println` added:
``` java
try {
JsonNode first = m.readTree(serializer.toJSON());
JsonNode second = m.readTree(serializer.toJSON()…
-
There are now differences between `koral:distance` and `cosmas:distance` that need to be deserialized correctly. This is already fixed (somehow) but two failing tests still need investigation.
This i…
Akron updated
8 years ago
-
```
Running de.ids_mannheim.korap.query.serialize.CollectionQueryProcessorTest
ERROR: [302, Failing to parse at symbol: '/', 11]
Parsing exception message: java.lang.reflect.InvocationTargetException
…
-
There is an Index out of bounds bug in case of multiple distances (The example query by @bansp was "({1:Sonne []\* Erde} | {2: Erde []\* Sonne})" in Poliqarp+). The stack trace is:
```
java.lang.Arra…
Akron updated
8 years ago
-
The current context should be:
```
http://korap.ids-mannheim.de/ns/koral/0.3/
```
Akron updated
9 years ago