-
Multiple distance query needs a synchronization among the distances so that they refer to the same elements/terms.
-
Currently ```#ELEM(base/s=s)``` is serialized as
```
"query": {
"@type": "koral:span",
"attr": {
"@type": "koral:term",
"foundry": "base",
"key": "s",
"layer":…
Akron updated
7 years ago
-
While implementing a draft for the ```exclude``` option in ```operation:position```, I had the assumption that the Koral description
> If true, negate positional relations.
is not correct. In f…
Akron updated
7 years ago
-
_This is moved from the old Trac Ticket #202_
**jbingel** reported:
Currently, the foundry, layer and key constraints in spans are serialised differently than in tokens. For spans, <mate/c=np>…
Akron updated
8 years ago
-
Sometimes, when a match is sentence expended and the second sentence starts at the beginning of a paragraph, the paragraph is ranked below the sentence, although the tree-depth is closer to the root.
…
Akron updated
8 years ago
-
Failed tests: testCollectionQueryDuplicateThrowsAssertionException(de.ids_mannheim.korap.query.serialize.CollectionQueryDuplicateTest)
-
query: []{3}
should generate a koral group
{@type:koral:group,
operation:operation:repetition,
operands:[{@type:koral:token}],
boundary:{@type:koral:boundary,min:3,max:3}
}
Currently, it only generat…
-
I created a branch `escape-regex` including a failing test regarding regexes in Poliqarp containing escaped symbols.
The PQ+-Query
```
"a\."
```
is interpreted as
```
.
```
which is wrong, I guess…
Akron updated
8 years ago
-
There is a bug in spanWithin that seems to be close to TestWithinIndex.queryJSONpoly2.
Breaking test in TestWithinIndex.queryJSONcomplexSpanOrTerm (span-or-bug branch).
Stacktrace:
```
at…
Akron updated
8 years ago
-
For Cosmas queries like "Katze und Hund" internally we serialize to a distance query with a text distance of 0 (i.e. both words occur in the same text). There is now a failing test for this scenario i…
Akron updated
8 years ago