aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java/com/yahoo/document/annotation/IndexKeySpanNodeSpanTreeAdvTest.java
blob: 4e8fb431e87b54076d79e5d02fcecea3f87714d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.document.annotation;

/**
 * @author <a href="mailto:einarmr@yahoo-inc.com">Einar M R Rosenvinge</a>
 */
public class IndexKeySpanNodeSpanTreeAdvTest extends SpanTreeAdvTest {

    @Override
    public void populateSpanTree() {
        super.populateSpanTree();
        tree.createIndex(SpanTree.IndexKey.SPAN_NODE);
    }
}