C# Class Lucene.Net.LukeNet.HighFreqTerms

HighFreqTerms class extracts terms and their frequencies out of an existing Lucene index.
Datei anzeigen Open project: mammo/LukeSharp Class Usage Examples

Public Methods

Method Description
GetHighFreqTerms ( Lucene.Net.Store.Directory dir, Hashtable junkWords, String fields ) : TermInfo[]
GetHighFreqTerms ( Lucene.Net.Store.Directory dir, Hashtable junkWords, int numTerms, String fields ) : TermInfo[]

Method Details

GetHighFreqTerms() public static method

public static GetHighFreqTerms ( Lucene.Net.Store.Directory dir, Hashtable junkWords, String fields ) : TermInfo[]
dir Lucene.Net.Store.Directory
junkWords System.Collections.Hashtable
fields String
return TermInfo[]

GetHighFreqTerms() public static method

public static GetHighFreqTerms ( Lucene.Net.Store.Directory dir, Hashtable junkWords, int numTerms, String fields ) : TermInfo[]
dir Lucene.Net.Store.Directory
junkWords System.Collections.Hashtable
numTerms int
fields String
return TermInfo[]