Example usage for org.apache.lucene.util Constants interface-usage

List of usage examples for org.apache.lucene.util Constants interface-usage

Introduction

In this page you can find the example usage for org.apache.lucene.util Constants interface-usage.

Usage

From source file BlockBuilding.AbstractIndexBasedMethod.java

/**
 * @author gap2
 */
public abstract class AbstractIndexBasedMethod extends AbstractBlockingMethod implements Constants {

    protected final boolean cleanCleanER;

From source file BlockBuilding.AbstractSortedNeighborhoodBlocking.java

/**
 * @author gap2
 */
public abstract class AbstractSortedNeighborhoodBlocking extends AbstractTokenBlocking implements Constants {

    protected final int windowSize;

From source file BlockBuilding.MemoryBased.SchemaBased.SortedNeighborhood.java

/**
 *
 * @author gap2
 */
public class SortedNeighborhood extends StandardBlocking implements Constants {