Méthode | Description | |
---|---|---|
AddBaseIndexEntry ( BaseIndexEntry indexEntry ) : void |
Index the BaseIndexEntry in the inverted index, by query term
|
|
GetIndexEntriesForQueryTerm ( string term ) : List |
Get the BaseIndexEntries containing the provided query term. Returns null if there are no index entries.
|
|
GetTermFrequencyInIndex ( string term ) : double |
Get the frequency of the term in the index. This is how many unique queries contain the term.
|
|
TermIndex ( ) : System |
public AddBaseIndexEntry ( BaseIndexEntry indexEntry ) : void | ||
indexEntry | BaseIndexEntry | |
Résultat | void |
public GetIndexEntriesForQueryTerm ( string term ) : List |
||
term | string | |
Résultat | List |
public GetTermFrequencyInIndex ( string term ) : double | ||
term | string | |
Résultat | double |