public interface SearchEngine
Modifier and Type | Method and Description |
---|---|
FlatSearchResponse |
forceSearchFlatPaged(FlatSearchRequest request,
Collection<IndexingContext> indexingContexts)
Do the search in all contexts, no matter if the context is searchable or not
|
GroupedSearchResponse |
forceSearchGrouped(GroupedSearchRequest request,
Collection<IndexingContext> indexingContexts)
Do the search in all contexts, no matter if the context is searchable or not
|
IteratorSearchResponse |
forceSearchIteratorPaged(IteratorSearchRequest request,
Collection<IndexingContext> indexingContexts)
Do the search in all contexts, no matter if the context is searchable or not
|
Set<ArtifactInfo> |
searchFlat(Comparator<ArtifactInfo> artifactInfoComparator,
Collection<IndexingContext> indexingContexts,
org.apache.lucene.search.Query query)
Deprecated.
|
Set<ArtifactInfo> |
searchFlat(Comparator<ArtifactInfo> artifactInfoComparator,
IndexingContext indexingContext,
org.apache.lucene.search.Query query)
Deprecated.
|
FlatSearchResponse |
searchFlatPaged(FlatSearchRequest request,
Collection<IndexingContext> indexingContexts)
Do the search only on searchable contexts
|
GroupedSearchResponse |
searchGrouped(GroupedSearchRequest request,
Collection<IndexingContext> indexingContexts)
Do the search only on searchable contexts
|
IteratorSearchResponse |
searchIteratorPaged(IteratorSearchRequest request,
Collection<IndexingContext> indexingContexts)
Do the search only on searchable contexts
|
@Deprecated Set<ArtifactInfo> searchFlat(Comparator<ArtifactInfo> artifactInfoComparator, IndexingContext indexingContext, org.apache.lucene.search.Query query) throws IOException
IOException
@Deprecated Set<ArtifactInfo> searchFlat(Comparator<ArtifactInfo> artifactInfoComparator, Collection<IndexingContext> indexingContexts, org.apache.lucene.search.Query query) throws IOException
IOException
FlatSearchResponse searchFlatPaged(FlatSearchRequest request, Collection<IndexingContext> indexingContexts) throws IOException
IOException
IteratorSearchResponse searchIteratorPaged(IteratorSearchRequest request, Collection<IndexingContext> indexingContexts) throws IOException
IOException
GroupedSearchResponse searchGrouped(GroupedSearchRequest request, Collection<IndexingContext> indexingContexts) throws IOException
IOException
FlatSearchResponse forceSearchFlatPaged(FlatSearchRequest request, Collection<IndexingContext> indexingContexts) throws IOException
IOException
IteratorSearchResponse forceSearchIteratorPaged(IteratorSearchRequest request, Collection<IndexingContext> indexingContexts) throws IOException
IOException
GroupedSearchResponse forceSearchGrouped(GroupedSearchRequest request, Collection<IndexingContext> indexingContexts) throws IOException
IOException
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.