Tag Archives: Full Text Search Csharp

Build your Full Text Search Solution in C#

Full-text search is basically a more advanced way to search a text/query over a collection of documents. This approach quickly finds all instances of a term and it works by using text indexes. In this article, we will learn, how to programmatically search full-text in documents using C#.

The following topics are discussed in this article:

  • .NET API for Full-Text Search
  • Full-Text Search
  • Perform Search in C#
  • Highlight Search Results

Continue Reading ...

Posted in GroupDocs.Search Product Family | Tagged ,

Search Text in Word, Excel, PDF, ZIP and other Document Formats using C# .NET

Full text search of documents

We often need a full-text search API that enables our applications to search through documents for particular information specified as a textual search query. The documents can be of any format such as Word (Doc, Docx), PDF, HTML, EPUB, Spreadsheet (XLS, XLSX), Presentation (PPT, PPTX), images, and videos.

GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they … Continue Reading

Posted in GroupDocs.Search Product Family | Tagged , , ,