Java org.apache.lucene.document DocumentStoredFieldVisitor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.document DocumentStoredFieldVisitor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.document DocumentStoredFieldVisitor.

The text is from its open source code.

Constructor

DocumentStoredFieldVisitor(Set fieldsToAdd)
Load only fields named in the provided Set<String>.
DocumentStoredFieldVisitor(String... fields)
Load only fields named in the provided fields.
DocumentStoredFieldVisitor()
Load all stored fields.

Method

DocumentgetDocument()
Retrieve the visited document.