Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Marx committed Sep 13, 2023
1 parent 43ab0f4 commit 04142a5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion adapters/elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>mongo-search-adapters</artifactId>
<version>0.1</version>
</parent>
<artifactId>monog-search-adapters-elasticsearch</artifactId>
<artifactId>mongo-search-adapters-elasticsearch</artifactId>
<packaging>jar</packaging>
<properties>
<elasticsearch.version>8.9.2</elasticsearch.version>
Expand Down
2 changes: 1 addition & 1 deletion adapters/lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>mongo-search-adapters</artifactId>
<version>0.1</version>
</parent>
<artifactId>monog-search-adapters-lucene</artifactId>
<artifactId>mongo-search-adapters-lucene</artifactId>
<packaging>jar</packaging>
<properties>
<lucene.version>9.7.0</lucene.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@
import com.github.thmarx.mongo.search.index.messages.InsertMessage;
import com.github.thmarx.mongo.search.index.utils.PausableThread;
import java.io.IOException;
import java.util.List;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
import org.apache.lucene.document.Field;
import org.apache.lucene.document.StringField;
import org.apache.lucene.index.Term;
import org.apache.lucene.search.BooleanClause;
import org.apache.lucene.search.BooleanQuery;
Expand Down
2 changes: 1 addition & 1 deletion adapters/opensearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>mongo-search-adapters</artifactId>
<version>0.1</version>
</parent>
<artifactId>monog-search-adapters-opensearch</artifactId>
<artifactId>mongo-search-adapters-opensearch</artifactId>
<packaging>jar</packaging>
<properties>
<opensearch-client.version>2.6.0</opensearch-client.version>
Expand Down

0 comments on commit 04142a5

Please sign in to comment.