Declaration Syntax
C# | Visual Basic | Visual C++ |
public class SearcherIO
Public Class SearcherIO
public ref class SearcherIO
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
SearcherIO(Configuration) | ||
Close()()() | ||
Configuration |
Gets the instance of the Configuration class that holds the settings to be used.
| |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetAllLexiconEntries()()() |
Gets a list of all entries in the lexicon
| |
GetDocumentsNotContainingTheWord(LexiconMatch, IntHashtable, SearchOptions) |
Gets an ArrayList of document IDs which don't contain notWord.
| |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetIndexedDocumentIds()()() |
Gets a list of all DocumentRecord objects in the 'database'.
| |
GetMatchingDocumentsForWord(LexiconMatch, IntHashtable, SearchOptions, Boolean) |
Gets an OccurrenceMap for a word.
| |
GetNumberOfResults(ArrayList) |
Gets the number of results for a collection of queryExpressions (words AND conected)
| |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
GetWordVariations(Word) |
Returns list of string objects with variations (lemmas) for a word, empty list if none found.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
RunLexiconQueries(LexiconQueryCollection) | ||
ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
XmlContentTable |
Gets the XmlContentTable.
| |
XmlLocationTable |
Gets the XmlLocationTable.
|
Inheritance Hierarchy
Object | |
SearcherIO |