Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 1,145 for

query

(0.14 sec)
  1. ابحث عن نص في تنسيقات مستندات Word و Excel و PD...

    GroupDocs.Search هي واجهة برمجة تطبيقات قوية للبحث عن النص الكامل تتيح لك البحث في أكثر من 70 تنسيقًا للوثائق في تطبيقاتك....search string query = "Worthy"; // Specify a search query SearchResult...SearchResult result = index.Search(query); // Searching in the index...

    blog.groupdocs.com/ar/search/search-text-in-wor...
  2. Java에서 모든 단어의 동의어 찾기 | 의미별 동의어 그룹

    Java에서 모든 단어의 가능한 모든 동의어를 찾으십시오. 검색 API를 사용하여 동일한 단어의 다른 의미로 정렬된 다양한 동의어 모음을 가져옵니다....Java에서 모든 단어의 모든 동의어 가져오기 String query = "show"; String[] synonyms...getSynonyms(query); System.out.println("Synonyms for " + query +":");...

    blog.groupdocs.com/ko/search/find-synonyms-of-w...
  3. 使用 C# 查找任何单词的同义词 |按含义划分的同义词组

    使用 .NET API 查找 C# 中任何单词的所有可能同义词。获取按同一个词的不同含义排列的不同同义词集合。...// 获取 C# 中任何单词的所有同义词 string query = "make"; string[] synonyms...GetSynonyms(query); Console.WriteLine("Synonyms for '" + query + "':");...

    blog.groupdocs.com/zh/search/find-synonyms-of-w...
  4. Buscar texto en formatos de documento Word, Exc...

    GroupDocs.Search es una potente API de búsqueda de texto completo que le permite buscar en más de 70 formatos de documentos en sus aplicaciones....search string query = "Worthy"; // Specify a search query SearchResult...SearchResult result = index.Search(query); // Searching in the index...

    blog.groupdocs.com/es/search/search-text-in-wor...
  5. GroupDocs.Metadata for .NET 1.7.0 Released with...

    GroupDocs.Metadata for .NET version 1.7 is available now. Code is redefined by decreasing number of namespaces for easy integration. One major enhancement is support for MP3 format. So management of audio format metadata is more easy with this release. Metadata API extended features MP3 format supported - Detect MP3 format Reading ID3v1 Tag Reading ID3v2 Tag Get MPEG Audio format Information Read all EXIF tags Get specific EXIF tag by specific key or indexer ....Forum for GroupDocs Metadata queries FeedbackAs always, if someone...someone has some questions, queries or suggestions in his/her feedback...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  6. Extract Text Areas from Document Pages using Gr...

    Today, we are excited to announce the release of version 18.7 of GroupDocs.Parser for .NET. The latest release supports extracting text areas from document pages. This feature may help you getting data for text analysis. We recommend you to upgrade the API to the latest version and share your valuable feedback. Extracting Text AreasExtracting text areas is useful when you need to get the data for text analysis. To extract text areas, text extractors implement their own internal private class and provide DocumentContent property (see PdfTextExtractor as the sample)....Parser Have Queries?If you have got any queries or concerns about...

    blog.groupdocs.com/parser/extract-text-areas-fr...
  7. 在线文档中进行模糊搜索

    释放模糊搜索的力量!了解如何以编程方式在线搜索基于文本的文档中几乎匹配的结果。...8); string query = "nulla"; // search approximate...provided query SearchResult result = index.Search(query, options);...

    blog.groupdocs.com/zh/search/online-fuzzy-search/
  8. Full Text Search Csharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....avanzato per cercare un testo/una query su una raccolta di documenti...particolari specificate come query di ricerca testuale. I documenti...

    blog.groupdocs.com/it/tag/full-text-search-csharp/
  9. Eseguire la ricerca con distinzione tra maiusco...

    Esegui facilmente ricerche con distinzione tra maiuscole e minuscole usando C# per recuperare risultati precisi. Scopri come cercare testo con distinzione tra maiuscole e minuscole nei file usando C# con istruzioni dettagliate....maiuscole e alle minuscole della query, rendendolo prezioso in scenari...metodo Index.Search con la query di testo che vuoi cercare, assicurandoti...

    kb.groupdocs.com/it/search/net/perform-case-sen...
  10. Java Regex: ricerca nei documenti utilizzando l...

    Sfrutta tutta la potenza della ricerca programmatica in Java! Scopri come eseguire ricerche con precisione in più documenti di testo nelle cartelle utilizzando le espressioni regolari.... Imposta la query di ricerca regex. Utilizzare...add("path/parent-folder"); // Preparare la query e la ricerca Regex // Regex...

    blog.groupdocs.com/it/search/search-in-document...