Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 committed Feb 14, 2023
1 parent e9a2184 commit 2da421e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public void testMultiFieldsKnnIndex(Codec codec) throws Exception {
IndexWriterConfig iwc = newIndexWriterConfig();
iwc.setMergeScheduler(new SerialMergeScheduler());
iwc.setCodec(codec);
// Set merge policy to no merges so that we create a predictable number of segments.
iwc.setMergePolicy(NoMergePolicy.INSTANCE);

/**
Expand Down

0 comments on commit 2da421e

Please sign in to comment.