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