Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Aug 8, 2024
1 parent 8fc4efe commit ad8d37a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static QueryableIndex makeKttmIndex(File tmpDir)
{
try {
final File directory = new File(tmpDir, StringUtils.format("kttm-index-%s", UUID.randomUUID()));
final IncrementalIndex index = makeWikipediaIncrementalIndex();
final IncrementalIndex index = makeKttmNestedIndex();
TestIndex.INDEX_MERGER.persist(index, directory, IndexSpec.DEFAULT, null);
return TestIndex.INDEX_IO.loadIndex(directory);
}
Expand All @@ -92,7 +92,7 @@ public static QueryableIndex makeKttmIndex(File tmpDir)
}
}

public static IncrementalIndex makeWikipediaIncrementalIndex()
public static IncrementalIndex makeKttmNestedIndex()
{
final List<DimensionSchema> dimensions = Arrays.asList(
new StringDimensionSchema("session"),
Expand Down

0 comments on commit ad8d37a

Please sign in to comment.