Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 3,107 for

indexing

(0.54 sec)
  1. Знайти синоніми будь-якого слова в Java | Групи...

    Знайдіть усі можливі синоніми будь-якого слова в Java. Отримайте різні колекції синонімів, упорядкованих за різними значеннями того самого слова, використовуючи пошуковий API....Створіть індекс за допомогою класу Index . З різних словників отримайте..."show"; String[] synonyms = new Index().getDictionaries().getSynonymDictionary()...

    blog.groupdocs.com/uk/search/find-synonyms-of-w...
  2. Java를 사용하여 여러 파일에서 단어와 동음이의어 찾기

    Java를 사용하여 폴더의 다른 파일 내에서 특정 단어와 동음이의어를 찾습니다. 문서 검색 Java API를 사용하여 동음이의어용 애플리케이션을 빌드합니다.... 정의된 인덱스 폴더로 Index 를 생성합니다. 문서의 폴더를 색인에 추가합니다....폴더에 인덱스 생성 Index index = new Index(indexFolder); index.add(documentsFolder);...

    blog.groupdocs.com/ko/search/find-homophones-in...
  3. Trova qualsiasi parola e i suoi sinonimi in più...

    Trova una parola specifica e i suoi sinonimi all'interno di file diversi utilizzando Java. Allo stesso modo, ottieni tutti i sinonimi, raggruppati per significati diversi utilizzando l'API di ricerca Java....metodo search della classe Index e passa la query con le opzioni...specificata Index index = new Index(indexFolder); index.add(documentsFolder);...

    blog.groupdocs.com/it/search/find-synonyms-in-m...
  4. Comparison API sample Implementation with PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....htaccess and index.php files # Create a .htaccess...%{REQUEST\_FILENAME} !-d RewriteRule .\* index.php \[L,QSA\] Header Unset ETag...

    blog.groupdocs.com/comparison/implement-documen...
  5. Optimizing shards | GroupDocs

    This page contains information about optimizing shards in the search network....optimization minimizes the number of index segments on each shard. As a..."Optimizing shards" ); Indexer indexer = node . getIndexer ();...

    docs.groupdocs.com/search/java/optimizing-shards/
  6. Effectuer une recherche à facettes à l'aide de ...

    Cette rubrique vous guidera sur la manière d'effectuer une recherche à facettes à l'aide de Java. Vous trouverez du code pour créer une recherche à facettes en Java sans avoir besoin d'outils supplémentaires....fonctionnalités à facettes Créez un objet Index pour définir un emplacement...Utilisez la méthode Index.add pour renseigner l’index, en pointant vers...

    kb.groupdocs.com/fr/search/java/perform-faceted...
  7. البحث عن الأحرف الخاصة في المستندات باستخدام Java

    تعلم بسهولة كيفية البحث عن الأحرف الخاصة في المستندات باستخدام Java. قم بتحسين دقة وأهمية البحث عن النص باستخدام الأحرف الخاصة في Java....الأحرف الخاصة قم بتهيئة كائن Index لتنظيم وإدارة المستندات من مجلد...المستندات إلى الفهرس باستخدام طريقة Index.add، مع التأكد من تخزينها وتنظيمها...

    kb.groupdocs.com/ar/search/java/search-special-...
  8. Pesquisa de frases em documentos usando Java

    Aprenda a executar pesquisa de frases em documentos usando Java. Explore métodos para pesquisar documentos por frases em Java e simplifique suas tarefas de pesquisa de documentos....Crie e inicialize um objeto Index para organizar e gerenciar os...pretende pesquisar Use o método Index.add para incluir documentos...

    kb.groupdocs.com/pt/search/java/phrase-search-i...
  9. การค้นหารูปภาพย้อนกลับในเอกสาร

    สร้างแอปของคุณด้วยฟังก์ชันการค้นหารูปภาพย้อนกลับในเอกสารและไฟล์ภาพ...// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/th/search/reverse-image-search/
  10. 使用 Java 在多個文件中查找任何單詞及其同義詞

    使用 Java 在不同文件中查找特定單詞及其同義詞。類似地,獲取所有同義詞,使用 Java Search API 按不同含義分組。... 使用 Index 類使用定義的索引文件夾創建索引。 將文檔的文件夾添加到索引中。...使用 SearchOptions 啟用同義詞搜索。 調用 Index 類的 search 方法並傳遞帶有搜索選項的查詢。 使用檢索到的...

    blog.groupdocs.com/zh-hant/search/find-synonyms...