Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,857 for

index

(0.05 sec)
  1. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....documents to be indexed. Information on indexing password protected...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/document-passwords/
  2. Build your Full Text Search Solution in C# | Fi...

    Text searching API for .NET applications to search via Indexing. Find text in multiple Word, Excel, PDF, text files of a folder & highlight search results....and it works by using text indexes. In this article, we will learn...full-text search. Indexing Perform Search Indexing # To make it possible...

    blog.groupdocs.com/search/build-your-full-text-...
  3. Document attributes | Documentation

    Document attributes is a special feature designed for marking Indexed documents with text labels without the need for re-Indexing....Developer Guide / Advanced Usage / Indexing / Document attributes Document...feature designed for marking indexed documents with text labels...

    docs.groupdocs.com/search/nodejs-java/document-...
  4. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/using-aliases/
  5. Highlighted Results of Exact Phrase Search in T...

    We are pleased to announce the release of version 17.12 of GroupDocs.Search for .NET. GroupDocs.Search for .NET 17.12 has come with 4 enhancements. We have introduced the feature of getting highlighted results of exact phrase search in text. Furthermore, we have improved the calculation of relevance of search results as well as redesigned the syntax of the search query. We would recommend you to enhance your applications using this latest version....@"c:\MyDocuments" ; // Creating index Index index = new Index(indexFolder); //...// Indexing documents index.AddToIndex(documentsFolder); // Searching...

    blog.groupdocs.com/search/highlighted-results-o...
  6. Perform Wildcard Search in GroupDocs.Search for...

    We are pleased to announce the monthly release of GroupDocs.Search for Java 18.12. Using the latest version, you can now Index and search blended characters and perform a wildcard search. We would recommend you to install and use the latest version of the API. Features Following are the new features introduced in the latest version: Blended Characters Search GroupDocs.Search for Java API 18.12 introduces a new class of characters - blended....latest version, you can now index and search blended characters...characters - blended . When indexing, blended characters are interpreted...

    blog.groupdocs.com/search/perform-wildcard-sear...
  7. Break Indexing Operation Manually using GroupDo...

    GroupDocs team is pleased to announce the monthly release of GroupDocs.Search for .NET 18.6. Using the latest version, you can now break Indexing operation manually. Furthermore, obsolete Relevance property is removed from the DetailResultInfo method and ImportDictionary and ExportDictonary methods are added to Index dictionaries. We would recommend you to install and use the latest version of API. Break Indexing Operation ManuallyUsing GroupDocs.Search API you can break Indexing operation manually....version, you can now break indexing operation manually. Furthermore...ExportDictonary methods are added to index dictionaries. We would recommend...

    blog.groupdocs.com/search/break-indexing-operat...
  8. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....Search index, reverse image search allows...hashes of the images in the index. The idea of a perceptual hash...

    docs.groupdocs.com/search/net/reverse-image-sea...
  9. Work with Blended Characters using GroupDocs.Se...

    We are delighted to announce the monthly release of GroupDocs.Search for .NET 18.12. Using the latest version, you can now Index and search blended characters and perform a wildcard search. We would recommend you to install and use the latest version of the API. Features Following are the new features introduced in the latest version: Blended Characters Search GroupDocs.Search for .NET API 18.12 introduces a new class of characters - blended....latest version, you can now index and search blended characters...characters - blended . When indexing, blended characters are interpreted...

    blog.groupdocs.com/search/work-with-blended-cha...
  10. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector....an index from in specified folder Index index = new Index ( indexFolder...indexFolder ); if ( index . Dictionaries . SpellingCorrector...

    docs.groupdocs.com/search/net/spelling-corrector/