Tag Archives: find in files and folder using Java

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 , , ,