Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.qparse.StopWord

Packages that use StopWord
ORG.oclc.qparse   
ORG.oclc.webz   
 

Uses of StopWord in ORG.oclc.qparse
 

Fields in ORG.oclc.qparse declared as StopWord
protected  StopWord Map.stopwords
          Index Specific stopwords list.
 

Methods in ORG.oclc.qparse that return StopWord
 StopWord Map.stopwords()
          Returns the index specific StopWord object.
 StopWord IndexMap.getStopWords()
          Returns the StopWord object for search stopwords.
 

Methods in ORG.oclc.qparse with parameters of type StopWord
 void IndexMap.setStopWords(StopWord stopwords)
          Sets the StopWord object to the input StopWord object.
 

Uses of StopWord in ORG.oclc.webz
 

Methods in ORG.oclc.webz that return StopWord
 StopWord Db.stopWords()
          Returns the StopWord object containing the stopwords for the database.
 StopWord ZDb.stopWords()
          Returns the StopWord object containing the list of database stopwords.
 


Open SiteSearch 4.1.1
Final