Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,836 for

index

(0.17 sec)
  1. Perform Search by Chunks using Java

    Learn how to perform search by chunks using Java for efficient querying. Explore Java chunked search in large Indexes to optimize performance and scalability....particularly when working with indexes containing vast numbers of...Java chunked search in large indexes , developers can achieve scalable...

    kb.groupdocs.com/search/java/perform-search-by-...
  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. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large Indexes, their performance becomes extremely low using Java search API....at the same time, in large indexes, their performance becomes...Creating an index in the specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/regular-e...
  4. Spelling Correction in Document Search using Java

    Learn how to do spelling correction in document search using Java. You will get a code example for spell check in document search using Java for accurate results....project Use the Index class to create an index in a designated...specified folder to the index using the Index.add method Create an...

    kb.groupdocs.com/search/java/spelling-correctio...
  5. 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...
  6. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...result = index . search ( query ); // Search in the index Wildcard...= '?ffect' ; const result = index . search ( query ); // Search...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  7. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/synonym-search/
  8. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/homophone-search/
  9. 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....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/keyboard-layout-c...
  10. Features Overview | Documentation

    The search api allow you to optimize, merge, delete, update and create Indexes along with many other fascinating features... Indexing GroupDocs.Search provides...the following indexing features: Create index in memory or on...

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