public final class LuceneFieldNameIterator extends AbstractIterator<String>
names
of all
fields
(properties) of a given Document
.Modifier and Type | Field and Description |
---|---|
private Iterator<org.apache.lucene.document.Fieldable> |
enumeration
The enumeration to adapt.
|
Constructor and Description |
---|
LuceneFieldNameIterator(org.apache.lucene.document.Document luceneDocument)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected String |
findNext()
This method tries to find the
next element. |
findFirst, hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private Iterator<org.apache.lucene.document.Fieldable> enumeration
Copyright © 2001–2016 mmm-Team. All rights reserved.