Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 8,956 for

index

(0.06 sec)
  1. ILogger - GroupDocs.Search for Java - API Refer...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......logging events and errors in an index. Learn more Logging Method Summary...error that occurred in the index. void trace ( String message)...

    apireference.groupdocs.com/search/java/com.grou...
  2. Search for different word forms | Documentation

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....different word forms in an index. String indexFolder = "c:\\MyIndex\\"...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/search-for-diffe...
  3. Highlighted Results of Exact Phrase Search in T...

    We are pleased to announce the release of version 17.12 of GroupDocs.Search for .NET. GroupDocs.Search for .NET 17.12 has come with 4 enhancements. We have introduced the feature of getting highlighted results of exact phrase search in text. Furthermore, we have improved the calculation of relevance of search results as well as redesigned the syntax of the search query. We would recommend you to enhance your applications using this latest version....@"c:\MyDocuments" ; // Creating index Index index = new Index(indexFolder); //...// Indexing documents index.AddToIndex(documentsFolder); // Searching...

    blog.groupdocs.com/search/highlighted-results-o...
  4. IndexInfo Class - GroupDocs.Search for .NET - A...

    Contains basic information on an Index....Contains basic information on an Index . Inheritance Hierarchy System...name where index is located. IndexId Gets the index unique identifier...

    apireference.groupdocs.com/search/net/groupdocs...
  5. Boost Search Performance in C# Apps - Search AP...

    Supercharge C# search apps with GroupDocs.Search .NET 24.5 (MSI). This update offers in-memory Index loading for faster performance. Download now!...improvements with the ability to load indexes entirely into memory. This...experience on Windows. Load Indexes Completely into Memory The...

    releases.groupdocs.com/search/net/new-releases/...
  6. IndexType - GroupDocs.Search for Java - API Ref...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......Specifies an index type. Learn more Search index settings Enum...and Description CompactIndex Index type that takes much less disk...

    apireference.groupdocs.com/search/java/com.grou...
  7. Index.GetDocumentText Method (DocumentInfo, Out...

    Generates HTML formatted text for Indexed document and transfers it through the output adapter....Search Index Class Index Methods GetDocumentText...OutputAdapter, TextOptions) Index GetDocumentText Method (DocumentInfo...

    apireference.groupdocs.com/search/net/groupdocs...
  8. Index.Add Method (Document[], IndexingOptions) ...

    Performs Indexing operation. Adds documents from file system, stream, or structure....Search Index Class Index Methods Add Method Add...(Document[], IndexingOptions) Index Add Method ( Document , IndexingOptions)...

    apireference.groupdocs.com/search/net/groupdocs...
  9. idatarecord - GroupDocs.Assembly for Java - API...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......column located at the specified index. int getFieldCount () Gets the...specified index. Parameters: i - The zero-based index of the column...

    apireference.groupdocs.com/assembly/java/com.gr...
  10. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects...."c:\\MyDocuments\\" ; // Creating an index settings instance IndexSettings...extracted text in the index // Creating an index in the specified...

    docs.groupdocs.com/search/java/output-adapters/