Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 8,956 for

index

(0.34 sec)
  1. ISplitOptions.GetPathByIndex Method - GroupDocs...

    Gets the full file path of splitted document by Index with defined extension....path of splitted document by index with defined extension. Namespace:...string GetPathByIndex ( int index , string extension ) Function...

    apireference.groupdocs.com/merger/net/groupdocs...
  2. 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 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/boolean-search/
  3. Index.Optimize Method (MergeOptions) - GroupDoc...

    Minimizes the number of Index segments by merging them one with another. This operation improves search performance....Search Index Class Index Methods Optimize Method...Optimize Method (MergeOptions) Index Optimize Method (MergeOptions)...

    apireference.groupdocs.com/search/net/groupdocs...
  4. MergeOptions - 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...Description void Index. merge ( Index index, MergeOptions options)...

    apireference.groupdocs.com/search/java/com.grou...
  5. MergeOptions - 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...Description void Index. merge ( Index index, MergeOptions options)...

    apireference.groupdocs.com/search/java/com.grou...
  6. Index.Repository Property - GroupDocs.Search fo...

    Gets the Index repository object if the Index is contained in it....Search Index Class Index Properties Dictionaries...Repository Property Index Repository Property Gets the index repository...

    apireference.groupdocs.com/search/net/groupdocs...
  7. indexstatus - GroupDocs.Search for Java - API R...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......IndexStatus > Specifies an index status. Enum Constant Summary...ChangingAttributes Index changes attributes. Deleting Index performs a...

    apireference.groupdocs.com/search/java/com.grou...
  8. Index.Search Method (String, SearchOptions) - G...

    Searches in Index....Search Index Class Index Methods Search Method...(SearchQuery, SearchOptions) Index Search Method (String, SearchOptions)...

    apireference.groupdocs.com/search/net/groupdocs...
  9. IndexStatus Enumeration - GroupDocs.Search for ...

    Specifies an Index status....IndexStatus Enumeration Specifies an index status. Namespace: GroupDocs...Ready 0 Index is free and ready to change. Failed 1 Index needs...

    apireference.groupdocs.com/search/net/groupdocs...
  10. Search API is not returning any document in .NE...

    I am performing a simple search and the code is not returning any documents. Can you tell me what is wrong?...string query = strFind; Index index = new Index(indexFolder); IndexingOptions...optionsIndex.IsAsync = true; index.Add(dataDir, optionsIndex);...

    forum.groupdocs.com/t/search-api-is-not-returni...