Package org.dlese.dpc.index.reader
Class LazyDocumentMap.FieldMapEntry
java.lang.Object
org.dlese.dpc.index.reader.LazyDocumentMap.FieldMapEntry
- All Implemented Interfaces:
Map.Entry
- Enclosing class:
LazyDocumentMap
A Map entry containing lucene fieldName/fieldValues
- Author:
- John Weatherley
-
Constructor Summary
ConstructorsConstructorDescriptionFieldMapEntry(String fieldName, String fieldValue) Constructor for the FieldMapEntry object -
Method Summary
-
Constructor Details
-
FieldMapEntry
Constructor for the FieldMapEntry object- Parameters:
fieldName- fieldNamefieldValue- fieldValue
-
-
Method Details
-
getKey
Gets the key attribute of the FieldMapEntry object -
getValue
Gets the value attribute of the FieldMapEntry object -
setValue
Throws UnsupportedOperationException
-