Package | Description |
---|---|
org.jbei.ice.lib.dto.search | |
org.jbei.ice.lib.search | |
org.jbei.ice.lib.search.blast |
BLAST search classes.
|
org.jbei.ice.storage.hibernate.search |
Modifier and Type | Method and Description |
---|---|
LinkedList<SearchResult> |
SearchResults.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
SearchResults.setResults(List<SearchResult> results) |
static void |
SearchResults.sort(ColumnField sortField,
LinkedList<SearchResult> results) |
Modifier and Type | Method and Description |
---|---|
List<SearchResult> |
WebResult.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
WebResult.setResults(List<SearchResult> results) |
Modifier and Type | Method and Description |
---|---|
static HashMap<String,SearchResult> |
BlastPlus.runBlast(BlastQuery query)
Run a blast query using the following output format options
stitle - subject title
qstart - query match start index
qend - query match end index
sstart - subject match start index
send
sstrand
evalue
bitscore
length - alignment length
nident - number of identical matches
|
Modifier and Type | Method and Description |
---|---|
protected void |
HibernateSearch.createBlastFilterQuery(org.hibernate.search.FullTextSession fullTextSession,
HashMap<String,SearchResult> blastResults,
org.apache.lucene.search.BooleanQuery.Builder builder) |
SearchResults |
HibernateSearch.executeSearch(String userId,
HashMap<String,QueryType> terms,
SearchQuery searchQuery,
HashMap<String,SearchResult> blastResults) |
SearchResults |
HibernateSearch.executeSearchNoTerms(String userId,
HashMap<String,SearchResult> blastResults,
SearchQuery searchQuery) |
SearchResults |
HibernateSearch.filterBlastResults(String userId,
int start,
int count,
SearchQuery searchQuery,
HashMap<String,SearchResult> blastResults)
Intended to be called after running a blast search to filter the results.
|
Copyright © 2017. All rights reserved.