Package javax.help.search
Class ConfigFile
java.lang.Object
javax.help.search.ConfigFile
Describes and parses the configuration file for
the full-text search indexer.
- See Also:
-
Indexer
-
Constructor Summary
ConstructorsConstructorDescriptionConfigFile
(String configFile, Vector files, boolean noStopWords) Creates a configuration file. -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()
Gets the list of files from a config file.Returns the list of stopwords from a config file.getURLString
(String file) Returns the URL filename of a file in String format.
-
Constructor Details
-
ConfigFile
Creates a configuration file.
-
-
Method Details
-
getURLString
Returns the URL filename of a file in String format. -
getStopWords
Returns the list of stopwords from a config file. -
getFiles
Gets the list of files from a config file.
-