Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 9,133 for

indexes

(0.05 sec)
  1. IFieldExtractor Interface - GroupDocs.Search fo...

    Provides methods for extracting fields from a document....the custorm extractor for indexing. C# string indexFolder = @"c:\MyIndex\"...@"c:\MyIndex\" ; // Specify path to the index folder string documentsFolder...

    apireference.groupdocs.com/search/net/groupdocs...
  2. IndexUpdater Class - GroupDocs.Search for .NET ...

    Represents an index updater. This class performs reindexing documents in an index of an old version....IndexUpdater Class Represents an index updater. This class performs...reindexing documents in an index of an old version. Inheritance...

    apireference.groupdocs.com/search/net/groupdocs...
  3. datarowcollection - GroupDocs.Assembly for Java...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......get (int index) Gets the row at the specified index. DataRow...removeAt (int index) Removes the row at the specified index from the...

    apireference.groupdocs.com/assembly/java/com.gr...
  4. Створення рішення повнотекстового пошуку на Jav...

    API повнотекстового пошуку для програм Java для пошуку через індексування. Знайдіть текст у кількох файлах Word, Excel, PDF, TXT у папці та виділіть результати пошуку.... Index index = new Index("indexingFolderPath"); index.add...допомогою методу search класу Index. Перегляньте всі результати...

    blog.groupdocs.com/uk/search/build-full-text-se...
  5. MetadataIndexingOptions Properties - GroupDocs....

    Gets or sets the default field name used to index empty field names. The default value is...default field name used to index empty field names. The default...value indicating whether to index empty field names or not. The...

    apireference.groupdocs.com/search/net/groupdocs...
  6. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements....replacements defined in an index. For detailed information on...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/character-replace...
  7. GroupDocs.Search for .NET 17.05 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 17.5 Major Features There are 8 features and enhancements in this regular monthly release. The most notable are: SEARCHNET-1004 Implement optimization of simple search and fuzzy search SEARCHNET-1005 Implement optimization of index data on hard disc SEARCHNET-1007 Remove LoadSynonyms(string fileName) obsolete method SEARCHNET-1008 Remove SearchParameters.UseFuzzySearch obsolete parameter SEARCHNET-1009 Implement support of OneNote documents SEARCHNET-1010 Implement support of Electronic Publications (epub) SEARCHNET-1011 Implement support of new Presentations formats (pptm and ppsm) SEARCHNET-1012 Implement support of OpenDocument presentation format (odp) All Changes Key Summary Category SEARCHNET-1004 Implement optimization of simple search and fuzzy search Enhancement SEARCHNET-1005 Implement optimization of index data on hard disc Enhancement SEARCHNET-1007 Remove LoadSynonyms(string fileName) obsolete method Enhancement SEARCHNET-1008 Remove SearchParameters....SEARCHNET-1005 Implement optimization of index data on hard disc SEARCHNET-1007...SEARCHNET-1005 Implement optimization of index data on hard disc Enhancement...

    docs.groupdocs.com/search/net/groupdocs-search-...
  8. Alphabet | Documentation

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

    docs.groupdocs.com/search/net/alphabet/
  9. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....your first search index. Step #1: Create new index First of all you...you need to create an index. An index can be created in memory...

    docs.groupdocs.com/search/java/build-your-first...
  10. HtmlHighlighter Class - GroupDocs.Search for .N...

    Represents a search result highlighter that highlights search results in an entire document text formatted in HTML....// Creating an index Index index = new Index(indexFolder); //...// Indexing documents from the specified folder index.Add(documentsFolder);...

    apireference.groupdocs.com/search/net/groupdocs...