Skip to content

Commit c0dc254

Browse files
Update file(s) "/." from "groupdocs-search/Groupdocs.Search-References"
1 parent fa3fdb8 commit c0dc254

File tree

140 files changed

+225
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+225
-136
lines changed

content/sites/groupdocs/search/english/net/groupdocs.search.common/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The namespace provides common classes of the library.
4646
| [IDocumentLoader](./idocumentloader) | Defines the document loader interface that is used to load lazy documents. |
4747
| [IFieldExtractor](./ifieldextractor) | Provides methods for extracting fields from a document. |
4848
| [ILogger](./ilogger) | Defines interface of a logger that is used for logging events and errors in an index. |
49+
| [IWordSplitter](./iwordsplitter) | Defines a method for splitting text into individual words. |
4950
## Enumeration
5051

5152
| Enumeration | Description |

content/sites/groupdocs/search/english/net/groupdocs.search.common/imageframe/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ImageFrame
33
second_title: GroupDocs.Search for .NET API Reference
44
description: Represents an image frame.
55
type: docs
6-
weight: 210
6+
weight: 220
77
url: /net/groupdocs.search.common/imageframe/
88
---
99
## ImageFrame class

content/sites/groupdocs/search/english/net/groupdocs.search.common/indexinfo/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IndexInfo
33
second_title: GroupDocs.Search for .NET API Reference
44
description: Contains basic information on an Index.
55
type: docs
6-
weight: 220
6+
weight: 230
77
url: /net/groupdocs.search.common/indexinfo/
88
---
99
## IndexInfo class

content/sites/groupdocs/search/english/net/groupdocs.search.common/indexingreport/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IndexingReport
33
second_title: GroupDocs.Search for .NET API Reference
44
description: Represents a detailed information on an indexing operation.
55
type: docs
6-
weight: 240
6+
weight: 250
77
url: /net/groupdocs.search.common/indexingreport/
88
---
99
## IndexingReport class

content/sites/groupdocs/search/english/net/groupdocs.search.common/indexstatus/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IndexStatus
33
second_title: GroupDocs.Search for .NET API Reference
44
description: Specifies an index status.
55
type: docs
6-
weight: 230
6+
weight: 240
77
url: /net/groupdocs.search.common/indexstatus/
88
---
99
## IndexStatus enumeration
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: IWordSplitter
3+
second_title: GroupDocs.Search for .NET API Reference
4+
description: Defines a method for splitting text into individual words.
5+
type: docs
6+
weight: 210
7+
url: /net/groupdocs.search.common/iwordsplitter/
8+
---
9+
## IWordSplitter interface
10+
11+
Defines a method for splitting text into individual words.
12+
13+
```csharp
14+
public interface IWordSplitter
15+
```
16+
17+
## Methods
18+
19+
| Name | Description |
20+
| --- | --- |
21+
| [Split](../../groupdocs.search.common/iwordsplitter/split)(string) | Splits the input string into individual words. |
22+
23+
### See Also
24+
25+
* namespace [GroupDocs.Search.Common](../../groupdocs.search.common)
26+
* assembly [GroupDocs.Search](../../)
27+
28+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.search.dll -->
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Split
3+
second_title: GroupDocs.Search for .NET API Reference
4+
description: Splits the input string into individual words.
5+
type: docs
6+
weight: 10
7+
url: /net/groupdocs.search.common/iwordsplitter/split/
8+
---
9+
## IWordSplitter.Split method
10+
11+
Splits the input string into individual words.
12+
13+
```csharp
14+
public IEnumerable<string> Split(string text)
15+
```
16+
17+
| Parameter | Type | Description |
18+
| --- | --- | --- |
19+
| text | String | The input text to be split. |
20+
21+
### Return Value
22+
23+
An enumeration of words extracted from the input text.
24+
25+
### See Also
26+
27+
* interface [IWordSplitter](../../iwordsplitter)
28+
* namespace [GroupDocs.Search.Common](../../../groupdocs.search.common)
29+
* assembly [GroupDocs.Search](../../../)
30+
31+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.search.dll -->

content/sites/groupdocs/search/english/net/groupdocs.search.common/notification/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Notification
33
second_title: GroupDocs.Search for .NET API Reference
44
description: The base class for all notifications to the index. This class also contains methods for creating notification objects.
55
type: docs
6-
weight: 250
6+
weight: 260
77
url: /net/groupdocs.search.common/notification/
88
---
99
## Notification class

content/sites/groupdocs/search/english/net/groupdocs.search.common/outputadapter/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OutputAdapter
33
second_title: GroupDocs.Search for .NET API Reference
44
description: Represents the base class of an output adapter that is used to collect an output in a generalized form. The currently available adapters are FileOutputAdapter./fileoutputadapter StreamOutputAdapter./streamoutputadapter StructureOutputAdapter./structureoutputadapter and StringOutputAdapter./stringoutputadapter.
55
type: docs
6-
weight: 260
6+
weight: 270
77
url: /net/groupdocs.search.common/outputadapter/
88
---
99
## OutputAdapter class

content/sites/groupdocs/search/english/net/groupdocs.search.common/resultbuilderfactory/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ResultBuilderFactory
33
second_title: GroupDocs.Search for .NET API Reference
44
description: Represents the base class of a result builder factory.
55
type: docs
6-
weight: 270
6+
weight: 280
77
url: /net/groupdocs.search.common/resultbuilderfactory/
88
---
99
## ResultBuilderFactory class

0 commit comments

Comments
 (0)