From eba2758cea1c77f0aed5d67ddf3021a4ba0234d3 Mon Sep 17 00:00:00 2001 From: Ahmed Yasin Koculu Date: Thu, 11 Jun 2026 01:05:47 +0200 Subject: [PATCH] Move to github org. --- .github/CONTRIBUTING.md | 2 +- README.md | 6 +++--- src/ZoneTree.FullTextSearch/Directory.Build.props | 4 ++-- src/ZoneTree.FullTextSearch/ZoneTree.FullTextSearch.csproj | 2 +- .../docs/ZoneTree.FullTextSearch/README-NUGET.md | 5 ++--- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ca8c946..9e02347 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,7 @@ Please note we have a code of conduct. Please follow it in all your interactions 1. [KISS](https://en.wikipedia.org/wiki/KISS_principle) is the primary principle at ZoneTree.FullTextSearch. Please make your changes without violating the KISS principle. 2. ZoneTree.FullTextSearch is a low-level database engine. Thus it is good to make micro-optimization for better speed and less memory usage. For example, use _for_ loop instead of a _foreach_ iteration. 3. Add unit tests that cover the functionality of your changes including edge cases. -4. By contributing ZoneTree.FullTextSearch, you agree that your changes are included in ZoneTree.FullTextSearch with the [MIT license](https://github.com/koculu/ZoneTree.FullTextSearch/blob/main/LICENSE). This license agreement cannot be undone. +4. By contributing ZoneTree.FullTextSearch, you agree that your changes are included in ZoneTree.FullTextSearch with the [MIT license](https://github.com/ZoneTree/ZoneTree.FullTextSearch/blob/main/LICENSE). This license agreement cannot be undone. 5. Make sure you are not violating some other 3rd party licenses with your contribution. For example, don't copy source code from other open source or commercial software without adding the necessary LICENSE copyright notice! 6. ZoneTree.FullTextSearch does not reference any 3rd party library except compression libraries. If you are going to add a dependency to a 3rd party library, there should be a good reason for it. Discuss with the maintainers if you need to add a 3rd party reference. 7. When you do a performance optimization make sure that you measure the difference with real benchmark code included in your pull request. diff --git a/README.md b/README.md index c371ddd..9d73382 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Overview -**ZoneTree.FullTextSearch** is an open-source library for implementing full-text search engines using the [ZoneTree](https://github.com/koculu/ZoneTree) storage engine. The library is designed for high performance and flexibility, offering the ability to index and search text data efficiently. The first search engine implementation in this library is the **HashedSearchEngine**, which provides a fast, lightweight and reliable full-text search using hashed tokens. +**ZoneTree.FullTextSearch** is an open-source library for implementing full-text search engines using the [ZoneTree](https://github.com/ZoneTree/ZoneTree) storage engine. The library is designed for high performance and flexibility, offering the ability to index and search text data efficiently. The first search engine implementation in this library is the **HashedSearchEngine**, which provides a fast, lightweight and reliable full-text search using hashed tokens. ## Key Features @@ -625,9 +625,9 @@ Contributions to ZoneTree.FullTextSearch are welcome! Please submit pull request ## License -ZoneTree.FullTextSearch is licensed under the MIT License. See the [LICENSE](https://github.com/koculu/ZoneTree.FullTextSearch/blob/main/LICENSE) file for more details. +ZoneTree.FullTextSearch is licensed under the MIT License. See the [LICENSE](https://github.com/ZoneTree/ZoneTree.FullTextSearch/blob/main/LICENSE) file for more details. -This library is developed and maintained by the author of ZoneTree, [@koculu](https://github.com/koculu). For more information, visit the [GitHub Repository](https://github.com/koculu/ZoneTree.FullTextSearch). +This library is developed and maintained by the author of ZoneTree, [@koculu](https://github.com/koculu). For more information, visit the [GitHub Repository](https://github.com/ZoneTree/ZoneTree.FullTextSearch). ## Acknowledgements diff --git a/src/ZoneTree.FullTextSearch/Directory.Build.props b/src/ZoneTree.FullTextSearch/Directory.Build.props index b6cd47e..8590155 100644 --- a/src/ZoneTree.FullTextSearch/Directory.Build.props +++ b/src/ZoneTree.FullTextSearch/Directory.Build.props @@ -15,9 +15,9 @@ full-text search, search engine, embedded search, ZoneTree, indexing, dual-key storage, high performance, C#, .NET, open source, data indexing, full-text indexing, search library, unmanaged types, data retrieval - koculu + ZoneTree - https://github.com/koculu/ZoneTree.FullTextSearch + https://github.com/ZoneTree/ZoneTree.FullTextSearch MIT All diff --git a/src/ZoneTree.FullTextSearch/ZoneTree.FullTextSearch.csproj b/src/ZoneTree.FullTextSearch/ZoneTree.FullTextSearch.csproj index 3659296..f70ea4f 100644 --- a/src/ZoneTree.FullTextSearch/ZoneTree.FullTextSearch.csproj +++ b/src/ZoneTree.FullTextSearch/ZoneTree.FullTextSearch.csproj @@ -4,7 +4,7 @@ net10.0;net9.0;net8.0 true en-US - https://github.com/koculu/ZoneTree.FullTextSearch + https://github.com/ZoneTree/ZoneTree.FullTextSearch true README-NUGET.md true diff --git a/src/ZoneTree.FullTextSearch/docs/ZoneTree.FullTextSearch/README-NUGET.md b/src/ZoneTree.FullTextSearch/docs/ZoneTree.FullTextSearch/README-NUGET.md index c371ddd..797e469 100644 --- a/src/ZoneTree.FullTextSearch/docs/ZoneTree.FullTextSearch/README-NUGET.md +++ b/src/ZoneTree.FullTextSearch/docs/ZoneTree.FullTextSearch/README-NUGET.md @@ -7,7 +7,7 @@ ## Overview -**ZoneTree.FullTextSearch** is an open-source library for implementing full-text search engines using the [ZoneTree](https://github.com/koculu/ZoneTree) storage engine. The library is designed for high performance and flexibility, offering the ability to index and search text data efficiently. The first search engine implementation in this library is the **HashedSearchEngine**, which provides a fast, lightweight and reliable full-text search using hashed tokens. +**ZoneTree.FullTextSearch** is an open-source library for implementing full-text search engines using the [ZoneTree](https://github.com/ZoneTree/ZoneTree) storage engine. The library is designed for high performance and flexibility, offering the ability to index and search text data efficiently. The first search engine implementation in this library is the **HashedSearchEngine**, which provides a fast, lightweight and reliable full-text search using hashed tokens. ## Key Features @@ -625,9 +625,8 @@ Contributions to ZoneTree.FullTextSearch are welcome! Please submit pull request ## License -ZoneTree.FullTextSearch is licensed under the MIT License. See the [LICENSE](https://github.com/koculu/ZoneTree.FullTextSearch/blob/main/LICENSE) file for more details. +ZoneTree.FullTextSearch is licensed under the MIT License. See the [LICENSE](https://github.com/ZoneTree/ZoneTree.FullTextSearch/blob/main/LICENSE) file for more details. -This library is developed and maintained by the author of ZoneTree, [@koculu](https://github.com/koculu). For more information, visit the [GitHub Repository](https://github.com/koculu/ZoneTree.FullTextSearch). ## Acknowledgements