Méthode | Description | |
---|---|---|
Add ( IRecord record, |
Adds a new occurrence of the term. The occurrence information (field and position) will be added to an existing Posting object whenever possible.
|
|
GetEnumerator ( ) : System.Collections.IEnumerator |
Enumerates through all the Posting objects.
|
|
Postings ( string term ) : System |
Creates a new Postings object for a term.
|
|
Remove ( IRecord record ) : void |
Removes all information related to a specific record from this object.
|
|
ToString ( ) : string |
Builds a readable representation of this object.
|
public Add ( IRecord record, |
||
record | IRecord | the record where the term was found |
field | the field where the term was found | |
position | int | the position in the field where the term was found |
Résultat | void |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
Résultat | System.Collections.IEnumerator |
public Postings ( string term ) : System | ||
term | string | the term |
Résultat | System |
public Remove ( IRecord record ) : void | ||
record | IRecord | the record to be removed |
Résultat | void |