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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
FSField separator- See Also:
 
- 
FS_PATTERN
- 
NANon available value- See Also:
 
- 
FLD_UINFOUnique groupId, artifactId, version, classifier, extension (or packaging). Stored, indexed untokenized
- 
FLD_DELETEDDel: 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- 
ArtifactInfoRecordpublic ArtifactInfoRecord()
 
-