Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 2,874 for

indexes

(0.04 sec)
  1. Booleaanse zoekopdracht uitvoeren met C#

    Voer Booleaanse zoekopdrachten uit met C# om het ophalen van documenten te verbeteren. Leer full-text zoeken met Booleaanse operatoren in C# voor nauwkeurige en efficiënte resultaten in applicaties....mogelijk te maken Maak een Index -object om een opslaggebied...geïndexeerd en doorzocht Gebruik de Index.Add -methode om documenten uit...

    kb.groupdocs.com/nl/search/net/perform-boolean-...
  2. Führen Sie eine Boolesche Suche mit Java durch

    Nutzen Sie diesen Artikel, um eine Boolesche Suche mit Java durchzuführen. Meistern Sie die Volltextsuche mit Booleschen Operatoren in Java für genaue und effiziente Anwendungsergebnisse....aktivieren Erstellen Sie ein Index -Objekt, um ein durchsuchbares...einzurichten Verwenden Sie die Methode Index.add, um Dokumente aus einem...

    kb.groupdocs.com/de/search/java/perform-boolean...
  3. جستجوی متن در فرمت های 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/fa/search/search-text-in-wor...
  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. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/fuzzy-search/
  6. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets using Java....types of characters used for indexing. For detailed information...opening an index from the specified folder Index index = new Index...

    docs.groupdocs.com/search/java/alphabet/
  7. 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....Developer Guide / Advanced Usage / Indexing / OCR support OCR support...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/java/ocr-support/
  8. Search Special Characters in Documents using Java

    Effortlessly learn how to search special characters in documents using Java. Improve the accuracy and relevance of text search with special characters in Java....character searches Initialize an Index object to organize and manage...Add documents to the index with the Index.add method, ensuring...

    kb.groupdocs.com/search/java/search-special-cha...
  9. Perform Faceted Search using C#

    In this topic, you will learn how to perform faceted search using C#. We will provide sample code example to create faceted search in C# without requiring any tools....search with facets Initialize an Index object to create a storage location...where your documents can be indexed for efficient searching Add...

    kb.groupdocs.com/search/net/perform-faceted-sea...
  10. ابحث عن نص في مجلدات عن طريق الفهرسة باستخدام C...

    ابحث عن النص حسب الأجزاء ، وفهرسة النص ، وحدد عدد سلاسل البحث ، واحصل على وقت البحث للحصول على نتائج البحث في C # باستخدام GroupDocs Search API لمطوري .NET....documents folder in the created index. اضبط خيار البحث واضبط IsChunkSearch...an index in the specified folder Index index = new Index(indexFolder);...

    blog.groupdocs.com/ar/search/search-text-by-ind...