Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 16,339 for

query

(0.05 sec)
  1. SearchOptions Properties - GroupDocs.Search for...

    Gets or sets the operation cancellation object. The default value is null....occurrences of each term in a search query. The default value is 100000...occurrences of all terms in a search query. The default value is 500000...

    apireference.groupdocs.com/search/net/groupdocs...
  2. Text search is not working - Free Support Forum...

    The following code is not returning any documents: static void Main(string[] args) { string LicensePath = @“C:\license\GroupDocs.Search.lic”; GroupDocs.Search.License lic = new GroupDocs.Search.License(); //…...optionsIndex); // Search with text query SearchResult result = index...optionsIndex); // Search with text query SearchResult result = index...

    forum.groupdocs.com/t/text-search-is-not-workin...
  3. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....creation of date wise search queries, and also describes the management...Creating date range search queries Date range search allows you...

    docs.groupdocs.com/search/java/date-range-search/
  4. SimilarityLevel Class - GroupDocs.Search for .N...

    Represents an algorithm of the fuzzy search that specifies the similarity level. The similarity level algorithm calculates the maximum number of mi...@"c:\MyDocuments\" ; string query = "Einstein" ; Index index =...SearchResult result = index.Search(query, options); // Search in index...

    apireference.groupdocs.com/search/net/groupdocs...
  5. DatabaseFileType | GroupDocs.Conversion for Jav...

    Defines CAD documents Computer Aided Design that are used for a 3D graphics file formats and may contain 2D or 3D designs....sql extension is a Structured Query Language (SQL) file that contains...sql extension is a Structured Query Language (SQL) file that contains...

    reference.groupdocs.com/conversion/java/com.gro...
  6. SearchOptions Class - GroupDocs.Search for .NET...

    Provides options for search operation....occurrences of each term in a search query. The default value is 100000...occurrences of all terms in a search query. The default value is 500000...

    apireference.groupdocs.com/search/net/groupdocs...
  7. 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....search queries. The following types of search queries are supported:...others. Description of search queries of various types is presented...

    docs.groupdocs.com/search/java/build-your-first...
  8. 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....search queries. The following types of search queries are supported:...others. Description of search queries of various types is presented...

    docs.groupdocs.com/search/nodejs-java/build-you...
  9. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...help users refine their search query. The goal is to provide users...involves entering a search query and subsequent retrieval of...

    docs.groupdocs.com/search/net/about-search-engi...
  10. Enumerable.OrderByDescending Method (System.Lin...

    Sorts the elements of a sequence in descending order.... The query represented by this method is...that have the same key. In query expression syntax, an orderby...

    learn.microsoft.com/en-us/dotnet/api/system.lin...