Package org.sonatype.nexus.index.context

Examples of org.sonatype.nexus.index.context.ArtifactIndexingContext


            ArtifactInfo.UINFO,
            AbstractIndexCreator.getGAV( ai.groupId, ai.artifactId, ai.version, ai.classifier ),
            Field.Store.YES,
            Field.Index.UN_TOKENIZED ) );

        ArtifactIndexingContext indexingContext = new DefaultArtifactIndexingContext( ac );
       
        for ( IndexCreator indexCreator : context.getIndexCreators() )
        {
            indexCreator.populateArtifactInfo( indexingContext );
           
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.index.context.ArtifactIndexingContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.