Interface DocTo<TargetType>
-
public interface DocTo<TargetType>API for Lucene to arbitrary object conversion. Also defines conversion for entities stored within the index created by this project. Also provides the field names constants used in the documents in the created indexes.- Author:
- Ondrej Zizka, zizka@seznam.cz
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDocTo.Fields
-
Field Summary
Fields Modifier and Type Field Description static DocTo<org.eclipse.aether.artifact.Artifact>ARTIFACTstatic DocTo<String>COORD_GACEVstatic PatternREGEX_GAVCP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetTypeconvert(org.apache.lucene.document.Document doc)
-
-
-
Method Detail
-
convert
TargetType convert(org.apache.lucene.document.Document doc)
-
-