Class FieldNamesProvidingStoredFieldsVisitor

java.lang.Object
org.apache.lucene.index.StoredFieldVisitor
org.elasticsearch.index.fieldvisitor.FieldNamesProvidingStoredFieldsVisitor
Direct Known Subclasses:
FieldsVisitor, FilterFieldNamesProvidingStoredFieldsVisitor

public abstract class FieldNamesProvidingStoredFieldsVisitor extends org.apache.lucene.index.StoredFieldVisitor
Stored fields visitor which provides information about the field names that will be requested
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.lucene.index.StoredFieldVisitor

    org.apache.lucene.index.StoredFieldVisitor.Status
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract Set<String>
     

    Methods inherited from class org.apache.lucene.index.StoredFieldVisitor

    binaryField, doubleField, floatField, intField, longField, needsField, stringField

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FieldNamesProvidingStoredFieldsVisitor

      public FieldNamesProvidingStoredFieldsVisitor()
  • Method Details

    • getFieldNames

      public abstract Set<String> getFieldNames()