Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 10,085 for

index

(0.12 sec)
  1. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata Index on documents. To Index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an Index....Usage / Indexing / Indexing metadata of documents Indexing metadata...and / or metadata index on documents. To index only metadata without...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. Document renaming | Documentation

    Sometimes a situation arises when an Indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the Index about the renaming of the document, and then the document will not be reIndexed during the update operation. To notify an Index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an Index is notified of the renaming of a document, it will not be reIndexed the next time you call the update method, even if its contents have changed....Developer Guide / Advanced Usage / Indexing / Document renaming Document...a situation arises when an indexed document is renamed, but its...

    docs.groupdocs.com/search/nodejs-java/document-...
  3. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....@"c:\MyDocuments\" ; Index index = new Index ( indexFolder ); //...// Creating index in the specified folder index . Add ( documentsFolder...

    docs.groupdocs.com/search/net/case-sensitive-se...
  4. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....sequence of words in the text of indexed documents. In text form, the...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/phrase-search/
  5. Boolean search | Documentation

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/boolean-search/
  6. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....designed to store synonyms in an index. For information on searching...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/synonym-dictionary/
  7. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....designed to store homophones in an index. For information on searching...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/homophone-dictio...
  8. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....all the aliases defined in an index. Information on using aliases...opening an index from the specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/alias-dic...
  9. ReadOnlyListBase - GroupDocs.Watermark for Java...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou......get_Item (int index) Gets the element at the specified index in the...indexOf ( T item) Determines the index of a specific item in the collection...

    apireference.groupdocs.com/watermark/java/com.g...
  10. searchresult - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......package provides classes for indexing and searching text data in...SearchResult Index. search ( SearchQuery query) Searches in index. SearchResult...

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