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
    • Field Detail

      • ARTIFACT

        static final DocTo<org.eclipse.aether.artifact.Artifact> ARTIFACT
      • REGEX_GAVCP

        static final Pattern REGEX_GAVCP
    • Method Detail

      • convert

        TargetType convert​(org.apache.lucene.document.Document doc)