Skip to content

Commit

Permalink
Move BatchInsertTest to lucene-index module
Browse files Browse the repository at this point in the history
To have access to real index implementations
  • Loading branch information
burqen committed Jul 11, 2018
1 parent 6678752 commit 530a018
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,8 +62,8 @@
import org.neo4j.index.internal.gbptree.RecoveryCleanupWorkCollector;
import org.neo4j.kernel.api.exceptions.index.IndexEntryConflictException;
import org.neo4j.kernel.api.index.IndexPopulator;
import org.neo4j.kernel.api.index.PropertyAccessor;
import org.neo4j.kernel.api.index.IndexProvider;
import org.neo4j.kernel.api.index.PropertyAccessor;
import org.neo4j.kernel.api.labelscan.LabelScanStore;
import org.neo4j.kernel.api.schema.index.SchemaIndexDescriptor;
import org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactory;
Expand Down

0 comments on commit 530a018

Please sign in to comment.