Uses of Interface
org.apache.maven.index.context.IndexingContext
-
-
Uses of IndexingContext in org.apache.maven.index
Fields in org.apache.maven.index declared as IndexingContext Modifier and Type Field Description private IndexingContextDefaultScannerListener. contextprivate IndexingContextScanningRequest. contextFields in org.apache.maven.index with type parameters of type IndexingContext Modifier and Type Field Description private java.util.List<IndexingContext>AbstractSearchRequest. contextsprivate java.util.List<IndexingContext>DefaultIteratorResultSet. contextsprivate java.util.Map<java.lang.String,IndexingContext>DefaultNexusIndexer. indexingContextsDeprecated.Methods in org.apache.maven.index that return IndexingContext Modifier and Type Method Description IndexingContextDefaultNexusIndexer. addIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, java.lang.String repositoryUrl, java.lang.String indexUpdateUrl, java.util.List<? extends IndexCreator> indexers)Deprecated.IndexingContextDefaultNexusIndexer. addIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, org.apache.lucene.store.Directory directory, java.lang.String repositoryUrl, java.lang.String indexUpdateUrl, java.util.List<? extends IndexCreator> indexers)Deprecated.IndexingContextNexusIndexer. addIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, java.lang.String repositoryUrl, java.lang.String indexUpdateUrl, java.util.List<? extends IndexCreator> indexers)Deprecated.UseIndexerinstead.IndexingContextNexusIndexer. addIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, org.apache.lucene.store.Directory directory, java.lang.String repositoryUrl, java.lang.String indexUpdateUrl, java.util.List<? extends IndexCreator> indexers)Deprecated.UseIndexerinstead.IndexingContextDefaultNexusIndexer. addIndexingContextForced(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, java.lang.String repositoryUrl, java.lang.String indexUpdateUrl, java.util.List<? extends IndexCreator> indexers)Deprecated.IndexingContextDefaultNexusIndexer. addIndexingContextForced(java.lang.String id, java.lang.String repositoryId, java.io.File repository, org.apache.lucene.store.Directory directory, java.lang.String repositoryUrl, java.lang.String indexUpdateUrl, java.util.List<? extends IndexCreator> indexers)Deprecated.IndexingContextNexusIndexer. addIndexingContextForced(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, java.lang.String repositoryUrl, java.lang.String indexUpdateUrl, java.util.List<? extends IndexCreator> indexers)Deprecated.UseIndexerinstead.IndexingContextNexusIndexer. addIndexingContextForced(java.lang.String id, java.lang.String repositoryId, java.io.File repository, org.apache.lucene.store.Directory directory, java.lang.String repositoryUrl, java.lang.String indexUpdateUrl, java.util.List<? extends IndexCreator> indexers)Deprecated.UseIndexerinstead.IndexingContextDefaultNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, boolean searchable, java.util.Collection<IndexingContext> contexts)Deprecated.IndexingContextDefaultNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, boolean searchable, ContextMemberProvider membersProvider)Deprecated.IndexingContextDefaultNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, org.apache.lucene.store.Directory indexDirectory, boolean searchable, java.util.Collection<IndexingContext> contexts)Deprecated.IndexingContextDefaultNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, org.apache.lucene.store.Directory indexDirectory, boolean searchable, ContextMemberProvider membersProvider)Deprecated.IndexingContextNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, boolean searchable, java.util.Collection<IndexingContext> contexts)Deprecated.IndexingContextNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, boolean searchable, ContextMemberProvider membersProvider)Deprecated.IndexingContextNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, org.apache.lucene.store.Directory indexDirectory, boolean searchable, java.util.Collection<IndexingContext> contexts)Deprecated.IndexingContextNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, org.apache.lucene.store.Directory indexDirectory, boolean searchable, ContextMemberProvider membersProvider)Deprecated.IndexingContextDefaultIndexer. createIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, java.lang.String repositoryUrl, java.lang.String indexUpdateUrl, boolean searchable, boolean reclaim, java.util.List<? extends IndexCreator> indexers)IndexingContextIndexer. createIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, java.lang.String repositoryUrl, java.lang.String indexUpdateUrl, boolean searchable, boolean reclaim, java.util.List<? extends IndexCreator> indexers)Creates an indexing context.IndexingContextDefaultIndexer. createMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, boolean searchable, ContextMemberProvider membersProvider)IndexingContextIndexer. createMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, boolean searchable, ContextMemberProvider membersProvider)Creates a merged indexing context.IndexingContextScanningRequest. getIndexingContext()protected IndexingContextDefaultIteratorResultSet. getIndexingContextForPointer(org.apache.lucene.document.Document doc, int docPtr)Methods in org.apache.maven.index that return types with arguments of type IndexingContext Modifier and Type Method Description java.util.List<IndexingContext>AbstractSearchRequest. getContexts()java.util.Map<java.lang.String,IndexingContext>DefaultNexusIndexer. getIndexingContexts()Deprecated.java.util.Map<java.lang.String,IndexingContext>NexusIndexer. getIndexingContexts()Deprecated.UseIndexerinstead.protected java.util.List<IndexingContext>DefaultSearchEngine. getParticipatingContexts(java.util.Collection<IndexingContext> indexingContexts, boolean ignoreContext)Returns the list of participating contexts.Methods in org.apache.maven.index with parameters of type IndexingContext Modifier and Type Method Description protected abstract booleanAbstractMultiArtifactInfoFilter. accepts(java.util.List<ArtifactInfoFilter> filters, IndexingContext ctx, ArtifactInfo ai)It is left to final implementor to implement how we want to decide using filters.booleanAbstractMultiArtifactInfoFilter. accepts(IndexingContext ctx, ArtifactInfo ai)The filter's implementation is: if list of filters is empty, the just accept it, otherwise consult the list of filters.protected booleanAndMultiArtifactInfoFilter. accepts(java.util.List<ArtifactInfoFilter> filters, IndexingContext ctx, ArtifactInfo ai)booleanArtifactInfoFilter. accepts(IndexingContext ctx, ArtifactInfo ai)booleanUniqueArtifactFilterPostprocessor. accepts(IndexingContext ctx, ArtifactInfo ai)booleanUniqueGAArtifactFilterPostprocessor. accepts(IndexingContext ctx, ArtifactInfo ai)Deprecated.voidDefaultIndexer. addArtifactsToIndex(java.util.Collection<ArtifactContext> ac, IndexingContext context)voidDefaultNexusIndexer. addArtifactsToIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Deprecated.voidIndexer. addArtifactsToIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Adds the passed in artifact contexts to passed in indexing context.voidNexusIndexer. addArtifactsToIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Deprecated.voidDefaultIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)voidDefaultNexusIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)Deprecated.Delegates to theIndexerEngineto update artifact to the indexvoidIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)Adds the passed in artifact contexts to passed in indexing context.voidNexusIndexer. addArtifactToIndex(ArtifactContext ac, IndexingContext context)Deprecated.voidDefaultNexusIndexer. addIndexingContext(IndexingContext context)Deprecated.voidNexusIndexer. addIndexingContext(IndexingContext context)Deprecated.Adds an indexing context to Nexus indexer.voidDefaultNexusIndexer. artifactDiscovered(ArtifactContext ac, IndexingContext context)Deprecated.Delegates to theIndexerEngineto add a new artifact to the indexvoidNexusIndexer. artifactDiscovered(ArtifactContext ac, IndexingContext context)Deprecated.protected voidDefaultIteratorResultSet. calculateHighlights(IndexingContext context, org.apache.lucene.document.Document d, ArtifactInfo ai)Creates the MatchHighlights and adds them to ArtifactInfo if found/can.voidDefaultIndexer. closeIndexingContext(IndexingContext context, boolean deleteFiles)voidIndexer. closeIndexingContext(IndexingContext context, boolean deleteFiles)Closes the indexing context: closes it and deletes (if specified) the index files.org.apache.lucene.document.DocumentArtifactContext. createDocument(IndexingContext context)Creates Lucene Document usingIndexCreators from the givenIndexingContext.voidDefaultNexusIndexer. deleteArtifactFromIndex(ArtifactContext ac, IndexingContext context)Deprecated.Delegates to theIndexerEngineto remove artifact from the indexvoidNexusIndexer. deleteArtifactFromIndex(ArtifactContext ac, IndexingContext context)Deprecated.voidDefaultIndexer. deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> ac, IndexingContext context)voidDefaultNexusIndexer. deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Deprecated.voidIndexer. deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Removes the passed in artifacts contexts from passed in indexing context.voidNexusIndexer. deleteArtifactsFromIndex(java.util.Collection<ArtifactContext> acs, IndexingContext context)Deprecated.ArtifactContextArtifactContextProducer. getArtifactContext(IndexingContext context, java.io.File file)ArtifactContextDefaultArtifactContextProducer. getArtifactContext(IndexingContext context, java.io.File file)Get ArtifactContext for given pom or artifact (jar, war, etc).private GavDefaultArtifactContextProducer. getGavFromPath(IndexingContext context, java.lang.String repositoryPath, java.lang.String artifactPath)private org.apache.lucene.document.DocumentDefaultIndexerEngine. getOldDocument(IndexingContext context, ArtifactContext ac)protected java.util.List<java.lang.String>DefaultIteratorResultSet. highlightField(IndexingContext context, MatchHighlightRequest hr, IndexerField field, java.lang.String text)Returns a string that contains match fragment highlighted in style as user requested.voidDefaultIndexerEngine. index(IndexingContext context, ArtifactContext ac)voidIndexerEngine. index(IndexingContext context, ArtifactContext ac)Add new artifact to the indexprivate voidDefaultScannerListener. initialize(IndexingContext ctx)voidArtifactInfoPostprocessor. postprocess(IndexingContext ctx, ArtifactInfo ai)voidUniqueArtifactFilterPostprocessor. postprocess(IndexingContext ctx, ArtifactInfo ai)voidUniqueGAArtifactFilterPostprocessor. postprocess(IndexingContext ctx, ArtifactInfo ai)Deprecated.voidDefaultIndexerEngine. remove(IndexingContext context, ArtifactContext ac)voidIndexerEngine. remove(IndexingContext context, ArtifactContext ac)Remove artifact to the indexprivate voidDefaultScannerListener. removeDeletedArtifacts(IndexingContext context, ScanningResult result, java.lang.String contextPath)voidDefaultNexusIndexer. removeIndexingContext(IndexingContext context, boolean deleteFiles)Deprecated.voidNexusIndexer. removeIndexingContext(IndexingContext context, boolean deleteFiles)Deprecated.UseIndexerinstead.voidDefaultNexusIndexer. scan(IndexingContext context)Deprecated.voidDefaultNexusIndexer. scan(IndexingContext context, boolean update)Deprecated.voidDefaultNexusIndexer. scan(IndexingContext context, java.lang.String fromPath, ArtifactScanningListener listener, boolean update)Deprecated.UsesScannerto scan repository content.voidDefaultNexusIndexer. scan(IndexingContext context, ArtifactScanningListener listener)Deprecated.voidDefaultNexusIndexer. scan(IndexingContext context, ArtifactScanningListener listener, boolean update)Deprecated.voidNexusIndexer. scan(IndexingContext context)Deprecated.UseIndexerinstead.voidNexusIndexer. scan(IndexingContext context, boolean update)Deprecated.UseIndexerinstead.voidNexusIndexer. scan(IndexingContext context, java.lang.String fromPath, ArtifactScanningListener listener, boolean update)Deprecated.UseIndexerinstead.voidNexusIndexer. scan(IndexingContext context, ArtifactScanningListener listener)Deprecated.UseIndexerinstead.voidNexusIndexer. scan(IndexingContext context, ArtifactScanningListener listener, boolean update)Deprecated.UseIndexerinstead.voidArtifactScanningListener. scanningFinished(IndexingContext ctx, ScanningResult result)voidDefaultScannerListener. scanningFinished(IndexingContext ctx, ScanningResult result)voidArtifactScanningListener. scanningStarted(IndexingContext ctx)voidDefaultScannerListener. scanningStarted(IndexingContext ctx)java.util.Set<ArtifactInfo>DefaultSearchEngine. searchFlat(java.util.Comparator<ArtifactInfo> artifactInfoComparator, IndexingContext indexingContext, org.apache.lucene.search.Query query)Deprecated.java.util.Set<ArtifactInfo>SearchEngine. searchFlat(java.util.Comparator<ArtifactInfo> artifactInfoComparator, IndexingContext indexingContext, org.apache.lucene.search.Query query)Deprecated.voidDefaultIndexerEngine. update(IndexingContext context, ArtifactContext ac)voidIndexerEngine. update(IndexingContext context, ArtifactContext ac)Replace data for a previously indexed artifactprivate voidDefaultIndexerEngine. updateGroups(IndexingContext context, ArtifactContext ac)Method parameters in org.apache.maven.index with type arguments of type IndexingContext Modifier and Type Method Description IndexingContextDefaultNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, boolean searchable, java.util.Collection<IndexingContext> contexts)Deprecated.IndexingContextDefaultNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, org.apache.lucene.store.Directory indexDirectory, boolean searchable, java.util.Collection<IndexingContext> contexts)Deprecated.IndexingContextNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, java.io.File indexDirectory, boolean searchable, java.util.Collection<IndexingContext> contexts)Deprecated.IndexingContextNexusIndexer. addMergedIndexingContext(java.lang.String id, java.lang.String repositoryId, java.io.File repository, org.apache.lucene.store.Directory indexDirectory, boolean searchable, java.util.Collection<IndexingContext> contexts)Deprecated.FlatSearchResponseDefaultSearchEngine. forceSearchFlatPaged(FlatSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)FlatSearchResponseSearchEngine. forceSearchFlatPaged(FlatSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)Do the search in all contexts, no matter if the context is searchable or notGroupedSearchResponseDefaultSearchEngine. forceSearchGrouped(GroupedSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)GroupedSearchResponseSearchEngine. forceSearchGrouped(GroupedSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)Do the search in all contexts, no matter if the context is searchable or notIteratorSearchResponseDefaultSearchEngine. forceSearchIteratorPaged(IteratorSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)IteratorSearchResponseSearchEngine. forceSearchIteratorPaged(IteratorSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)Do the search in all contexts, no matter if the context is searchable or notprotected NexusIndexMultiReaderDefaultSearchEngine. getMergedIndexReader(java.util.Collection<IndexingContext> indexingContexts, boolean ignoreContext)Locks down participating contexts, and returns a "merged" reader of them.protected java.util.List<IndexingContext>DefaultSearchEngine. getParticipatingContexts(java.util.Collection<IndexingContext> indexingContexts, boolean ignoreContext)Returns the list of participating contexts.java.util.Collection<ArtifactInfo>DefaultIndexer. identify(java.io.File artifact, java.util.Collection<IndexingContext> contexts)java.util.Collection<ArtifactInfo>DefaultIndexer. identify(org.apache.lucene.search.Query query, java.util.Collection<IndexingContext> contexts)java.util.Collection<ArtifactInfo>DefaultNexusIndexer. identify(java.io.File artifact, java.util.Collection<IndexingContext> contexts)Deprecated.java.util.Collection<ArtifactInfo>DefaultNexusIndexer. identify(org.apache.lucene.search.Query query, java.util.Collection<IndexingContext> contexts)Deprecated.java.util.Collection<ArtifactInfo>Indexer. identify(java.io.File artifact, java.util.Collection<IndexingContext> contexts)Performs an "identity" search.java.util.Collection<ArtifactInfo>Indexer. identify(org.apache.lucene.search.Query query, java.util.Collection<IndexingContext> contexts)Performs an "identity" search.java.util.Collection<ArtifactInfo>NexusIndexer. identify(java.io.File artifact, java.util.Collection<IndexingContext> contexts)Deprecated.java.util.Collection<ArtifactInfo>NexusIndexer. identify(org.apache.lucene.search.Query query, java.util.Collection<IndexingContext> contexts)Deprecated.java.util.Set<ArtifactInfo>DefaultSearchEngine. searchFlat(java.util.Comparator<ArtifactInfo> artifactInfoComparator, java.util.Collection<IndexingContext> indexingContexts, org.apache.lucene.search.Query query)Deprecated.protected intDefaultSearchEngine. searchFlat(FlatSearchRequest req, java.util.Collection<ArtifactInfo> result, java.util.List<IndexingContext> participatingContexts, org.apache.lucene.search.Query query)java.util.Set<ArtifactInfo>SearchEngine. searchFlat(java.util.Comparator<ArtifactInfo> artifactInfoComparator, java.util.Collection<IndexingContext> indexingContexts, org.apache.lucene.search.Query query)Deprecated.FlatSearchResponseDefaultSearchEngine. searchFlatPaged(FlatSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)protected FlatSearchResponseDefaultSearchEngine. searchFlatPaged(FlatSearchRequest request, java.util.Collection<IndexingContext> indexingContexts, boolean ignoreContext)FlatSearchResponseSearchEngine. searchFlatPaged(FlatSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)Do the search only on searchable contextsGroupedSearchResponseDefaultSearchEngine. searchGrouped(GroupedSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)protected GroupedSearchResponseDefaultSearchEngine. searchGrouped(GroupedSearchRequest request, java.util.Collection<IndexingContext> indexingContexts, boolean ignoreContext)protected intDefaultSearchEngine. searchGrouped(GroupedSearchRequest req, java.util.Map<java.lang.String,ArtifactInfoGroup> result, Grouping grouping, java.util.List<IndexingContext> participatingContexts, org.apache.lucene.search.Query query)GroupedSearchResponseSearchEngine. searchGrouped(GroupedSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)Do the search only on searchable contextsIteratorSearchResponseDefaultSearchEngine. searchIteratorPaged(IteratorSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)private IteratorSearchResponseDefaultSearchEngine. searchIteratorPaged(IteratorSearchRequest request, java.util.Collection<IndexingContext> indexingContexts, boolean ignoreContext)IteratorSearchResponseSearchEngine. searchIteratorPaged(IteratorSearchRequest request, java.util.Collection<IndexingContext> indexingContexts)Do the search only on searchable contextsvoidAbstractSearchRequest. setContexts(java.util.List<IndexingContext> contexts)Constructors in org.apache.maven.index with parameters of type IndexingContext Constructor Description DefaultScannerListener(IndexingContext context, IndexerEngine indexerEngine, boolean update, ArtifactScanningListener listener)FlatSearchRequest(org.apache.lucene.search.Query query, java.util.Comparator<ArtifactInfo> artifactInfoComparator, IndexingContext context)FlatSearchRequest(org.apache.lucene.search.Query query, IndexingContext context)GroupedSearchRequest(org.apache.lucene.search.Query query, Grouping grouping, java.util.Comparator<java.lang.String> groupKeyComparator, IndexingContext context)GroupedSearchRequest(org.apache.lucene.search.Query query, Grouping grouping, IndexingContext context)IteratorSearchRequest(org.apache.lucene.search.Query query, IndexingContext context)ScanningRequest(IndexingContext context, ArtifactScanningListener artifactScanningListener)ScanningRequest(IndexingContext context, ArtifactScanningListener artifactScanningListener, java.lang.String startingPath)Constructor parameters in org.apache.maven.index with type arguments of type IndexingContext Constructor Description AbstractSearchPageableRequest(org.apache.lucene.search.Query query, java.util.List<IndexingContext> contexts)AbstractSearchRequest(org.apache.lucene.search.Query query, java.util.List<IndexingContext> contexts)DefaultIteratorResultSet(IteratorSearchRequest request, NexusIndexMultiSearcher indexSearcher, java.util.List<IndexingContext> contexts, org.apache.lucene.search.TopDocs hits)IteratorSearchRequest(org.apache.lucene.search.Query query, java.util.List<IndexingContext> contexts)IteratorSearchRequest(org.apache.lucene.search.Query query, java.util.List<IndexingContext> contexts, ArtifactInfoFilter filter) -
Uses of IndexingContext in org.apache.maven.index.archetype
Methods in org.apache.maven.index.archetype that return types with arguments of type IndexingContext Modifier and Type Method Description protected abstract java.util.List<IndexingContext>AbstractArchetypeDataSource. getIndexingContexts() -
Uses of IndexingContext in org.apache.maven.index.context
Classes in org.apache.maven.index.context that implement IndexingContext Modifier and Type Class Description classAbstractIndexingContextclassDefaultIndexingContextThe defaultIndexingContextimplementation.classMergedIndexingContextA merged indexing context that offers read only "view" on multiple other indexing contexts merged and presented as one.Fields in org.apache.maven.index.context declared as IndexingContext Modifier and Type Field Description private IndexingContextNexusIndexSearcherFactory. contextprivate IndexingContextNexusIndexSearcher. indexingContextFields in org.apache.maven.index.context with type parameters of type IndexingContext Modifier and Type Field Description private java.util.List<IndexingContext>NexusIndexMultiReader. contextsprivate java.util.List<IndexingContext>StaticContextMemberProvider. membersMethods in org.apache.maven.index.context that return IndexingContext Modifier and Type Method Description IndexingContextNexusIndexSearcher. getIndexingContext()Methods in org.apache.maven.index.context that return types with arguments of type IndexingContext Modifier and Type Method Description java.util.Collection<IndexingContext>ContextMemberProvider. getMembers()java.util.Collection<IndexingContext>MergedIndexingContext. getMembers()java.util.List<IndexingContext>StaticContextMemberProvider. getMembers()Methods in org.apache.maven.index.context with parameters of type IndexingContext Modifier and Type Method Description static ArtifactInfoIndexUtils. constructArtifactInfo(org.apache.lucene.document.Document doc, IndexingContext context)static org.apache.lucene.document.DocumentIndexUtils. updateDocument(org.apache.lucene.document.Document doc, IndexingContext context)static org.apache.lucene.document.DocumentIndexUtils. updateDocument(org.apache.lucene.document.Document doc, IndexingContext context, boolean updateLastModified)static org.apache.lucene.document.DocumentIndexUtils. updateDocument(org.apache.lucene.document.Document doc, IndexingContext context, boolean updateLastModified, ArtifactInfo ai)Constructors in org.apache.maven.index.context with parameters of type IndexingContext Constructor Description NexusIndexSearcher(IndexingContext indexingContext, org.apache.lucene.index.IndexReader reader)NexusIndexSearcherFactory(IndexingContext context)Constructor parameters in org.apache.maven.index.context with type arguments of type IndexingContext Constructor Description NexusIndexMultiReader(java.util.Collection<IndexingContext> contexts)StaticContextMemberProvider(java.util.Collection<IndexingContext> members) -
Uses of IndexingContext in org.apache.maven.index.packer
Fields in org.apache.maven.index.packer declared as IndexingContext Modifier and Type Field Description private IndexingContextIndexPackingRequest. contextMethods in org.apache.maven.index.packer that return IndexingContext Modifier and Type Method Description IndexingContextIndexPackingRequest. getContext()Constructors in org.apache.maven.index.packer with parameters of type IndexingContext Constructor Description IndexPackingRequest(IndexingContext context, org.apache.lucene.index.IndexReader indexReader, java.io.File targetDir) -
Uses of IndexingContext in org.apache.maven.index.treeview
Fields in org.apache.maven.index.treeview declared as IndexingContext Modifier and Type Field Description private IndexingContextTreeViewRequest. indexingContextMethods in org.apache.maven.index.treeview that return IndexingContext Modifier and Type Method Description IndexingContextTreeViewRequest. getIndexingContext()Constructors in org.apache.maven.index.treeview with parameters of type IndexingContext Constructor Description TreeViewRequest(TreeNodeFactory factory, java.lang.String path, java.util.Map<Field,java.lang.String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)TreeViewRequest(TreeNodeFactory factory, java.lang.String path, IndexingContext ctx) -
Uses of IndexingContext in org.apache.maven.index.updater
Fields in org.apache.maven.index.updater declared as IndexingContext Modifier and Type Field Description private IndexingContextIndexUpdateRequest. contextMethods in org.apache.maven.index.updater that return IndexingContext Modifier and Type Method Description IndexingContextIndexUpdateRequest. getIndexingContext()Methods in org.apache.maven.index.updater with parameters of type IndexingContext Modifier and Type Method Description IndexDataReader.IndexDataReadResultIndexDataReader. readIndex(org.apache.lucene.index.IndexWriter w, IndexingContext context)IndexDataReader.IndexDataReadResultIndexDataReader. readIndex(IndexDataReader.IndexDataReadVisitor visitor, IndexingContext context)Reads index content by using a visitor.static IndexDataReader.IndexDataReadResultDefaultIndexUpdater. unpackIndexData(java.io.InputStream is, org.apache.lucene.store.Directory d, IndexingContext context)Unpack index data using specified Lucene Index writervoidIndexUpdateSideEffect. updateIndex(org.apache.lucene.store.Directory directory, IndexingContext context, boolean partial)Given a full or partial (see context partial parameter) lucene index (directory + context it has been integrated into), this can let other participants (implementations of this type) know about the update.intIndexDataWriter. write(IndexingContext context, org.apache.lucene.index.IndexReader indexReader, java.util.List<java.lang.Integer> docIndexes)voidIndexDataWriter. writeHeader(IndexingContext context)Constructors in org.apache.maven.index.updater with parameters of type IndexingContext Constructor Description IndexUpdateRequest(IndexingContext context, ResourceFetcher resourceFetcher)
-