Package ubic.gemma.core.search
@ParametersAreNonnullByDefault
package ubic.gemma.core.search
-
ClassDescriptionException that wraps a baseCode
OntologySearchException
.Search source that can retrieve results matching specific fields.Custom highlighter for search results.Indexer service.Highlighter specialized for ontology terms.An exception that indicate that the search query could not be parsed.Exception raised by theSearchService
when the search could not be performed.SearchResult<T extends Identifiable>Represents an individual search result.Object to store search results of different classes in a similar way for displaying to user (ex: enables genes and gene sets to be entries in the same combo box) object types handled are: Gene, GeneSet, GeneSetValueObject, ExpressionExperiment and ExpressionExperimentSet SearchObject is also handled if the object it holds is of any of those types for a gene or experiment, the memberIds field is a collection just containing the object's id. memberIds is just for convenience on the client.SearchResultSet<T extends Identifiable>This is a special kind of set designed for holdingSearchResult
.This service is used for performing searches using free text or exact matches to items in the database.Search source that providesSearchResult
from a search engine.Indicate that the search failed due to aTimeoutException
.