public class PathStoredFieldVisitor
extends org.apache.lucene.index.StoredFieldVisitor
| Constructor and Description |
|---|
PathStoredFieldVisitor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
org.apache.lucene.index.StoredFieldVisitor.Status |
needsField(org.apache.lucene.index.FieldInfo fieldInfo) |
void |
stringField(org.apache.lucene.index.FieldInfo fieldInfo,
String value) |
public org.apache.lucene.index.StoredFieldVisitor.Status needsField(org.apache.lucene.index.FieldInfo fieldInfo)
throws IOException
needsField in class org.apache.lucene.index.StoredFieldVisitorIOExceptionpublic void stringField(org.apache.lucene.index.FieldInfo fieldInfo,
String value)
throws IOException
stringField in class org.apache.lucene.index.StoredFieldVisitorIOExceptionpublic String getPath()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.