Skip to content
Snippets Groups Projects
Commit a9c5a8e9 authored by Matthijs Brouwer's avatar Matthijs Brouwer
Browse files

change to 8.1.1

parent 7e567066
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<currentLuceneVersion>8.0.0</currentLuceneVersion>
<currentLuceneVersion>8.1.1</currentLuceneVersion>
</properties>
<scm>
<connection>scm:git:git@github.com:textexploration/mtas.git</connection>
......@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.textexploration.mtas</groupId>
<artifactId>mtas</artifactId>
<version>8.0.0.1-SNAPSHOT</version>
<version>8.1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<licenses>
<license>
......
......@@ -30,6 +30,8 @@ import java.util.SortedSet;
import java.util.TreeSet;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import mtas.analysis.token.MtasToken;
import mtas.analysis.token.MtasTokenString;
......@@ -1405,6 +1407,7 @@ public class CodecComponent {
String[] subBaseSortDirections = Arrays.copyOfRange(baseSortDirections, 1, baseSortDirections.length);
Integer[] subNumbers = Arrays.copyOfRange(baseNumbers, 1, baseNumbers.length);
Integer[] subStarts = ArrayUtils.toObject(new int[subNumbers.length]);
dataCollector = DataCollector.getCollector(this.baseCollectorTypes[0], this.baseDataTypes[0],
this.baseStatsTypes[0], this.baseStatsItems[0], this.baseSortTypes[0], this.baseSortDirections[0], 0,
this.baseNumbers[0], subBaseCollectorTypes, subBaseDataTypes, subBaseStatsTypes, subBaseStatsItems,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment