Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 8,956 for

indexing

(0.08 sec)
  1. Crea una soluzione di ricerca di testo completo...

    API di ricerca full-text per applicazioni Java per la ricerca tramite indicizzazione. Trova il testo in più file Word, Excel, PDF, TXT di una cartella ed evidenzia i risultati della ricerca.... Index index = new Index("indexingFolderPath"); index.add...metodo search della classe Index. Attraversa ogni risultato di...

    blog.groupdocs.com/it/search/build-full-text-se...
  2. SpreadsheetTextEffectFormattedTextFragmentColle...

    Represents a collection of formatted text fragments in an Excel document WordArt shape....the element at the specified index in the collection. (Inherited...Object .) IndexOf Determines the index of a specific item in the collection...

    apireference.groupdocs.com/watermark/net/groupd...
  3. PdfTextFormattedTextFragmentCollection Class - ...

    Represents a collection of formatted text fragments in a pdf content main text....the element at the specified index in the collection. (Inherited...Object .) IndexOf Determines the index of a specific item in the collection...

    apireference.groupdocs.com/watermark/net/groupd...
  4. WordProcessingWordArtShapeFormattedTextFragment...

    Represents a collection of formatted text fragments in a Word document WordArt shape....the element at the specified index in the collection. (Inherited...Object .) IndexOf Determines the index of a specific item in the collection...

    apireference.groupdocs.com/watermark/net/groupd...
  5. SpreadsheetShapeFormattedTextFragmentCollection...

    Represents a collection of formatted text fragments in an Excel document text shape....the element at the specified index in the collection. (Inherited...Object .) IndexOf Determines the index of a specific item in the collection...

    apireference.groupdocs.com/watermark/net/groupd...
  6. GroupDocs.Search for .NET 19.10.1 Release Notes...

    Note This page contains release notes for GroupDocs.Search for .NET 19.10.1 Major Features There are the following bug fixes and improvements: License setting error while extracting text of documents Add MailFieldNames class containing e-mail field names Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2129 License setting error while extracting text of documents Bug SEARCHNET-2127 Add MailFieldNames class containing e-mail field names Improvement Public API and Backward Incompatible Changes License setting error while extracting text of documents Fixed error of setting a license for extracting text of documents....@"c:\MyDocuments" ; // Creating index Index index = new Index ( indexFolder );...); // Adding documents to index index . Add ( documentFolder );...

    docs.groupdocs.com/search/net/groupdocs-search-...
  7. هر کلمه و مترادف آن را در چندین فایل با استفاده...

    کلمات خاص و مترادف آنها را در فایل های مختلف یک پوشه با استفاده از C# پیدا کنید. با استفاده از NET API، تمام مترادف ها را با معانی مختلف گروه بندی کنید.... با استفاده از کلاس Index فهرستی را با پوشه شاخص تعریف...تنظیم کنید. متد Search کلاس Index را فراخوانی کنید و گزینه های...

    blog.groupdocs.com/fa/search/find-synonyms-in-m...
  8. versionupdateresult - GroupDocs.Search for Java...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......Represents the result of an index version update operation. Enum...AlreadyUpToDate Index version is already up-to-date. Unsupported Index version...

    apireference.groupdocs.com/search/java/com.grou...
  9. ابحث عن نص في مجلدات عن طريق الفهرسة باستخدام 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...
  10. How to search special character and number with...

    I’m using the trial version of GroupDocs.Search API for .NET framework and I couldn’t get a result of a query of numbers with decimal and special/letter characters. Sample1: 41.9, Sample2: A34.5, Sample3: [A90]. FuzzySe…...[41] SearchResult result = index.Search(query); 1 Like atir.tahir...separator characters are not indexed. Index treats them in the same...

    forum.groupdocs.com/t/how-to-search-special-cha...