Found 336 packages
Algolia is a powerful search-as-a-service solution, made easy to use with API clients, UI libraries, and pre-built integrations. Algolia API Client for the .NET framework lets you easily use the Algolia Search REST API from your .NET code.
Google APIs Client Library for working with Customsearch v1. Product documentation is available at: https://developers.google.com/custom-search/v1/introduction API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.CustomSearchAPI.v1/latest/api/Google.Apis.CustomSearchAPI.v1.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.CustomSearchAPI.v1 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0
Google APIs Client Library for working with Searchconsole v1. Product documentation is available at: https://developers.google.com/webmaster-tools/about API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.SearchConsole.v1/latest/api/Google.Apis.SearchConsole.v1.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.SearchConsole.v1 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0
Google APIs Client Library for working with Cloudsearch v1. Product documentation is available at: https://developers.google.com/workspace/cloud-search/docs/guides/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.CloudSearch.v1/latest/api/Google.Apis.CloudSearch.v1.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.CloudSearch.v1 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0
Description
Simple search engine for C# source files.
Simple US Zip Code collection for .NET with a light in memory zip code data store.
The Apache Software Foundation Lucene.Net a full-text search engine library. This version is a fork of the original Lucene.Net code for the sensenet platform.
Full Text Search Query is a .NET class library that converts a user-friendly search term into a valid Microsoft SQL Server full-text-search query. The code attempts to gracefully handle all syntax cases that would cause SQL Server to generate an error.
Advanced parallel searching and indexing of source code files. Automatically recognizes source code file extensions and excludes package and node_modules directories. Search by Wildcard, Regex, Plain Text, and Boolean Expressions
Abstract components for Search entities by filters objects.
Search UK post codes and retrieve related geo information
Persistence abstract components for search entities by filters using linq specifiers and queryables.
Persistence abstract components for search entities by filters and specifiers.
Declares the core functionality of the Code Effects business rules editor
This library has Active directory specific actions to find users, group on various search parametes. I have provided link of my blog as Project-Site and you can find complete details of library and code repository location of github from my blog.
This is the Elision search feature package to reference if you need to install the entire feature. If you are building a module or other code that just needs to reference Elision search feature, use the Elision.Feature.Search-redist package instead.
This is the Elision search feature package to reference if you are building a module or other code that just needs to reference Elision search feature. If you need to install Elision's search feature, use the Elision.Feature.Search package instead.
Persistence components implementation with EntityFrameworkCore, including the handling of Searchable, Filters and Specifiers.
FlexLucene is a port of Java Lucene using IKVM. It uses tools like ProGuard, Mono Cecil to produce idiomatic .net code which hides most of the Java styles apparent with the IKVM generated libraries. Some of the enhancements done are: - All the namespaces are converted from usual org.apache.lucene.* to FlexLucene.*. - All method names are converted to use .net style naming convention that is PascalCase rather than camelCase. - All Java hashCode methods are converted to GetHashCode. - Proper Equals and ToString implementation for classes. - There are certain cases when the method name cannot be converted as it is coming from a java SDK class (i.e. close method present in classes implementing Closable). In such cases we have added a helper method to the class with the proper name (PascalCase). - Java allows usage of same name for a public field and method which is not possible in C#. Such cases are handled by renaming the field. A lot more refinements and optimizations are planned in future. Changes 6.0 - Upgraded the version of spatial4j which lead to many namespace changes. - Lucene has deprecated a number of classes. Refer to Lucene 6.0.0 release notes for a list of changes. Changes 6.0.1 - Fixed resource loading issue with German analyzer. Changes 6.0.2 - Port of Lucene 6.0.1 release. Changes 6.1.0 - Port of Lucene 6.1.0 release. Changes 6.3.0 - Port of Lucene 6.3.0 release. - Added support for Japanese analyzer.