Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 16,454 for

query

(0.03 sec)
  1. Enumerable.Concat

    Concatenates two sequences....GetDogs(); IEnumerable<string> query = cats.Select(cat => cat.Name)...Name)); foreach (string name in query) { Console.WriteLine(name);...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  2. searchoptions - GroupDocs.Search for Java - API...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......occurrences of each term in a search query. int getMaxTotalOccurrenc ()...occurrences of all terms in a search query. ISearchDocumentFilte getSearchDocumentFil...

    apireference.groupdocs.com/search/java/com.grou...
  3. Index.SearchNext Method (ChunkSearchToken, Canc...

    Continues the chunk search started with method Search....how to perform search using query in object form. C# string indexFolder...@"c:\MyDocuments\" ; string query = "Einstein" ; Index index =...

    apireference.groupdocs.com/search/net/groupdocs...
  4. Implementing Wildcard Search Functionality in y...

    post. Tagged with java, indexing, api, groupdocs....indices and use various search queries such as simple, boolean, regular...wildcard search using text query: // Creating index Index index...

    dev.to/groupdocs/implementing-wildcard-search-f...
  5. Implementing Wildcard Search Functionality in y...

    post. Tagged with java, indexing, api, groupdocs....indices and use various search queries such as simple, boolean, regular...wildcard search using text query: // Creating index Index index...

    dev.to/groupdocs/implementing-wildcard-search-f...
  6. SearchQuery.FirstChild Property - GroupDocs.Sea...

    Gets the first child Query....Property Gets the first child query. Namespace: GroupDocs.Search...SearchQuery The first child query. See Also Reference SearchQuery...

    apireference.groupdocs.com/search/net/groupdocs...
  7. SearchQuery.SecondChild Property - GroupDocs.Se...

    Gets the second child Query....Property Gets the second child query. Namespace: GroupDocs.Search...SearchQuery The second child query. See Also Reference SearchQuery...

    apireference.groupdocs.com/search/net/groupdocs...
  8. GitHub - groupdocs-search/GroupDocs.Search-for-...

    GroupDocs.Search for Java examples, plugins and showcase projects: https://products.groupdocs.com/search/java - groupdocs-search/GroupDocs.Search-for-Java...the basis of different search query types. Advance searching techniques...one search query. Alias substitution in search queries. Perform...

    github.com/groupdocs-search/GroupDocs.Search-fo...
  9. Enumerable.TakeWhile Method (System.Linq) | Mic...

    Returns elements from a sequence as long as a specified condition is true, and then skips the remaining elements...."strawberry" }; IEnumerable<string> query = fruits.TakeWhile((fruit, index)...index); foreach (string fruit in query) { Console.WriteLine(fruit);...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  10. SearchOptions - GroupDocs.Search for Java - API...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......search options of this seach query. Methods in com.groupdocs.search...Index. search ( SearchQuery query, SearchOptions options) Searches...

    apireference.groupdocs.com/search/java/com.grou...