Browse our Products
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
GroupDocs.Search for .NET is a fascinating document search API. It extracts text and metadata from documents and performs advance searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full text search. Information retrieval on the basis of full text search is based on indexes. All documents having at least one match in phrases, para or words will be listed as a result.
Open NuGet package manager, search for GroupDocs.Search and install. You may also use the following command from the Package Manager Console.
To install please execute Install-Package GroupDocs.Search from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Search assembly in your project.
If you already have GroupDocs.Search for .Net and want to upgrade it, please execute Update-Package GroupDocs.Search to get the latest version.
GroupDocs.Search for .NET is a comprehensive library enabling developers to build advanced search and indexing capabilities into their .NET applications. It supports a wide range of document formats and provides features such as semantic search, entity recognition, sentiment analysis, and custom entity extraction. With its flexible API and support for various search types, developers can easily implement powerful search functionalities, enhance data analysis, and gain valuable insights from their documents.
Index Directory
Specify a directory where index data will be stored.
Memory-Based Indexing
Option to create an index in memory for faster search (but not persistent).
Individual Files
Add files one by one using their paths.
Directory Scanning
Add all supported documents within a specified directory and its subdirectories.
File Streams
Index documents directly from streams for flexibility.
Incremental Updates
Add or remove individual documents without rebuilding the entire index.
Index Optimization
Improve search performance by optimizing the index structure periodically.
Index Backup and Restore
Create backups of the index for safety and restore them if needed.
Full-Text Search
Index and search within the body text of documents.
Metadata Search
Search based on document metadata (author, title, keywords, etc.).
Supported File Formats
Search across various file types (DOCX, PDF, HTML, etc.).
Simple Query Syntax
Use basic search terms and phrases.
Boolean Operators
Combine search terms using AND, OR, NOT for precise queries.
Wildcards
Use * to match any character sequence, ? to match a single character.
Regular Expressions
Employ powerful pattern matching for complex searches.
Fuzzy Search
Find near matches even with typos or slight variations.
Proximity Search
Search for words within a specified distance of each other.
Field Search
Search within specific document fields or properties.
Filter by Metadata
Narrow down results based on metadata values.
Filter by Date Range
Limit results to documents within a specific time frame.
Sort by Relevance
Order results based on their relevance to the search query.
Sort by Date
Order results by document creation or modification date.
Custom Sorting
Implement custom sorting logic based on specific criteria.
Metadata Extraction
Automatically extract and index metadata during indexing.
Metadata Search
Search and filter results based on extracted metadata.
Metadata Display
Include metadata in search results for additional context.
Search Term Highlighting
Visually highlight search terms within the retrieved documents.
Search Result Snippets
Display a short excerpt of text surrounding the search terms to provide context.
Semantic Search
Understand the meaning behind search queries and retrieve conceptually relevant results, going beyond keyword matching.
Entity Recognition
Identify and extract named entities like people, organizations, locations, dates, and more from text.
Sentiment Determination
Analyze text to determine the overall sentiment expressed, classifying it as positive, negative, or neutral.
Sentiment Scoring
Assign sentiment scores to text, indicating the degree of positivity or negativity.
Text Classification
Categorize documents into predefined classes or categories based on their content.
Custom Classification
Train custom classification models to categorize documents according to specific criteria or taxonomies.
Custom Entity Definition
Define custom entity types and extraction rules based on specific requirements.
Custom Entity Extraction
Extract user-defined entities from text using the defined rules and patterns.
Creating Custom Analyzers
Tailor text processing during indexing and searching. Define tokenization rules, stemming algorithms, stop words, and more.
Configuring Indexing Options
Control which file types and parts of documents are indexed. Set indexing depth and update frequency.
Implementing Search Result Ranking
Customize the scoring algorithm to prioritize certain results. Factor in metadata, document structure, or other custom criteria.
Semantic Search and Entity Recognition
Understand the meaning behind search queries. Identify named entities (people, organizations, locations, etc.) within text.
Sentiment Analysis
Determine the overall sentiment (positive, negative, neutral) expressed in text.
Document Classification
Categorize documents based on their content.
Custom Entity Extraction
Define and extract custom entities from text.
| Document Type | Document Type Description | Searchable Data | Supported Versions | Notes |
|---|---|---|---|---|
| Word Processing | ||||
| DOC | Microsoft Word® Document | Content and metadata | Microsoft Word® 97+ | |
| DOT | Microsoft Word® Document Template | Content and metadata | Microsoft Word® 97+ | |
| DOCX | Office Open XML Document | Content and metadata | ||
| DOCM | Office Open XML Document [Macro-enabled] | Content and metadata | ||
| DOTX | Office Open XML Document Template | Content and metadata | ||
| DOTM | Office Open XML Document Template [Macro-enabled] | Content and metadata | ||
| TXT | Plain text | Content and metadata | ||
| ODT | Open Document Text | Content and metadata | ||
| OTT | Open Document Text Template | Content and metadata | ||
| RTF | Rich Text Format | Content and metadata | 1.9 | |
| Portable Document Format File | Content and metadata | |||
| Markup | ||||
| HTML | Hypertext Markup Language File | Content and metadata | ||
| XHTML | Extensible Hypertext Markup Language File | Content and metadata | ||
| MHTML | MIME HTML File | Content and metadata | Not supported by .NET Core version in Linux | |
| MD | Markdown | Content and metadata | ||
| XML | XML File | Content and metadata | ||
| Ebooks | ||||
| CHM | Compiled HTML Help File | Content and metadata | 1.4 | |
| EPUB | Open eBook File | Content and metadata | 2.0, 3.0, 3.1 | |
| FB2 | FictionBook 2.0 File | Content and metadata | 2.0 | |
| Spreadsheets | ||||
| XLS | Microsoft Excel® Spreadsheet | Content and metadata | Microsoft Excel® 97+ | |
| XLT | Microsoft Excel® Spreadsheet Template | Content and metadata | Microsoft Excel® 97+ | |
| XLSX | Office Open XML Spreadsheet | Content and metadata | ||
| XLSM | Office Open XML Spreadsheet [Macro-enabled] | Content and metadata | ||
| XLSB | Office Open XML Spreadsheet [Binary] | Content and metadata | ||
| XLTX | Office Open XML Spreadsheet Template | Content and metadata | ||
| XLTM | Office Open XML Spreadsheet Template [Macro-enabled] | Content and metadata | ||
| XLA | Microsoft Excel® 97-2003 Add-In | Content and metadata | ||
| XLAM | Microsoft Excel® Open XML Add-In | Content and metadata | ||
| ODS | Open Document Spreadsheet | Content and metadata | ||
| OTS | Open Document Spreadsheet Template | Content and metadata | ||
| CSV | Comma Separated Values | Content and metadata | ||
| TSV | Tab Separated Values | Content and metadata | ||
| XML | SpreadsheetML | Content and metadata | ||
| Presentations | ||||
| PPT | PowerPoint® Presentation | Content and metadata | Microsoft PowerPoint® 97+ | |
| PPS | PowerPoint® Slideshow | Content and metadata | Microsoft PowerPoint® 97+ | |
| POT | PowerPoint® Template | Content and metadata | Microsoft PowerPoint® 97+ | |
| PPTX | Office Open XML Presentation | Content and metadata | ||
| PPTM | Office Open XML Presentation [Macro-enabled] | Content and metadata | ||
| POTX | Office Open XML Presentation Template | Content and metadata | ||
| POTM | Office Open XML Presentation Template [Macro-enabled] | Content and metadata | ||
| PPSX | Office Open XML Presentation Slideshow | Content and metadata | ||
| PPSM | Office Open XML Presentation Slideshow [Macro-enabled] | Content and metadata | ||
| ODP | Open Document Presentation | Content and metadata | ||
| Emails | ||||
| PST | Outlook Personal Information Store File | Content and metadata | ||
| OST | Outlook Offline Data File | Content and metadata | ||
| EML | E-Mail Message | Content and metadata | ||
| EMLX | Apple Mail Message | Content and metadata | ||
| MSG | Outlook Mail Message | Content and metadata | ||
| Notes | ||||
| OneNote® | OneNote® Document | Content and metadata | Local files of Microsoft OneNote® 2010-2016 | Not supported by .NET Core version in Linux |
| Archives | ||||
| ZIP | Zipped File | Content and metadata | ||
| Audio | ||||
| MP3 | MPEG-2 Audio Layer III | Metadata only | ||
| WAV | Waveform Audio File Format | Metadata only | ||
| Images | ||||
| BMP | Bitmap Picture | Content and metadata | ||
| GIF | Graphical Interchange Format File | Content and metadata | ||
| JP2 | JPEG 2000 Core Image File | Content and metadata | ||
| PNG | Portable Network Graphics | Content and metadata | ||
| WEBP | WebP Image Format File | Content and metadata | ||
| TIFF | Tagged Image File Format | Content and metadata | ||
| EMF | Enhanced Windows Metafile | Content and metadata | ||
| WMF | Windows Metafile | Content and metadata | ||
| JPG | JPEG Image | Content and metadata | ||
| PSD | Adobe Photoshop Document | Content and metadata | ||
| DJVU | DjVu Image | Content and metadata | ||
| Project Management | ||||
| MPP | Microsoft Project File | Metadata only | ||
| Torrents | ||||
| TORRENT | BitTorrent File | Metadata only | ||
| Diagrams | ||||
| VSD | Visio® Drawing File | Metadata only | ||
| VSS | Visio® Stencil File | Metadata only | ||
| Medicine | ||||
| DCM | DICOM Image | Metadata only | ||
| DICOM | DICOM Image | Metadata only | ||
| Videos | ||||
| AVI | Audio Video Interleave File | Metadata only | ||
| MOV | Apple QuickTime Movie | Metadata only | ||
| QT | Apple QuickTime Movie | Metadata only | ||
| FLV | Animate Video File | Metadata only | ||
| ASF | Advanced Systems Format File | Metadata only |
| Supported Platforms/Versions | |
|---|---|
| Supported Operating Systems | |
| Windows | Microsoft Windows 2003 Server (x64, x86), Microsoft Windows 2008 Server (x64, x86), Microsoft Windows 2012 Server (x64, x86), Microsoft Windows 2012 R2 Server (x64, x86), Microsoft Windows 2016 Server (x64, x86), Microsoft Windows 2019 Server (x64, x86), Microsoft Windows Vista (x64, x86), Microsoft Windows XP (x64, x86), Microsoft Windows 7 (x64, x86), Microsoft Windows 8, 8.1 (x64, x86), Microsoft Windows 10 (x64, x86) |
| Linux | Linux (Ubuntu, OpenSUSE, CentOS, and others) |
| Supported Frameworks | |
| .NET Frameworks | .NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, .NET Standard 2.1, .NET Core 3.0, .NET Core 3.1, .NET 5.0, .NET 6.0 |
| Development Environments | |
| Visual Studio Versions | Microsoft Visual Studio 2012, 2013, 2015, 2017, 2019, 2022 |
Tools → NuGet Package Manager → Manage NuGet Packages for Solution.Browse tab, search for GroupDocs.Search.Install to add it to your project.Tools → NuGet Package Manager → Package Manager Console.Install-Package GroupDocs.Search
References and select Add Reference.GroupDocs.Search.dll, or choose from the installed components.OK to complete the reference.Learn how to index a document from a URL using GroupDocs.Search for .NET. This example demonstrates lazy initialization of documents from a URL and indexing them for efficient search in .NET applications.
// Class to load a document from a URL with lazy initialization
private class DocumentLoaderFromUrl : IDocumentLoader
{
private readonly string documentKey; // Document identifier (URL in this case)
private readonly string url; // The URL to fetch the document from
private readonly string extension; // The file extension of the document
// Constructor to initialize document properties
public DocumentLoaderFromUrl(string documentKey, string url, string extension)
{
this.documentKey = documentKey;
this.url = url;
this.extension = extension;
}
// Method to load the document from the URL stream
public Document LoadDocument()
{
// Configure security protocols for web requests
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol =
SecurityProtocolType.Ssl3 |
SecurityProtocolType.Tls |
SecurityProtocolType.Tls12 |
SecurityProtocolType.Tls11;
// Create a web request to access the URL
WebRequest request = WebRequest.Create(url);
using (WebResponse response = request.GetResponse())
using (Stream stream = response.GetResponseStream())
{
// Copy the stream into memory
MemoryStream memoryStream = new MemoryStream();
stream.CopyTo(memoryStream);
memoryStream.Position = 0;
// Create a Document object from the memory stream
Document document = Document.CreateFromStream(documentKey, DateTime.Now, extension, memoryStream);
return document;
}
}
// Method to close the document (empty in this case)
public void CloseDocument()
{
}
}
// Define the index folder path where the index will be stored
string indexFolder = @"c:\MyIndex";
// Define the URL of the document to be indexed
string url = "http://example.com/ExampleDocument.pdf";
// Creating an index in the specified folder
Index index = new Index(indexFolder);
// Creating a document loader object to fetch the document from the URL
string documentKey = url;
IDocumentLoader documentLoader = new DocumentLoaderFromUrl(documentKey, url, ".pdf");
// Creating a lazy-initialized document object
Document document = Document.CreateLazy(DocumentSourceKind.Stream, documentKey, documentLoader);
// Prepare an array of documents for indexing
Document[] documents = new Document[] { document };
// Indexing options (default options in this case)
IndexingOptions options = new IndexingOptions();
// Add the lazy-loaded document to the index
index.Add(documents, options);
Learn how to perform homophone search using GroupDocs.Search for .NET. This code example demonstrates enabling homophone search to find similar-sounding words like “coal,” “cole,” and “kohl” in indexed documents.
// Specify the index folder path where the index will be created
string indexFolder = @"c:\MyIndex\";
// Specify the folder path containing documents to be indexed
string documentsFolder = @"c:\MyDocuments\";
// Creating an index in the specified folder
Index index = new Index(indexFolder);
// Adding documents to the index from the specified folder
index.Add(documentsFolder);
// Creating search options to enable homophone search
SearchOptions options = new SearchOptions();
options.UseHomophoneSearch = true; // Enabling homophone search
// Search for the word 'coal' in the indexed documents
// Homophone search will also find words that sound like 'coal', such as 'cole' and 'kohl'
SearchResult result = index.Search("coal", options);
Learn how to optimize shards in a search network using GroupDocs.Search for .NET. This example demonstrates how to improve search performance by minimizing the number of index segments on each shard through the optimization process.
// Inform the user that the optimization process is starting
Console.WriteLine("Optimizing shards");
// Access the Indexer class for the current search network node
Indexer indexer = node.Indexer; // Assuming 'node' is defined elsewhere in your search network
// Create optimization options
OptimizeOptions options = new OptimizeOptions();
// Perform the optimization process on all shards
indexer.Optimize(options); // This reduces the number of index segments on each shard
GroupDocs.Search GroupDocs.Total Conholdate Conholdate.Total Document-Automation API Component Library VisualStudio C# CSharp Windows Linux .NETFramework Framework .NETCore DOC DOT DOCX DOCM DOTX DOTM TXT ODT OTT RTF PDF Markup HTML XHTML MHTML MD XML Ebook CHM EPUB FB2 Spreadsheet XLS XLT XLSX XLSM XLSB XLTX XLTM XLA XLAM ODS OTS CSV TSV XML Presentation PPT PPS POT PPTX PPTM POTX POTM PPSX PPSM ODP Email PST OST EML EMLX MSG Note ONE ONENOTE Archive ZIP Audio MP3 WAV Image BMP GIFJP2 PNG WEBP TIFF EMF WMF JPG PSD DJVU Project Management MPP TORRENT Diagram VSD VSS Medical-Imaging DCM DICOM Video AVI MOV QT FLV ASF Automation Full-Text-Search Indexing Search Word-Search Boolean Regular-Expression RegEx Faceted Case-Sensitive Fuzzy Synonym Homophone Wildcard Phrase Date Range Numeric Chunk Page Filter Filtering Alias Spell-Check Spell Keyboard Layout Query Thread-Safe-Search Indexes Word Excel PowerPoint Project Diagram OneNote Document Spreadsheet Presentation OpenDocument Email Web Homophonic CaseSensitive Phrase Outlook Morphologic
This contains the MSI installer of GroupDocs.Search for .NET 26.8 release.
Added: 5/8/2026
Downloads:
File Size: 393.34MB
This ZIP file contains only the GroupDocs.Search for .NET 26.8 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 5/8/2026
Downloads:
File Size: 392.4MB
This contains the MSI installer of GroupDocs.Search for .NET 26.7.2 release.
Added: 22/7/2026
Downloads:
File Size: 393.31MB
This ZIP file contains only the GroupDocs.Search for .NET 26.7.2 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 22/7/2026
Downloads:
File Size: 392.37MB
This contains the MSI installer of GroupDocs.Search for .NET 26.7.1 release.
Added: 21/7/2026
Downloads:
File Size: 393.31MB
This ZIP file contains only the GroupDocs.Search for .NET 26.7.1 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 21/7/2026
Downloads:
File Size: 392.37MB
This contains the MSI installer of GroupDocs.Search for .NET 26.7 release.
Added: 15/7/2026
Downloads:
File Size: 393.31MB
This ZIP file contains only the GroupDocs.Search for .NET 26.7 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 15/7/2026
Downloads:
File Size: 392.37MB
This contains the MSI installer of GroupDocs.Search for .NET 26.6.1 release.
Added: 10/6/2026
Downloads:
File Size: 393.63MB
This ZIP file contains only the GroupDocs.Search for .NET 26.6.1 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 10/6/2026
Downloads:
File Size: 392.68MB
This contains the MSI installer of GroupDocs.Search for .NET 26.6 release.
Added: 5/6/2026
Downloads:
File Size: 393.63MB
This ZIP file contains only the GroupDocs.Search for .NET 26.6 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 5/6/2026
Downloads:
File Size: 392.68MB
This contains the MSI installer of GroupDocs.Search for .NET 25.11 release.
Added: 14/11/2025
Downloads:
File Size: 239MB
This ZIP file contains only the GroupDocs.Search for .NET 25.11 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 14/11/2025
Downloads:
File Size: 238.22MB
This contains the MSI installer of GroupDocs.Search for .NET 25.9 release.
Added: 15/9/2025
Downloads:
File Size: 239MB
This ZIP file contains only the GroupDocs.Search for .NET 25.9 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 15/9/2025
Downloads:
File Size: 238.22MB
This contains the MSI installer of GroupDocs.Search for .NET 25.5 release.
Added: 5/5/2025
Downloads:
File Size: 238.95MB
This ZIP file contains only the GroupDocs.Search for .NET 25.5 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 5/5/2025
Downloads:
File Size: 238.17MB
This contains the MSI installer of GroupDocs.Search for .NET 25.4 release.
Added: 4/4/2025
Downloads:
File Size: 238.97MB
This ZIP file contains only the GroupDocs.Search for .NET 25.4 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 4/4/2025
Downloads:
File Size: 238.19MB
This contains the MSI installer of GroupDocs.Search for .NET 25.2 release.
Added: 26/2/2025
Downloads:
File Size: 238.96MB
This ZIP file contains only the GroupDocs.Search for .NET 25.2 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 26/2/2025
Downloads:
File Size: 238.18MB
This contains the MSI installer of GroupDocs.Search for .NET 25.1 release.
Added: 27/1/2025
Downloads:
File Size: 238.96MB
This ZIP file contains only the GroupDocs.Search for .NET 25.1 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 27/1/2025
Downloads:
File Size: 238.18MB
This contains the MSI installer of GroupDocs.Search for .NET 24.12 release.
Added: 18/12/2024
Downloads:
File Size: 230.61MB
This ZIP file contains only the GroupDocs.Search for .NET 24.12 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 18/12/2024
Downloads:
File Size: 229.84MB
This contains the MSI installer of GroupDocs.Search for .NET 24.11 release.
Added: 29/11/2024
Downloads:
File Size: 237.05MB
This ZIP file contains only the GroupDocs.Search for .NET 24.11 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 29/11/2024
Downloads:
File Size: 236.27MB
This contains the MSI installer of GroupDocs.Search for .NET 24.10 release.
Added: 30/10/2024
Downloads:
File Size: 237.05MB
This ZIP file contains only the GroupDocs.Search for .NET 24.10 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 30/10/2024
Downloads:
File Size: 236.27MB
This contains the MSI installer of GroupDocs.Search for .NET 24.9 release.
Added: 11/9/2024
Downloads:
File Size: 237.03MB
This ZIP file contains only the GroupDocs.Search for .NET 24.9 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 11/9/2024
Downloads:
File Size: 236.25MB
This contains the MSI installer of GroupDocs.Search for .NET 24.8 release.
Added: 22/8/2024
Downloads:
File Size: 237.02MB
This ZIP file contains only the GroupDocs.Search for .NET 24.8 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 22/8/2024
Downloads:
File Size: 236.24MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 20/6/2024
Downloads:
File Size: 236.96MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 20/6/2024
Downloads:
File Size: 236.24MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 14/5/2024
Downloads:
File Size: 236.96MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 14/5/2024
Downloads:
File Size: 236.24MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 18/4/2024
Downloads:
File Size: 236.96MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 18/4/2024
Downloads:
File Size: 236.24MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 20/3/2024
Downloads:
File Size: 236.97MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 20/3/2024
Downloads:
File Size: 236.24MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 29/2/2024
Downloads:
File Size: 236.96MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 29/2/2024
Downloads:
File Size: 236.24MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 26/1/2024
Downloads:
File Size: 224.1MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 26/1/2024
Downloads:
File Size: 223.39MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 4/12/2023
Downloads:
File Size: 224.1MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 4/12/2023
Downloads:
File Size: 223.39MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 23/11/2023
Downloads:
File Size: 224.09MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 23/11/2023
Downloads:
File Size: 223.39MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 20/10/2023
Downloads:
File Size: 224MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 20/10/2023
Downloads:
File Size: 223.3MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 2/10/2023
Downloads:
File Size: 224.01MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 2/10/2023
Downloads:
File Size: 223.31MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 15/6/2023
Downloads:
File Size: 160.94MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 15/6/2023
Downloads:
File Size: 160.3MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 28/2/2023
Downloads:
File Size: 160.93MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 28/2/2023
Downloads:
File Size: 160.29MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 24/11/2022
Downloads:
File Size: 160.93MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 24/11/2022
Downloads:
File Size: 160.29MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 12/10/2022
Downloads:
File Size: 160.92MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 12/10/2022
Downloads:
File Size: 160.29MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 7/10/2022
Downloads:
File Size: 160.92MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.
Added: 7/10/2022
Downloads:
File Size: 160.28MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 8/23/2021
Downloads:
File Size: 223.3 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 8/23/2021
Downloads:
File Size: 222.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 8/18/2021
Downloads:
File Size: 223.3 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 8/18/2021
Downloads:
File Size: 222.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 3/18/2021
Downloads:
File Size: 223.3 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 3/18/2021
Downloads:
File Size: 222.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 2/18/2021
Downloads:
File Size: 223.3 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 2/18/2021
Downloads:
File Size: 222.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 11/19/2020
Downloads:
File Size: 223.3 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 11/19/2020
Downloads:
File Size: 222.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 8/17/2020
Downloads:
File Size: 223.3 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 8/17/2020
Downloads:
File Size: 222.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 6/23/2020
Downloads:
File Size: 223.3 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 6/23/2020
Downloads:
File Size: 222.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 4/15/2020
Downloads:
File Size: 216.4 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 4/15/2020
Downloads:
File Size: 215.7 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 1/31/2020
Downloads:
File Size: 216.4 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 1/31/2020
Downloads:
File Size: 215.7 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 11/6/2019
Downloads:
File Size: 106.3 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 11/6/2019
Downloads:
File Size: 105.7 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 10/2/2019
Downloads:
File Size: 112.4 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 10/2/2019
Downloads:
File Size: 111.8 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 7/15/2019
Downloads:
File Size: 46.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 7/15/2019
Downloads:
File Size: 45.5 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 5/31/2019
Downloads:
File Size: 46.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 5/31/2019
Downloads:
File Size: 45.5 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 3/6/2019
Downloads:
File Size: 45.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 3/6/2019
Downloads:
File Size: 44.5 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 2/5/2019
Downloads:
File Size: 45.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 2/5/2019
Downloads:
File Size: 44.5 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 12/11/2018
Downloads:
File Size: 45.1 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 12/11/2018
Downloads:
File Size: 44.5 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 9/6/2018
Downloads:
File Size: 45.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 9/6/2018
Downloads:
File Size: 44.5 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 8/8/2018
Downloads:
File Size: 45.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 8/8/2018
Downloads:
File Size: 43.3 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 7/13/2018
Downloads:
File Size: 45.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 7/13/2018
Downloads:
File Size: 43.3 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 4/9/2018
Downloads:
File Size: 47.7 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 4/9/2018
Downloads:
File Size: 47.2 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 2/8/2018
Downloads:
File Size: 47.7 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 2/8/2018
Downloads:
File Size: 47.2 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 1/9/2018
Downloads:
File Size: 46.8 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 1/9/2018
Downloads:
File Size: 46.4 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 12/7/2017
Downloads:
File Size: 47.1 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 12/7/2017
Downloads:
File Size: 46.7 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 11/9/2017
Downloads:
File Size: 47.1 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 11/9/2017
Downloads:
File Size: 46.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 10/3/2017
Downloads:
File Size: 47.1 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 10/3/2017
Downloads:
File Size: 46.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 9/11/2017
Downloads:
File Size: 47.1 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 9/11/2017
Downloads:
File Size: 46.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 8/4/2017
Downloads:
File Size: 47.3 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 8/4/2017
Downloads:
File Size: 46.8 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 7/10/2017
Downloads:
File Size: 48.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 7/10/2017
Downloads:
File Size: 47.5 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 6/9/2017
Downloads:
File Size: 47.9 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 6/9/2017
Downloads:
File Size: 47.5 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 5/17/2017
Downloads:
File Size: 51.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 5/17/2017
Downloads:
File Size: 50.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 4/14/2017
Downloads:
File Size: 48.8 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 4/14/2017
Downloads:
File Size: 48.4 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 3/11/2017
Downloads:
File Size: 41.9 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 3/11/2017
Downloads:
File Size: 41.5 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 2/3/2017
Downloads:
File Size: 42.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 2/3/2017
Downloads:
File Size: 41.6 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 1/13/2017
Downloads:
File Size: 41.4 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 1/13/2017
Downloads:
File Size: 41.0 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 12/13/2016
Downloads:
File Size: 40.3 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 12/13/2016
Downloads:
File Size: 39.9 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 11/10/2016
Downloads:
File Size: 39.8 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 11/10/2016
Downloads:
File Size: 39.4 MB
This contains the MSI installer of GroupDocs.Search for .NET
Added: 10/7/2016
Downloads:
File Size: 39.2 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 10/7/2016
Downloads:
File Size: 38.8 MB
GroupDocs.Search for .NET API performs search operations over various file forma...
Added: 9/7/2016
Downloads:
File Size: 39.1 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 9/7/2016
Downloads:
File Size: 38.7 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The assemb...
Added: 8/10/2016
Downloads:
File Size: 38.6 MB
GroupDocs.Search for .NET API performs search operations over various file forma...
Added: 8/10/2016
Downloads:
File Size: 39.1 MB
GroupDocs.Search for .NET API performs search operations over various file forma...
Added: 6/15/2016
Downloads:
File Size: 36.0 MB
This ZIP file contains only the GroupDocs.Search for .NET assemblies. The as...
Added: 6/15/2016
Downloads:
File Size: 35.5 MB