Uses of Class
au.org.ala.checklist.lucene.SearchResultException

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

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

Subclasses of SearchResultException in au.org.ala.checklist.lucene
 class ExcludedNameException
          An exception that is thrown when the match is to a name that has been excluded.
 class HomonymException
          Exception that is thrown when the result is an unresolved homonym
 class MisappliedException
          Indicates that the matched name has been misapplied in the past.
 class ParentSynonymChildException
          An exception that is thrown when the result represents a situation where the parent is a synonym of the child concept.
 class RecursiveSearchException
          Represents an exception that occurs during a recursive match.
 class SPPException
          The exception to be thrown when a Genus spp.
 

Methods in au.org.ala.checklist.lucene that throw SearchResultException
 java.lang.String CBIndexSearch.searchForLSID(LinnaeanRankClassification cl, boolean recursiveMatching)
          Search for an LSID with the supplied classification without a fuzzy match.
 java.lang.String CBIndexSearch.searchForLSID(java.lang.String name)
          Searches for the name without using fuzzy name matching...
 java.lang.String CBIndexSearch.searchForLSID(java.lang.String name, boolean fuzzy)
          Searches the index for the supplied name with or without fuzzy name matching.
 java.lang.String CBIndexSearch.searchForLSID(java.lang.String name, boolean fuzzy, boolean ignoreHomonyms)
           
 java.lang.String CBIndexSearch.searchForLSID(java.lang.String name, LinnaeanRankClassification cl, RankType rank)
          Search for an LSID based on suppled name, classification and rank without a fuzzy match...
 java.lang.String CBIndexSearch.searchForLSID(java.lang.String name, LinnaeanRankClassification cl, RankType rank, boolean fuzzy, boolean ignoreHomonym)
          Search for an LSID based on the supplied name, classification and rank with or without fuzzy name matching.
 java.lang.String CBIndexSearch.searchForLSID(java.lang.String name, RankType rank)
          Searches for an LSID of the supplied name and rank without a fuzzy match...
 java.lang.String CBIndexSearch.searchForLSID(java.lang.String name, RankType rank, boolean fuzzy)
          Searches the index for the supplied name of the specified rank with or without fuzzy name matching.
 java.lang.String CBIndexSearch.searchForLSID(java.lang.String name, RankType rank, boolean fuzzy, boolean ignoreHomonyms)
          Searches for the supplied name of the specified rank with or without fuzzy name matching.
 java.lang.String CBIndexSearch.searchForLSID(java.lang.String name, java.lang.String kingdom, java.lang.String scientificName, RankType rank)
          Deprecated. Use #searchForLSID(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.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
 MetricsResultDTO CBIndexSearch.searchForRecordMetrics(LinnaeanRankClassification cl, boolean recursiveMatching)
           
 MetricsResultDTO CBIndexSearch.searchForRecordMetrics(LinnaeanRankClassification cl, boolean recursiveMatching, boolean fuzzy)
           
 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)
           
 

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

Methods in au.org.ala.checklist.lucene.model that return SearchResultException
 SearchResultException MetricsResultDTO.getLastException()
           
 

Methods in au.org.ala.checklist.lucene.model with parameters of type SearchResultException
 void MetricsResultDTO.setLastException(SearchResultException lastException)
           
 



Copyright © 2014. All Rights Reserved.