check performance with primitive ints instead of strings as doc id

Queries can be done in less than a millisecond even for hundreds of
thousands of documents.
This commit is contained in:
2017-02-04 10:11:09 +01:00
parent 4f77515bbd
commit ba2076cbb5
5 changed files with 240 additions and 62 deletions

View File

@@ -2,9 +2,9 @@
apply plugin: 'antlr'
dependencies {
compile 'org.apache.commons:commons-collections4:4.1'
compile 'org.lucares:primitiveCollections:0.1.20170203201705'
runtime "org.antlr:antlr4:4.5.3"
antlr "org.antlr:antlr4:4.5.3" // use ANTLR version 4
antlr "org.antlr:antlr4:4.5.3"
}
sourceSets {