Java org.apache.lucene.benchmark.quality.utils DocNameExtractor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.benchmark.quality.utils DocNameExtractor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.benchmark.quality.utils DocNameExtractor.

The text is from its open source code.

Constructor

DocNameExtractor(final String docNameField)
Constructor for DocNameExtractor.

Method

StringdocName(IndexSearcher searcher, int docid)
Extract the name of the input doc from the index.