Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 2,554 for

search index

(0.08 sec)
  1. 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....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/queries-in-text-a...
  2. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  3. 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....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/queries-in-text-...
  4. Document attributes | Documentation

    Document attributes is a special feature designed for marking Indexed documents with text labels without the need for re-Indexing....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/document-attributes/
  5. Spell checking | Documentation

    This article shows that how spell checking works during the Search....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/spell-checking/
  6. Indexing password protected documents | Documen...

    This article demonstrates that how to perform Indexing of password protected documents....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/indexing-password...
  7. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the Index....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/separate-...
  8. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of Search queries in text form....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/using-aliases/
  9. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an Index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during Indexing and not added to the Index. A list of stop words to use during Indexing can be specified in the stop word dictionary....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const IndexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an Index const Index = new groupdocs....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/ocr-support/