温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:DotNetNuke04.08.03免安装版项目源码
当前文件路径:DNN/Website/Bin/DotNetNuke.Search.DataStore.xml

1<?xml version="1.0"?> 2
<doc> 3
<assembly> 4
<name> 5
DotNetNuke.Search.DataStore 6
</name> 7
</assembly> 8
<members> 9
<member name="M:DotNetNuke.Services.Search.SearchDataStore.AddIndexWords(System.Int32,DotNetNuke.Services.Search.SearchItemInfo,System.String)"> 10
----------------------------------------------------------------------------- 11
<summary> 12
AddIndexWords adds the Index Words to the Data Store 13
</summary> 14
<remarks> 15
</remarks> 16
<param name="IndexId">The Id of the SearchItem</param> 17
<param name="SearchItem">The SearchItem</param> 18
<param name="Language">The Language of the current Item</param> 19
<history> 20
[cnurse] 11/15/2004 documented 21
[cnurse] 11/16/2004 replaced calls to separate content clean-up 22
functions with new call to HtmlUtils.Clean(). 23
replaced logic to determine whether word should 24
be indexed by call to CanIndexWord() 25
</history> 26
----------------------------------------------------------------------------- 27
28
</member><member name="M:DotNetNuke.Services.Search.SearchDataStore.CanIndexWord(System.String,System.String)"> 29
----------------------------------------------------------------------------- 30
<summary> 31
CanIndexWord determines whether the Word should be indexed 32
</summary> 33
<remarks> 34
</remarks> 35
<param name="strWord">The Word to validate</param> 36
<returns>True if indexable, otherwise false</returns> 37
<history> 38
[cnurse] 11/16/2004 created 39
</history> 40
----------------------------------------------------------------------------- 41
42
</member><member name="M:DotNetNuke.Services.Search.SearchDataStore.GetCommonWords(System.String)"> 43
----------------------------------------------------------------------------- 44
<summary> 45
GetCommonWords gets a list of the Common Words for the locale 46
</summary> 47
<remarks> 48
</remarks> 49
<param name="Locale">The locale string</param> 50
<returns>A hashtable of common words</returns> 51
<history> 52
[cnurse] 11/15/2004 documented 53
</history> 54
----------------------------------------------------------------------------- 55
56
</member><member name="M:DotNetNuke.Services.Search.SearchDataStore.GetSearchWords"> 57
----------------------------------------------------------------------------- 58
<summary> 59
GetSearchWords gets a list of the current Words in the Database's Index 60
</summary> 61
<remarks> 62
</remarks> 63
<returns>A hashtable of words</returns> 64
<history> 65
[cnurse] 11/15/2004 documented 66
</history> 67
----------------------------------------------------------------------------- 68
69
</member><member name="M:DotNetNuke.Services.Search.SearchDataStore.GetSetting(System.String)"> 70
----------------------------------------------------------------------------- 71
<summary> 72
GetSetting gets a Search Setting from the Portal Modules Settings table (or 73
from the Host Settings) 74
</summary> 75
<returns></returns> 76
<remarks> 77
</remarks> 78
<history> 79
[cnurse] 11/16/2004 created 80
</history> 81
----------------------------------------------------------------------------- 82
83
</member><member name="M:DotNetNuke.Services.Search.SearchDataStore.GetSearchItems(System.Int32,System.Int32,System.Int32)"> 84
----------------------------------------------------------------------------- 85
<summary> 86
GetSearchItems gets a collection of Search Items for a Module/Tab/Portal 87
</summary> 88
<remarks> 89
</remarks> 90
<param name="PortalID">A Id of the Portal</param> 91
<param name="TabID">A Id of the Tab</param> 92
<param name="ModuleID">A Id of the Module</param> 93
<history> 94
[cnurse] 11/15/2004 documented 95
</history> 96
----------------------------------------------------------------------------- 97
98
</member><member name="M:DotNetNuke.Services.Search.SearchDataStore.GetSearchResults(System.Int32,System.String)"> 99
----------------------------------------------------------------------------- 100
<summary> 101
GetSearchResults gets the search results for a passed in criteria string 102
</summary> 103
<remarks> 104
</remarks> 105
<param name="PortalID">A Id of the Portal</param> 106
<param name="Criteria">The criteria string</param> 107
<history> 108
[cnurse] 11/15/2004 documented 109
</history> 110
----------------------------------------------------------------------------- 111
112
</member><member name="M:DotNetNuke.Services.Search.SearchDataStore.StoreSearchItems(DotNetNuke.Services.Search.SearchItemInfoCollection)"> 113
----------------------------------------------------------------------------- 114
<summary> 115
StoreSearchItems adds the Search Item to the Data Store 116
</summary> 117
<remarks> 118
</remarks> 119
<param name="SearchItems">A Collection of SearchItems</param> 120
<history> 121
[cnurse] 11/15/2004 documented 122
</history> 123
----------------------------------------------------------------------------- 124
125
</member><member name="T:DotNetNuke.Services.Search.SearchDataStore"> 126
----------------------------------------------------------------------------- 127
Namespace: DotNetNuke.Services.Search 128
Project: DotNetNuke.Search.DataStore 129
Class: SearchDataStore 130
----------------------------------------------------------------------------- 131
<summary> 132
The SearchDataStore is an implementation of the abstract SearchDataStoreProvider 133
class 134
</summary> 135
<remarks> 136
</remarks> 137
<history> 138
[cnurse] 11/15/2004 documented 139
</history> 140
----------------------------------------------------------------------------- 141
142
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.#ctor"> 143
<summary> 144
Initializes a new instance of the <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> class. 145
</summary> 146
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.#ctor(DotNetNuke.Services.Search.SearchCriteriaCollection)"> 147
<summary> 148
Initializes a new instance of the <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> class containing the elements of the specified source collection. 149
</summary> 150
<param name="value">A <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> with which to initialize the collection.</param> 151
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.#ctor(DotNetNuke.Services.Search.SearchCriteria[])"> 152
<summary> 153
Initializes a new instance of the <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> class containing the specified array of <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> objects. 154
</summary> 155
<param name="value">An array of <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> objects with which to initialize the collection. </param> 156
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.#ctor(System.String)"> 157
<summary> 158
Initializes a new instance of the <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> class containing the elements of the specified source collection. 159
</summary> 160
<param name="value">A criteria string with which to initialize the collection</param> 161
</member><member name="P:DotNetNuke.Services.Search.SearchCriteriaCollection.Item(System.Int32)"> 162
<summary> 163
Gets the <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> at the specified index in the collection. 164
<para> 165
In VB.Net, this property is the indexer for the <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> class. 166
</para> 167
</summary> 168
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.Add(DotNetNuke.Services.Search.SearchCriteria)"> 169
<summary> 170
Add an element of the specified <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> to the end of the collection. 171
</summary> 172
<param name="value">An object of type <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> to add to the collection.</param> 173
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.IndexOf(DotNetNuke.Services.Search.SearchCriteria)"> 174
<summary> 175
Gets the index in the collection of the specified <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see>, if it exists in the collection. 176
</summary> 177
<param name="value">The <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> to locate in the collection.</param> 178
<returns>The index in the collection of the specified object, if found; otherwise, -1.</returns> 179
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.Insert(System.Int32,DotNetNuke.Services.Search.SearchCriteria)"> 180
<summary> 181
Add an element of the specified <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> to the collection at the designated index. 182
</summary> 183
<param name="index">An <see cref="T:System.Int32">Integer</see> to indicate the location to add the object to the collection.</param> 184
<param name="value">An object of type <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> to add to the collection.</param> 185
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.Remove(DotNetNuke.Services.Search.SearchCriteria)"> 186
<summary> 187
Remove the specified object of type <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> from the collection. 188
</summary> 189
<param name="value">An object of type <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> to remove to the collection.</param> 190
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.Contains(DotNetNuke.Services.Search.SearchCriteria)"> 191
<summary> 192
Gets a value indicating whether the collection contains the specified <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see>. 193
</summary> 194
<param name="value">The <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> to search for in the collection.</param> 195
<returns><b>true</b> if the collection contains the specified object; otherwise, <b>false</b>.</returns> 196
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.AddRange(DotNetNuke.Services.Search.SearchCriteria[])"> 197
<summary> 198
Copies the elements of the specified <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> array to the end of the collection. 199
</summary> 200
<param name="value">An array of type <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> containing the objects to add to the collection.</param> 201
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.AddRange(DotNetNuke.Services.Search.SearchCriteriaCollection)"> 202
<summary> 203
Adds the contents of another <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> to the end of the collection. 204
</summary> 205
<param name="value">A <see cref="T:DotNetNuke.Services.Search.SearchCriteriaCollection">SearchCriteriaCollection</see> containing the objects to add to the collection. </param> 206
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.CopyTo(DotNetNuke.Services.Search.SearchCriteria[],System.Int32)"> 207
<summary> 208
Copies the collection objects to a one-dimensional <see cref="T:System.Array">Array</see> instance beginning at the specified index. 209
</summary> 210
<param name="array">The one-dimensional <see cref="T:System.Array">Array</see> that is the destination of the values copied from the collection.</param> 211
<param name="index">The index of the array at which to begin inserting.</param> 212
</member><member name="M:DotNetNuke.Services.Search.SearchCriteriaCollection.ToArray"> 213
<summary> 214
Creates a one-dimensional <see cref="T:System.Array">Array</see> instance containing the collection items. 215
</summary> 216
<returns>Array of type SearchCriteria</returns> 217
</member><member name="T:DotNetNuke.Services.Search.SearchCriteriaCollection"> 218
----------------------------------------------------------------------------- 219
Namespace: DotNetNuke.Services.Search 220
Project: DotNetNuke.Search.DataStore 221
Class: SearchCriteria 222
----------------------------------------------------------------------------- 223
<summary> 224
Represents a collection of <see cref="T:DotNetNuke.Services.Search.SearchCriteria">SearchCriteria</see> objects. 225
</summary> 226
<remarks> 227
</remarks> 228
<history> 229
[cnurse] 11/15/2004 documented 230
</history> 231
----------------------------------------------------------------------------- 232
233
</member><member name="T:DotNetNuke.Services.Search.SearchCriteria"> 234
----------------------------------------------------------------------------- 235
Namespace: DotNetNuke.Services.Search 236
Project: DotNetNuke.Search.DataStore 237
Class: SearchCriteria 238
----------------------------------------------------------------------------- 239
<summary> 240
The SearchCriteria represents a search criterion 241
</summary> 242
<remarks> 243
</remarks> 244
<history> 245
[cnurse] 11/15/2004 documented 246
</history> 247
----------------------------------------------------------------------------- 248
249
</member><member name="M:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchResults(System.Int32,System.String)"> 250
----------------------------------------------------------------------------- 251
<summary> 252
GetSearchResults gets the search results for a single word 253
</summary> 254
<remarks> 255
</remarks> 256
<param name="PortalID">A Id of the Portal</param> 257
<param name="Word">The word</param> 258
<history> 259
[cnurse] 11/15/2004 documented 260
</history> 261
----------------------------------------------------------------------------- 262
263
</member><member name="M:DotNetNuke.Services.Search.SearchDataStoreController.GetSearchSettings(System.Int32)"> 264
----------------------------------------------------------------------------- 265
<summary> 266
GetSearchSettings gets the search settings for a single module 267
</summary> 268
<remarks> 269
</remarks> 270
<param name="ModuleId">The Id of the Module</param> 271
<history> 272
[cnurse] 11/15/2004 created 273
</history> 274
----------------------------------------------------------------------------- 275
276
</member><member name="T:DotNetNuke.Services.Search.SearchDataStoreController"> 277
----------------------------------------------------------------------------- 278
Namespace: DotNetNuke.Services.Search 279
Project: DotNetNuke.Search.DataStore 280
Class: SearchDataStoreController 281
----------------------------------------------------------------------------- 282
<summary> 283
The SearchDataStoreController is the Business Controller class for SearchDataStore 284
</summary> 285
<remarks> 286
</remarks> 287
<history> 288
[cnurse] 11/15/2004 documented 289
</history> 290
----------------------------------------------------------------------------- 291
292
</member> 293
</members> 294
</doc>


