Uses of Class
au.org.ala.checklist.lucene.model.NameSearchResult

Packages that use NameSearchResult
au.org.ala.checklist.lucene   
au.org.ala.checklist.lucene.model   
 

Uses of NameSearchResult in au.org.ala.checklist.lucene
 

Fields in au.org.ala.checklist.lucene with type parameters of type NameSearchResult
protected  java.util.List<NameSearchResult> SearchResultException.results
           
 

Methods in au.org.ala.checklist.lucene that return NameSearchResult
 NameSearchResult ParentSynonymChildException.getChildResult()
           
 NameSearchResult ExcludedNameException.getExcludedName()
           
 NameSearchResult MisappliedException.getMatchedResult()
           
 NameSearchResult MisappliedException.getMisappliedResult()
           
 NameSearchResult ExcludedNameException.getNonExcludedName()
           
 NameSearchResult ParentSynonymChildException.getParentResult()
           
 NameSearchResult CBIndexSearch.searchForAcceptedRecordDefaultHandling(LinnaeanRankClassification cl, boolean fuzzy)
          Returns the accepted result for the supplied classification.
 NameSearchResult CBIndexSearch.searchForAcceptedRecordDefaultHandling(LinnaeanRankClassification cl, boolean fuzzy, boolean ignoreHomonym)
           
 NameSearchResult CBIndexSearch.searchForCommonName(java.lang.String name)
          Performs a search on the supplied common name returning a NameSearchResult.
 NameSearchResult CBIndexSearch.searchForRecord(LinnaeanRankClassification cl, boolean recursiveMatching)
           
 NameSearchResult CBIndexSearch.searchForRecord(LinnaeanRankClassification cl, boolean recursiveMatching, boolean fuzzy)
           
 NameSearchResult CBIndexSearch.searchForRecord(LinnaeanRankClassification cl, boolean recursiveMatching, boolean addGuids, boolean fuzzy)
          Search for an LSID with the supplied classification without a fuzzy match.
 NameSearchResult CBIndexSearch.searchForRecord(java.lang.String name, LinnaeanRankClassification cl, RankType rank)
          Searches for a record based on the supplied name, classification and rank without fuzzy name matching
 NameSearchResult CBIndexSearch.searchForRecord(java.lang.String name, LinnaeanRankClassification cl, RankType rank, boolean fuzzy)
           
 NameSearchResult CBIndexSearch.searchForRecord(java.lang.String name, LinnaeanRankClassification cl, RankType rank, boolean fuzzy, boolean ignoreHomonyms)
          Searches for a record based on the supplied name, rank and classification with or without fuzzy name matching.
 NameSearchResult CBIndexSearch.searchForRecord(java.lang.String name, RankType rank)
          Searches index for the supplied name and rank without a fuzzy match.
 NameSearchResult CBIndexSearch.searchForRecord(java.lang.String name, RankType rank, boolean fuzzy)
          Searches the index for the supplied name of the specified rank.
 NameSearchResult CBIndexSearch.searchForRecord(java.lang.String name, java.lang.String kingdom, java.lang.String genus, RankType rank)
          Deprecated. Use CBIndexSearch.searchForRecord(java.lang.String, au.org.ala.data.model.LinnaeanRankClassification, au.org.ala.data.util.RankType, boolean) instead. It is more extensible to supply a classification object then a list of higher classification
 NameSearchResult CBIndexSearch.searchForRecordByID(java.lang.String id)
          Returns the records that has the supplied checklist bank id
 NameSearchResult CBIndexSearch.searchForRecordByLsid(java.lang.String lsid)
           
 NameSearchResult CBIndexSearch.validateHomonymByAuthor(java.util.List<NameSearchResult> result, java.lang.String name, LinnaeanRankClassification cl)
           
 NameSearchResult CBIndexSearch.validateHomonyms(java.util.List<NameSearchResult> results, java.lang.String name, LinnaeanRankClassification cl)
          Takes a result set that contains a homonym and then either throws a HomonymException or returns the first result that matches the supplied taxa.
 

Methods in au.org.ala.checklist.lucene that return types with arguments of type NameSearchResult
 java.util.List<NameSearchResult> SearchResultException.getResults()
           
 java.util.List<NameSearchResult> CBIndexSearch.searchForRecords(java.lang.String name, RankType rank, boolean fuzzy)
          Searches for records with the specified name and rank with or without fuzzy name matching
 java.util.List<NameSearchResult> CBIndexSearch.searchForRecords(java.lang.String name, RankType rank, LinnaeanRankClassification cl, int max)
          Searches for a list of results for the supplied name, classification and rank without fuzzy match
 java.util.List<NameSearchResult> CBIndexSearch.searchForRecords(java.lang.String name, RankType rank, LinnaeanRankClassification cl, int max, boolean fuzzy)
          Searches for the records that satisfy the given conditions using the algorithm outlined in the class description.
 java.util.List<NameSearchResult> CBIndexSearch.searchForRecords(java.lang.String name, RankType rank, LinnaeanRankClassification cl, int max, boolean fuzzy, boolean ignoreHomonyms)
           
 

Methods in au.org.ala.checklist.lucene with parameters of type NameSearchResult
 void ExcludedNameException.setExcludedName(NameSearchResult excludedName)
           
 void MisappliedException.setMatchedResult(NameSearchResult matchedResult)
           
 void MisappliedException.setMisappliedResult(NameSearchResult misappliedResult)
           
 void ExcludedNameException.setNonExcludedName(NameSearchResult nonExcludedName)
           
 

Method parameters in au.org.ala.checklist.lucene with type arguments of type NameSearchResult
 void HomonymException.setResults(java.util.List<NameSearchResult> results)
           
 NameSearchResult CBIndexSearch.validateHomonymByAuthor(java.util.List<NameSearchResult> result, java.lang.String name, LinnaeanRankClassification cl)
           
 NameSearchResult CBIndexSearch.validateHomonyms(java.util.List<NameSearchResult> results, java.lang.String name, LinnaeanRankClassification cl)
          Takes a result set that contains a homonym and then either throws a HomonymException or returns the first result that matches the supplied taxa.
 

Constructors in au.org.ala.checklist.lucene with parameters of type NameSearchResult
ExcludedNameException(java.lang.String message, NameSearchResult excludedName)
           
ExcludedNameException(java.lang.String message, NameSearchResult nonExcludedName, NameSearchResult excludedName)
           
MisappliedException(NameSearchResult match)
          Constructor to use of the first result is misapplied.
MisappliedException(NameSearchResult match, NameSearchResult misapplied)
          Constructor to use if the first result is accepted and second result is a misapplied synonym
ParentSynonymChildException(NameSearchResult parentResult, NameSearchResult childResult)
           
 

Constructor parameters in au.org.ala.checklist.lucene with type arguments of type NameSearchResult
HomonymException(java.util.List<NameSearchResult> results)
           
HomonymException(java.lang.String msg, java.util.List<NameSearchResult> results)
           
SearchResultException(java.lang.String msg, java.util.List<NameSearchResult> results)
           
 

Uses of NameSearchResult in au.org.ala.checklist.lucene.model
 

Methods in au.org.ala.checklist.lucene.model that return NameSearchResult
 NameSearchResult MetricsResultDTO.getResult()
           
 

Methods in au.org.ala.checklist.lucene.model with parameters of type NameSearchResult
 void MetricsResultDTO.setResult(NameSearchResult result)
           
 



Copyright © 2014. All Rights Reserved.