Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 2,849 for

index

(0.03 sec)
  1. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large Indexes, their performance becomes extremely low using Java search API....at the same time, in large indexes, their performance becomes...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/regular-expressi...
  2. Word forms provider | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/word-forms-provi...
  3. 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. C# string indexFolder = @"c:\MyIndex\"...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/search-for-differ...
  4. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/fuzzy-search/
  5. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....Developer Guide / Advanced Usage / Indexing / Text file encoding detection...text file can be set during indexing when the event is raised....

    docs.groupdocs.com/search/java/text-file-encodi...
  6. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...result = index . search ( query ); // Search in the index Wildcard...= '?ffect' ; const result = index . search ( query ); // Search...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  7. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....Search index, reverse image search allows...hashes of the images in the index. The idea of a perceptual hash...

    docs.groupdocs.com/search/nodejs-java/reverse-i...
  8. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....the text, since it is not indexed. And as a result, words containing...found. Since, in fact, when indexing, these characters break the...

    docs.groupdocs.com/search/java/search-for-text-...
  9. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/date-rang...
  10. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks....method of the class, only in one index segment search is performed...relevant when searching in large indexes containing tens and hundreds...

    docs.groupdocs.com/search/net/search-by-chunks/