| WindowsSearch Constructor |
Namespace:
Dynamicweb.WeightedSearch
Assembly:
Dynamicweb.WeightedSearch (in Dynamicweb.WeightedSearch.dll) Version: 2.0.2
Syntax public WindowsSearch(
int weightTitle,
int weightText,
string filesCatalog,
string folderToStart,
string filesExtensions,
bool useFilenameAsTitle,
bool searchInFolderOnly,
Func<string, string> prepareText,
Func<string, string, int> countWord
)
Public Sub New (
weightTitle As Integer,
weightText As Integer,
filesCatalog As String,
folderToStart As String,
filesExtensions As String,
useFilenameAsTitle As Boolean,
searchInFolderOnly As Boolean,
prepareText As Func(Of String, String),
countWord As Func(Of String, String, Integer)
)
Parameters
- weightTitle
- Type: SystemInt32
- weightText
- Type: SystemInt32
- filesCatalog
- Type: SystemString
- folderToStart
- Type: SystemString
- filesExtensions
- Type: SystemString
- useFilenameAsTitle
- Type: SystemBoolean
- searchInFolderOnly
- Type: SystemBoolean
- prepareText
- Type: SystemFuncString, String
- countWord
- Type: SystemFuncString, String, Int32
See Also