Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 3,086 for

indexes

(0.17 sec)
  1. Najděte jakékoli slovo a jeho synonyma ve více ...

    Najděte konkrétní slovo a jeho synonyma v různých souborech pomocí Java. Podobně získáte všechna synonyma seskupená podle různých významů pomocí rozhraní Java Search API.... Vytvořte index pomocí definované složky indexu...indexu pomocí třídy Index . Přidejte složku dokumentů do rejstříku...

    blog.groupdocs.com/cs/search/find-synonyms-in-m...
  2. OCR support | GroupDocs

    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....Developer Guide / Advanced Usage / Indexing / OCR support OCR support...Creating an index const index = new groupdocs . search . Index ( indexFolder...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  3. Java Fuzzy Search – поиск в файлах по папкам

    Узнайте, как нечеткий поиск Java может помочь вам находить нужные данные в файлах и папках! Это похоже на умный поиск, который понимает мелкие ошибки....использованием Java: Начните с создания Index с использованием папки, в которой...Добавьте путь к основной папке в index. Укажите поисковый запрос, который...

    blog.groupdocs.com/ru/search/fuzzy-search-java/
  4. Java Regex – Suche in Dokumenten mit regulären ...

    Nutzen Sie die Leistungsfähigkeit der programmatischen Suche in Java! Erfahren Sie, wie Sie mithilfe regulärer Ausdrücke präzise mehrere textbasierte Dokumente in Ordnern durchsuchen können....Erstellen Sie zunächst einen Index , indem Sie den Ordnerpfad angeben...dem Sie im soeben erstellten Index suchen möchten. Richten Sie...

    blog.groupdocs.com/de/search/search-in-document...
  5. C#으로 전체 텍스트 검색 솔루션 구축 | .NET을 사용하여 파일에서 찾기

    인덱싱을 통해 검색하는 .NET 애플리케이션용 텍스트 검색 API. 여러 Word, Excel, PDF, 폴더의 텍스트 파일에서 텍스트를 찾고 검색 결과를 강조 표시합니다.... Index index = new Index("indexPath/FolderName/");...원본 문서 폴더를 추가합니다. Search 메서드 Index 클래스를 사용하여 검색을 수행합니다. 각 문서의 속성에...

    blog.groupdocs.com/ko/search/build-your-full-te...
  6. Exporter des documents indexés au format HTML à...

    Découvrez comment exporter des documents indexés vers HTML à l'aide de Java en quelques étapes simples. Utilisez Java pour exporter des documents indexés vers HTML afin d'améliorer l'organisation des documents de manière efficace....stockage de texte Créez l’objet Index en sélectionnant un dossier...indexés Utilisez la méthode Index.add pour inclure les documents...

    kb.groupdocs.com/fr/search/java/export-indexed-...
  7. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API...."c:\\MyDocuments\\" ; // Creating index Index index = new Index ( indexFolder );...); // Indexing index . add ( documentsFolder ); // Creating subquery...

    docs.groupdocs.com/search/java/queries-in-text-...
  8. GroupDocs.Search .NET בפייתון | מדריך אינטגרציה...

    להתמחות באינטגרציה של GroupDocs.Search for .NET עם פייתון באמצעות pythonnet. למד 2 גישות יישום כדי לפתור אתגרי פתרון תלויות, עם דוגמאות קוד מלאות לשיטות מבוססות עטיפה ולשיטות פתרון סוגים ידניות....the Index class from GroupDocs.Search import Index index = Index(...Index( "search_index" ) index . Add( "documents_folder" ) ניתוח...

    blog.groupdocs.com/he/search/python-integration/
  9. C#.NETを使用して、Word、Excel、PDF、ZIPドキュメント形式のテキストを検索する

    GroupDocs.Searchは、アプリケーション内の70を超えるドキュメント形式を検索できる強力な全文検索APIです。...// 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/ja/search/search-text-in-wor...
  10. 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 . Indexer ; OptimizeOptions...

    docs.groupdocs.com/search/net/optimizing-shards/