Tag Archives: full text search

Build Full-Text Search Solution in Java

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

After this, you can implement various search techniques and build your search solution for word-processing documents, spreadsheets, presentations, HTML files, PDF files, eBooks, email messages, ZIP archives, and many other document formats.

The following topics are covered in this article:

  • Java API for Full-Text Search
  • Full-Text Search
  • Perform Search in Java
  • Highlight Search Results
Posted in GroupDocs.Search Product Family | Tagged , , ,

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 ,