Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.qparse.Map

Packages that use Map
ORG.oclc.qnorm   
ORG.oclc.qparse   
ORG.oclc.webz   
 

Uses of Map in ORG.oclc.qnorm
 

Methods in ORG.oclc.qnorm with parameters of type Map
 void RemoteZFSAuthorTermNormalizer.initNormalizer(IniFile ini, String section, Map indexInfo)
          The normalizer initialization method
 void RemoteZFSTermNormalizer.initNormalizer(IniFile ini, String section, Map indexInfo)
          The normalizer initialization method
 void RemoteZTermNormalizer.initNormalizer(IniFile ini, String section, Map indexInfo)
          The normalizer initialization method
 void NewtonDbBaseTermNormalizer.initNormalizer(IniFile ini, String section, Map indexInfo)
          The normalizer initialization method.
 void DDCTermNormalizer.initNormalizer(IniFile ini, String section, Map indexInfo)
          The normalizer initialization method.
 void GovDocTermNormalizer.initNormalizer(IniFile ini, String section, Map indexInfo)
          The normalizer initialization method.
 

Uses of Map in ORG.oclc.qparse
 

Methods in ORG.oclc.qparse that return Map
protected  Map Z3958Parser.findMap(String abb)
           
 Map[] IndexMap.getMap()
          Returns an array of Map objects for this IndexMap.
 Map IndexMap.getMapbyAbb(String abb)
          Retrieves a Map object for the input string based on the 'abbrev' field in the Map.
 Map IndexMap.getMapbyName(String name)
          Retrieves a Map object for the input string based on the 'name' field in the Map.
 Map IndexMap.getMapbyLongname(String name)
          Retrieves a Map object for the input string based on the 'longName' field in the Map.
 Map IndexMap.getMapbyIndex(int index)
          Retrieves a Map object for the input integer based on the 'Use' field in the Map.
 Map IndexMap.getMapbyIndex(String index)
          Retrieves a Map object for the input String based on the 'Use' field in the Map.
 Map IndexMap.getMapbyUseStructure(int use, int structure)
          Retrieves a Map object for the input use and structure based on the 'Use' and 'Structure' fields in the Map.
 Map IndexMap.getMapbyUse(int use)
          Retrieves a Map object for the input integer based on the 'Use' field in the Map.
 Map IndexMap.getMapbyAlternateIndex(int index)
          Retrieves a Map object for the input integer based on the 'alternateId' field in the Map.
 Map IndexMap.getDefaultMap(boolean in_scan)
          Retrieves a Map object for the default searching indices in the IndexMap object.
 

Methods in ORG.oclc.qparse with parameters of type Map
 void ASTValue.setInfo(String v, Map m)
           
 void ASTNested.setInfo(String n, Map nMap)
           
 void TermNormalizer.initNormalizer(IniFile ini, String section, Map indexInfo)
          The normalizer initialization method
 void IndexMap.setDefaultSearchMap(Map map)
          Sets the default search Map object for the database to the input Map object.
 void IndexMap.setDefaultBrowseMap(Map map)
          Sets the default browse Map object for the database to the input Map object.
 void IndexMap.addMap(Map map)
          Adds a new Map object to the IndexMap.
 void IndexMap.deleteMap(Map map)
          Deletes a Map object in the IndexMap.
 void IndexMap.setMap(Map[] map)
          Resets the array of Map entries to the input array.
 void ASTTerm.setInfo(String term, Map m)
           
 

Constructors in ORG.oclc.qparse with parameters of type Map
ASTTerm.ASTTerm(int id, String term, Map m)
           
 

Uses of Map in ORG.oclc.webz
 

Fields in ORG.oclc.webz declared as Map
 Map TermFinderInfo.termFinderSearchIndex
          Map object containing the index specification for the index to use when searching to retrieve a Term List in the Term Finder search.
 Map TermFinderInfo.termListSearchIndex
          Map object containing the index specification for the index to use when searching the target for one of the Related Terms List found in the term finder search.
 


Open SiteSearch 4.1.1
Final