Package org.apache.maven.index
Class ArtifactInfoRecord
java.lang.Object
org.apache.maven.index.ArtifactInfoRecord
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArtifactInfo
Pulling out ArtifactInfo, clearing up. TBD. This gonna be extensible "map-like" class with fields.
- Author:
- cstamas
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IndexerFieldDel: contains UINFO to mark record as deleted (needed for incremental updates!).static final IndexerFieldUnique groupId, artifactId, version, classifier, extension (or packaging).static final StringField separatorstatic final Patternstatic final StringNon available value -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FS
Field separator- See Also:
-
FS_PATTERN
-
NA
Non available value- See Also:
-
FLD_UINFO
Unique groupId, artifactId, version, classifier, extension (or packaging). Stored, indexed untokenized -
FLD_DELETED
Del: contains UINFO to mark record as deleted (needed for incremental updates!). The original document IS removed, but this marker stays on index to note that fact.
-
-
Constructor Details
-
ArtifactInfoRecord
public ArtifactInfoRecord()
-