Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 29,514 for

groupdocs.search

(0.06 sec)
  1. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/storing-text-of-...
  2. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for ...

    docs.groupdocs.com/search/net/stop-word-diction...
  3. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/character-replac...
  4. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for ...

    docs.groupdocs.com/search/net/character-replace...
  5. 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. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/ocr-support/
  6. 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 using Java search API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/homophone...
  7. Using aliases | Documentation

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

    docs.groupdocs.com/search/java/using-aliases/
  8. 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....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/keyboard-layout-...
  9. 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....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. 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....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/regular-e...