Skip to content

Commit

Permalink
idx: remove panda.idx, panda.gae.idx
Browse files Browse the repository at this point in the history
  • Loading branch information
yffrankwang committed Feb 19, 2024
1 parent 2fd3276 commit 6870a10
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 2,610 deletions.
26 changes: 0 additions & 26 deletions panda-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,32 +71,6 @@
<scope>provided</scope>
</dependency>

<!-- LUCENE -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queries</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queryparser</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>

<!-- JDBC -->
<dependency>
<groupId>com.h2database</groupId>
Expand Down
25 changes: 0 additions & 25 deletions panda-core/src/main/java/panda/idx/IDocument.java

This file was deleted.

129 changes: 0 additions & 129 deletions panda-core/src/main/java/panda/idx/IQuery.java

This file was deleted.

34 changes: 0 additions & 34 deletions panda-core/src/main/java/panda/idx/IResult.java

This file was deleted.

21 changes: 0 additions & 21 deletions panda-core/src/main/java/panda/idx/IndexException.java

This file was deleted.

70 changes: 0 additions & 70 deletions panda-core/src/main/java/panda/idx/Indexer.java

This file was deleted.

11 changes: 0 additions & 11 deletions panda-core/src/main/java/panda/idx/IndexerManager.java

This file was deleted.

Loading

0 comments on commit 6870a10

Please sign in to comment.