Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 2,836 for

index

(0.03 sec)
  1. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.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/fuzzy-sea...
  2. 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...
  3. Work with Search Results using Java

    Learn how to work with search results using Java and retrieve search results in Java efficiently, optimizing search processes for better performance and accuracy.... From establishing an index repository to setting up fuzzy...results Create an index object using the Index class and specify...

    kb.groupdocs.com/search/java/work-with-search-r...
  4. 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" ; SearchResult result = index . Search ( query ); // Search...

    docs.groupdocs.com/search/net/build-search-query/
  5. Spelling Correction in Document Search using Java

    Learn how to do spelling correction in document search using Java. You will get a code example for spell check in document search using Java for accurate results....project Use the Index class to create an index in a designated...specified folder to the index using the Index.add method Create an...

    kb.groupdocs.com/search/java/spelling-correctio...
  6. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout 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/keyboard-layout-...
  7. 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/nodejs-java/search-fo...
  8. 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...
  9. Features Overview | Documentation

    The search api allow you to optimize, merge, delete, update and create Indexes along with many other fascinating features... Indexing GroupDocs.Search provides...the following indexing features: Create index in memory or on...

    docs.groupdocs.com/search/net/features-overview/
  10. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/synonym-search/