Supported Document Formats
Document search app is a full-text search within the textual content of documents. The full-text search is a two-stage process: Full-text indexing of documents and text lookup in the created index.
At the stage of indexing, text from documents is extracted and added to the index – an optimized structure containing information about in which documents and at what positions each word occurs.
At the search stage, the index allows you to very quickly find documents containing words from the query.
Further special algorithms determine which documents contain the entire phrase you are looking for.
This web application is built using search engine implemented in the GroupDocs.Search for .NET library and has the following features: