Skip to content

Commit f144d5d

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

163 files changed

Lines changed: 274 additions & 302 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 GroupDocs.Search Product Family
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# GroupDocs.Search — API Reference Source Files
2+
3+
This repository holds the Markdown source files used to generate the **GroupDocs.Search**
4+
API reference, published at <https://reference.groupdocs.com/search/>.
5+
6+
## About GroupDocs.Search
7+
8+
[GroupDocs.Search](https://products.groupdocs.com/search/) is a developer API for document
9+
processing: index and full-text search with fuzzy, synonym, regex, and faceted queries. It is available for the following platforms, each with its own
10+
API reference:
11+
12+
- **.NET**<https://reference.groupdocs.com/search/net/>
13+
- **Java**<https://reference.groupdocs.com/search/java/>
14+
15+
## Repository purpose
16+
17+
The files in this repository are used to:
18+
19+
- Build and maintain the official **GroupDocs.Search** API reference.
20+
- Keep the reference in sync with the latest product release.
21+
- Provide a consistent structure for automated Hugo builds and publication.
22+
23+
Content is English-only and compiled into a static site with [Hugo](https://gohugo.io/).
24+
25+
## Resources
26+
27+
- 📚 Documentation — <https://docs.groupdocs.com/search/>
28+
- 💻 Code examples — <https://github.com/groupdocs-search>
29+
- 🏷️ Releases & changelog — <https://releases.groupdocs.com/search/>
30+
- 💬 Support forum — <https://forum.groupdocs.com/c/search/>
31+
- 🌐 Product page — <https://products.groupdocs.com/search/>
32+
33+
## How to use
34+
35+
This repository is not intended for direct use — it contains the source files that
36+
Hugo compiles into the published API reference. Browse the live reference using the
37+
links above.
38+
39+
## License
40+
41+
The documentation source files in this repository are licensed under the
42+
[MIT License](LICENSE).

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class ExtractorSettings
1919
| Name | Description |
2020
| --- | --- |
2121
| [IndexType](../../groupdocs.search.common/extractorsettings/indextype) { get; set; } | Gets or sets the index type the extractor is used for. The default value is NormalIndex. |
22-
| [TempFolder](../../groupdocs.search.common/extractorsettings/tempfolder) { getset; } | Gets or sets the folder for temporary files. |
2322

2423
### See Also
2524

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

Lines changed: 0 additions & 27 deletions
This file was deleted.

content/sites/groupdocs/search/english/net/groupdocs.search.dictionaries/homophonedictionary/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ public class HomophoneDictionary : DictionaryBase, IEnumerable<string>
2525

2626
| Name | Description |
2727
| --- | --- |
28-
| [AddRange](../../groupdocs.search.dictionaries/homophonedictionary/addrange)(IEnumerable&lt;string[]&gt;) | Adds the specified collection of homophone groups to this instance of the [`HomophoneDictionary`](../homophonedictionary). |
28+
| [AddRange](../../groupdocs.search.dictionaries/homophonedictionary/addrange#addrange)(IEnumerable&lt;string[]&gt;) | Adds the specified collection of homophone groups to this instance of the [`HomophoneDictionary`](../homophonedictionary). |
29+
| [AddRange](../../groupdocs.search.dictionaries/homophonedictionary/addrange#addrange_1)(string[][]) | Adds the specified collection of homophone groups to this instance of the [`HomophoneDictionary`](../homophonedictionary). |
2930
| override [Clear](../../groupdocs.search.dictionaries/homophonedictionary/clear)() | Removes all words from a [`HomophoneDictionary`](../homophonedictionary) object. |
3031
| [ExportDictionary](../../groupdocs.search.dictionaries/dictionarybase/exportdictionary)(string) | Exports the dictionary to a file with the specified name. |
3132
| [GetAllHomophoneGroups](../../groupdocs.search.dictionaries/homophonedictionary/getallhomophonegroups)() | Gets all groups of homophones contained in this dictionary. |

content/sites/groupdocs/search/english/net/groupdocs.search.dictionaries/homophonedictionary/addrange/_index.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: docs
66
weight: 30
77
url: /net/groupdocs.search.dictionaries/homophonedictionary/addrange/
88
---
9-
## HomophoneDictionary.AddRange method
9+
## AddRange(IEnumerable&lt;string[]&gt;) {#addrange}
1010

1111
Adds the specified collection of homophone groups to this instance of the [`HomophoneDictionary`](../../homophonedictionary).
1212

@@ -31,4 +31,31 @@ public void AddRange(IEnumerable<string[]> homophones)
3131
* namespace [GroupDocs.Search.Dictionaries](../../../groupdocs.search.dictionaries)
3232
* assembly [GroupDocs.Search](../../../)
3333

34+
---
35+
36+
## AddRange(string[][]) {#addrange_1}
37+
38+
Adds the specified collection of homophone groups to this instance of the [`HomophoneDictionary`](../../homophonedictionary).
39+
40+
```csharp
41+
public void AddRange(string[][] homophones)
42+
```
43+
44+
| Parameter | Type | Description |
45+
| --- | --- | --- |
46+
| homophones | String[][] | The collection of homophone groups to add to the dictionary. |
47+
48+
### Exceptions
49+
50+
| exception | condition |
51+
| --- | --- |
52+
| ArgumentNullException | Thrown when *homophones* is `null`. |
53+
| ArgumentException | Thrown when number of homophones in a group is less than 2. |
54+
55+
### See Also
56+
57+
* class [HomophoneDictionary](../../homophonedictionary)
58+
* namespace [GroupDocs.Search.Dictionaries](../../../groupdocs.search.dictionaries)
59+
* assembly [GroupDocs.Search](../../../)
60+
3461
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.search.dll -->

content/sites/groupdocs/search/english/net/groupdocs.search.dictionaries/synonymdictionary/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ public class SynonymDictionary : DictionaryBase, IEnumerable<string>
2525

2626
| Name | Description |
2727
| --- | --- |
28-
| [AddRange](../../groupdocs.search.dictionaries/synonymdictionary/addrange)(IEnumerable&lt;string[]&gt;) | Adds the specified collection of synonym groups to this instance of the [`SynonymDictionary`](../synonymdictionary). |
28+
| [AddRange](../../groupdocs.search.dictionaries/synonymdictionary/addrange#addrange)(IEnumerable&lt;string[]&gt;) | Adds the specified collection of synonym groups to this instance of the [`SynonymDictionary`](../synonymdictionary). |
29+
| [AddRange](../../groupdocs.search.dictionaries/synonymdictionary/addrange#addrange_1)(string[][]) | Adds the specified collection of synonym groups to this instance of the [`SynonymDictionary`](../synonymdictionary). |
2930
| override [Clear](../../groupdocs.search.dictionaries/synonymdictionary/clear)() | Removes all words from this [`SynonymDictionary`](../synonymdictionary) object. |
3031
| [ExportDictionary](../../groupdocs.search.dictionaries/dictionarybase/exportdictionary)(string) | Exports the dictionary to a file with the specified name. |
3132
| [GetAllSynonymGroups](../../groupdocs.search.dictionaries/synonymdictionary/getallsynonymgroups)() | Gets all groups of synonyms contained in this dictionary. |

content/sites/groupdocs/search/english/net/groupdocs.search.dictionaries/synonymdictionary/addrange/_index.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: docs
66
weight: 30
77
url: /net/groupdocs.search.dictionaries/synonymdictionary/addrange/
88
---
9-
## SynonymDictionary.AddRange method
9+
## AddRange(IEnumerable&lt;string[]&gt;) {#addrange}
1010

1111
Adds the specified collection of synonym groups to this instance of the [`SynonymDictionary`](../../synonymdictionary).
1212

@@ -31,4 +31,31 @@ public void AddRange(IEnumerable<string[]> synonyms)
3131
* namespace [GroupDocs.Search.Dictionaries](../../../groupdocs.search.dictionaries)
3232
* assembly [GroupDocs.Search](../../../)
3333

34+
---
35+
36+
## AddRange(string[][]) {#addrange_1}
37+
38+
Adds the specified collection of synonym groups to this instance of the [`SynonymDictionary`](../../synonymdictionary).
39+
40+
```csharp
41+
public void AddRange(string[][] synonyms)
42+
```
43+
44+
| Parameter | Type | Description |
45+
| --- | --- | --- |
46+
| synonyms | String[][] | The collection of synonym groups to add to the dictionary. |
47+
48+
### Exceptions
49+
50+
| exception | condition |
51+
| --- | --- |
52+
| ArgumentNullException | Thrown when *synonyms* is `null`. |
53+
| ArgumentException | Thrown when number of synonyms in a group is less than 2. |
54+
55+
### See Also
56+
57+
* class [SynonymDictionary](../../synonymdictionary)
58+
* namespace [GroupDocs.Search.Dictionaries](../../../groupdocs.search.dictionaries)
59+
* assembly [GroupDocs.Search](../../../)
60+
3461
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.search.dll -->

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ The namespace provides exception classes.
1313
| Class | Description |
1414
| --- | --- |
1515
| [LicenseRestrictionException](./licenserestrictionexception) | The exception that is thrown when a license restriction is triggered. |
16-
| [SearchException](./searchexception) | Represents the search exception. |
1716

1817
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.search.dll -->

content/sites/groupdocs/search/english/net/groupdocs.search.exceptions/searchexception/_index.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)