|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.qparse.StopWord
Build a list of words that will never be in the database.
Constructor Summary | |
StopWord(IniFile ini)
|
|
StopWord(InputStream file)
|
|
StopWord(String list)
|
|
StopWord(String[] list)
|
|
StopWord(String section,
IniFile ini)
|
Method Summary | |
boolean |
contains(String word)
|
String |
toIniString()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public StopWord(IniFile ini)
public StopWord(String section, IniFile ini)
public StopWord(InputStream file)
public StopWord(String list)
public StopWord(String[] list)
Method Detail |
public String toIniString()
public String toString()
public boolean contains(String word)
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |