Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,849 for

index

(0.07 sec)
  1. Spell checking | Documentation

    This article shows that how spell checking works during the search....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/spell-checking/
  2. 使用 C# .NET 在 Word、Excel、PDF、ZIP 文档格式中搜索文本

    GroupDocs.Search 是一个功能强大的全文搜索 API,它允许您在应用程序中搜索 70 多种文档格式。...// Specify the path to the index folder string documentsFolder...Create new index or // b) Open existing index Index index = new Index(indexFolder);...

    blog.groupdocs.com/zh/search/search-text-in-wor...
  3. Highlight Search Results using Java

    Learn how to highlight search results using Java with our guide, including a code example to efficiently highlight search results in Java for better management....configuration for document indexing Set TextStorageSettings to...Initialize an index using the Index class, specifying the index folder...

    kb.groupdocs.com/search/java/highlight-search-r...
  4. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  5. Evaluation Limitations and Licensing | Document...

    Free search api version is available to evaluate the API which will be similar as licensed but with few limitations.... Indexing Limitations Following are the indexing limitations...number of indexed documents in one index or in several indexes for...

    docs.groupdocs.com/search/nodejs-java/evaluatio...
  6. Perform Boolean Search using C#

    Perform Boolean search using C# to enhance document retrieval. Learn full-text search with Boolean operators in C# for precise and efficient results in applications....enabling precise results from indexed documents. This guide will...functionality in C# Create an Index object to establish a storage...

    kb.groupdocs.com/search/net/perform-boolean-sea...
  7. Indexing additional fields | Documentation

    This article demonstrate that how to associate each document with certain additional metadata....Usage / Indexing / Indexing additional fields Indexing additional...Leave feedback Sometimes when indexing, it is necessary to associate...

    docs.groupdocs.com/search/net/indexing-addition...
  8. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/document-filterin...
  9. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API...."c:\\MyDocuments\\" ; // Creating index Index index = new Index ( indexFolder );...); // Indexing index . add ( documentsFolder ); // Creating subquery...

    docs.groupdocs.com/search/java/queries-in-text-...
  10. Indexing additional fields | Documentation

    Sometimes when Indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each Indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before Indexing each added document....Usage / Indexing / Indexing additional fields Indexing additional...Leave feedback Sometimes when indexing, it is necessary to associate...

    docs.groupdocs.com/search/nodejs-java/indexing-...