Open SiteSearch 4.1.1
Final

Uses of Interface
ORG.oclc.qparse.TermNormalizer

Packages that use TermNormalizer
ORG.oclc.qnorm   
ORG.oclc.qparse   
 

Uses of TermNormalizer in ORG.oclc.qnorm
 

Classes in ORG.oclc.qnorm that implement TermNormalizer
 class DDCTermNormalizer
          The DDCTermNormalizer class is the query term normalizer for Dewey Decimal Numbers.
 class GovDocTermNormalizer
          The GovDocTermNormalizer class is the query term normalizer for Government Document Numbers.
 class NewtonDbBaseTermNormalizer
          The NewtonDbBaseTermNormalizer class is the default query term filter class for locally mounted newton databases.
 class NotisPhraseNormalizer
          The NotisPhraseNormalizer class is used to filter incoming phrase searches for a NOTIS database.
 class RemoteZFSAuthorTermNormalizer
          The RemoteZFSAuthorTermNormalizer class is the query term filter class for processing queries that go to the remote FirstSerach Z39.50 Target for the Author phrase index which is indexed by retaining comma's in the name and has 2 blanks between the subfield 'a' and 'd'.
 class RemoteZFSTermNormalizer
          The RemoteZFSTermNormalizer class is the query term filter class for processing queries that go to the remote FirstSerach Z39.50 Target.
 class RemoteZTermNormalizer
          The RemoteZTermNormalizer class is the default query term filter class for processing queries that go to a remote Z39.50 Target.
 class SirsiPhraseNormalizer
          The SirsiPhraseNormalizer class is used to filter incoming phrase searches for a Sirsi database.
 

Uses of TermNormalizer in ORG.oclc.qparse
 

Fields in ORG.oclc.qparse declared as TermNormalizer
protected  TermNormalizer Map.filter
          TermNormalizer object for the index to provide specialized query filter capabilities for the query term in this index.
 

Methods in ORG.oclc.qparse that return TermNormalizer
 TermNormalizer Map.termNormalizerObject()
          Returns the TermNormalizer object for filtering the term.
 


Open SiteSearch 4.1.1
Final