Example usage for org.apache.lucene.store RAMDirectory subclass-usage

List of usage examples for org.apache.lucene.store RAMDirectory subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.store RAMDirectory subclass-usage.

Usage

From source file org.apache.solr.core.RefCntRamDirectory.java

public class RefCntRamDirectory extends RAMDirectory {

    private final AtomicInteger refCount = new AtomicInteger();

    public RefCntRamDirectory() {
        super();

From source file org.hibernate.search.test.util.leakdetection.FileMonitoringDirectory.java

/**
 * This Directory keeps track of opened IndexInput and IndexOutput
 * instances, making it possible to verify if any file was left open.
 * 
 * @author Sanne Grinovero <sanne@hibernate.org> (C) 2012 Red Hat Inc.
 */

From source file org.hibernate.search.testsupport.leakdetection.FileMonitoringDirectory.java

/**
 * This Directory keeps track of opened IndexInput and IndexOutput
 * instances, making it possible to verify if any file was left open.
 *
 * @author Sanne Grinovero (C) 2012 Red Hat Inc.
 */