Example usage for org.apache.lucene.index IndexReader subclass-usage

List of usage examples for org.apache.lucene.index IndexReader subclass-usage

Introduction

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

Usage

From source file com.greplin.lucene.index.ForwardingIndexReader.java

/**
 * Base class for forwarding readers.
 */
public class ForwardingIndexReader extends IndexReader {

    /**

From source file lucandra.IndexReader.java

public class IndexReader extends org.apache.lucene.index.IndexReader {

    private final static int numDocs = 1000000;

    private final static Directory mockDirectory = new RAMDirectory();
    static {

From source file org.hbasene.index.HBaseIndexReader.java

/**
 * Index Reader specific to HBase
 * 
 */
public class HBaseIndexReader extends IndexReader {

From source file org.solbase.lucenehbase.IndexReader.java

public class IndexReader extends org.apache.lucene.index.IndexReader {

    private int numDocs = -1;

    private String indexName = new String();
    private int startDocId;