Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

Action - Class in com.groupdocs.search
Encapsulates a method that has no parameters and does not return a value.
Action() - Constructor for class com.groupdocs.search.Action
 
Action1<T> - Class in com.groupdocs.search
Encapsulates a method that has a single parameter and does not return a value.
Action1() - Constructor for class com.groupdocs.search.Action1
 
Action2<T1,T2> - Class in com.groupdocs.search
Encapsulates a method that has two parameters and does not return a value.
Action2() - Constructor for class com.groupdocs.search.Action2
 
add(String, String...) - Method in class com.groupdocs.search.common.AttributeChangeBatch
Adds the specified attributes to the specified indexed document.
add(String[], String...) - Method in class com.groupdocs.search.common.AttributeChangeBatch
Adds the specified attributes to the specified indexed documents.
add(String, String) - Method in interface com.groupdocs.search.dictionaries.AliasDictionary
Adds the specified pair of alias and associated text to this instance of the AliasDictionary.
add(String, String) - Method in interface com.groupdocs.search.dictionaries.PasswordDictionary
Adds a password for a document to the dictionary.
add(T) - Method in class com.groupdocs.search.events.Event
Adds a listener for the event.
add(String) - Method in class com.groupdocs.search.Index
Performs indexing operation.
add(String, IndexingOptions) - Method in class com.groupdocs.search.Index
Performs indexing operation.
add(String[]) - Method in class com.groupdocs.search.Index
Performs indexing operation.
add(String[], IndexingOptions) - Method in class com.groupdocs.search.Index
Performs indexing operation.
add(Document[], IndexingOptions) - Method in class com.groupdocs.search.Index
Performs indexing operation.
add(ExtractedData[], IndexingOptions) - Method in class com.groupdocs.search.Index
Performs indexing operation.
add(Document[], String[], IndexingOptions) - Method in class com.groupdocs.search.scaling.Indexer
Performs indexing operation.
add(ExtractedData[], IndexingOptions) - Method in class com.groupdocs.search.scaling.Indexer
Performs indexing operation.
addExtractor(String) - Method in class com.groupdocs.search.scaling.configuring.NodeConfigurator
Adds an extractor service to the search network node.
addIndexer(String) - Method in class com.groupdocs.search.scaling.configuring.NodeConfigurator
Adds an indexer service to the search network node.
addItem(IFieldExtractor) - Method in class com.groupdocs.search.common.CustomExtractorCollection
Adds an extractor to the collection.
addItem(DateFormat) - Method in class com.groupdocs.search.options.DateFormatCollection
Adds an date format object to the collection.
addLogSink() - Method in class com.groupdocs.search.scaling.configuring.NodeConfigurator
Adds a log sink to the search network node.
addNode(int) - Method in class com.groupdocs.search.scaling.configuring.Configurator
Adds a node to the search network configuration.
addRange(Iterable<AliasReplacementPair>) - Method in interface com.groupdocs.search.dictionaries.AliasDictionary
Adds the specified collection of alias/replacement pairs to this instance of the AliasDictionary.
addRange(AliasReplacementPair[]) - Method in interface com.groupdocs.search.dictionaries.AliasDictionary
Adds the specified collection of alias/replacement pairs to this instance of the AliasDictionary.
addRange(Iterable<CharacterReplacementPair>) - Method in interface com.groupdocs.search.dictionaries.CharacterReplacementDictionary
Adds the specified collection of character replacements to this instance of the CharacterReplacementDictionary.
addRange(CharacterReplacementPair[]) - Method in interface com.groupdocs.search.dictionaries.CharacterReplacementDictionary
Adds the specified collection of character replacements to this instance of the CharacterReplacementDictionary.
addRange(Iterable<String[]>) - Method in interface com.groupdocs.search.dictionaries.HomophoneDictionary
Adds the specified collection of homophone groups to this instance of the HomophoneDictionary.
addRange(String[][]) - Method in interface com.groupdocs.search.dictionaries.HomophoneDictionary
Adds the specified collection of homophone groups to this instance of the HomophoneDictionary.
addRange(Iterable<String>) - Method in interface com.groupdocs.search.dictionaries.SpellingCorrector
Adds the specified collection of words to this instance of the SpellingCorrector.
addRange(String[]) - Method in interface com.groupdocs.search.dictionaries.SpellingCorrector
Adds the specified collection of words to this instance of the SpellingCorrector.
addRange(Iterable<String>) - Method in interface com.groupdocs.search.dictionaries.StopWordDictionary
Adds the specified collection of words to this instance of the StopWordDictionary.
addRange(String[]) - Method in interface com.groupdocs.search.dictionaries.StopWordDictionary
Adds the specified collection of words to this instance of the StopWordDictionary.
addRange(Iterable<String[]>) - Method in interface com.groupdocs.search.dictionaries.SynonymDictionary
Adds the specified collection of synonym groups to this instance of the SynonymDictionary.
addRange(String[][]) - Method in interface com.groupdocs.search.dictionaries.SynonymDictionary
Adds the specified collection of synonym groups to this instance of the SynonymDictionary.
addSearcher(String) - Method in class com.groupdocs.search.scaling.configuring.NodeConfigurator
Adds a searcher service to the search network node.
addShard(String) - Method in class com.groupdocs.search.scaling.configuring.NodeConfigurator
Adds a shard service to the search network node.
addToAll(String...) - Method in class com.groupdocs.search.common.AttributeChangeBatch
Adds the specified attributes to all documents in the index.
addToRepository(Index) - Method in class com.groupdocs.search.IndexRepository
Adds an index to the index repository.
addToRepository(String) - Method in class com.groupdocs.search.IndexRepository
Opens and adds an index to the index repository.
AliasDictionary - Interface in com.groupdocs.search.dictionaries
Defines interface of a dictionary of aliases.
AliasReplacementPair - Class in com.groupdocs.search.dictionaries
Represents an alias/replacement pair.
AliasReplacementPair(String, String) - Constructor for class com.groupdocs.search.dictionaries.AliasReplacementPair
Initializes a new instance of the AliasReplacementPair class.
Alphabet - Interface in com.groupdocs.search.dictionaries
Defines interface of a dictionary of characters that is used during indexing to detect character type.
AnUtils - Class in com.groupdocs.search.helpers
 
appendCharacter(char) - Method in class com.groupdocs.search.common.WordPattern
Appends a character to the word pattern.
appendOneCharacterWildcard() - Method in class com.groupdocs.search.common.WordPattern
Appends one character wildcard to the word pattern.
appendOneOrMoreCharactersWildcard() - Method in class com.groupdocs.search.common.WordPattern
Appends one or more characters wildcard to the word pattern.
appendString(String) - Method in class com.groupdocs.search.common.WordPattern
Appends a string to the word pattern.
appendWildcard(int, int) - Method in class com.groupdocs.search.common.WordPattern
Appends a wildcard to the word pattern.
appendZeroOrMoreCharactersWildcard() - Method in class com.groupdocs.search.common.WordPattern
Appends zero or more characters wildcard to the word pattern.
appendZeroOrOneCharacterWildcard() - Method in class com.groupdocs.search.common.WordPattern
Appends zero or one character wildcard to the word pattern.
Application - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The application field name.
Application - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The application field name.
Application - Static variable in class com.groupdocs.search.options.WordsFieldNames
The application field name.
ApplicationVersion - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The application version field name.
ApplicationVersion - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The application version field name.
ApplicationVersion - Static variable in class com.groupdocs.search.options.WordsFieldNames
The application version field name.
Archive - Static variable in class com.groupdocs.search.results.FormatFamily
Represents archive formats.
ASF - Static variable in class com.groupdocs.search.results.FileType
The Advanced Systems Format (ASF) is a digital multimedia container designed primarily for storing and transmitting media streams.
ASMO_708 - Static variable in class com.groupdocs.search.common.Encodings
The ASMO-708 encoding.
AttributeChangeBatch - Class in com.groupdocs.search.common
Represents a container for attribute changes.
AttributeChangeBatch(Object, Object) - Constructor for class com.groupdocs.search.common.AttributeChangeBatch
Initializes a new instance of the AttributeChangeBatch class.
AttributeChangeBatch() - Constructor for class com.groupdocs.search.common.AttributeChangeBatch
Initializes a new instance of the AttributeChangeBatch class.
AttributeChangeBatch(Object) - Constructor for class com.groupdocs.search.common.AttributeChangeBatch
Initializes a new instance of the AttributeChangeBatch class.
AttributeChangesCompleted - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when all enqueued attribute changes are finished.
AttributeChangesCompletedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
Audio - Static variable in class com.groupdocs.search.results.FormatFamily
Represents audio formats.
Author - Static variable in class com.groupdocs.search.options.EpubFieldNames
The author field name.
Author - Static variable in class com.groupdocs.search.options.FictionBookFieldNames
The author field name.
Author - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The author field name.
Author - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
Author field name.
Author - Static variable in class com.groupdocs.search.options.WordsFieldNames
The author field name.
AVI - Static variable in class com.groupdocs.search.results.FileType
The AVI file format is an Audio Video multimedia container file format that was introduced by Microsoft.

B

BaseIndexEventArgs - Class in com.groupdocs.search.events
Represents the base class of event arguments.
BaseIndexEventArgs(Guid, String, IndexStatus) - Constructor for class com.groupdocs.search.events.BaseIndexEventArgs
Initializes a new instance of the BaseIndexEventArgs class.
big5 - Static variable in class com.groupdocs.search.common.Encodings
The big5 encoding.
BMP - Static variable in class com.groupdocs.search.results.FileType
Files having extension .BMP represent Bitmap Image files that are used to store bitmap digital images.

C

Cad - Static variable in class com.groupdocs.search.results.FormatFamily
Represents computer-aided design formats.
Calendar - Static variable in class com.groupdocs.search.results.FormatFamily
Represents calendar formats.
cancel() - Method in class com.groupdocs.search.common.Cancellation
Makes a request for cancellation.
cancelAfter(int) - Method in class com.groupdocs.search.common.Cancellation
Makes a request for cancellation after the expiration of specified number of milliseconds.
Cancellation - Class in com.groupdocs.search.common
Represents an object for requesting cancellation of an operation.
Cancellation() - Constructor for class com.groupdocs.search.common.Cancellation
Initializes a new instance of the Cancellation class.
canUpdateVersion(String) - Method in class com.groupdocs.search.IndexUpdater
Checks whether an index in the specified directory can be updated to the latest version.
Category - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The category field name.
Category - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The category field name.
Category - Static variable in class com.groupdocs.search.options.WordsFieldNames
The category field name.
changeAttributes(AttributeChangeBatch) - Method in class com.groupdocs.search.Index
Applies the specified batch of attribute changes to indexed documents without reindexing during the update operation.
changeAttributes(AttributeChangeBatch, ChangeAttributesOptions) - Method in class com.groupdocs.search.scaling.Indexer
Applies the specified batch of attribute changes to indexed documents without reindexing.
ChangeAttributesOptions - Class in com.groupdocs.search.options
Provides options for the change attributes operation.
ChangeAttributesOptions(Object, Object) - Constructor for class com.groupdocs.search.options.ChangeAttributesOptions
Initializes a new instance of the ChangeAttributesOptions class.
ChangeAttributesOptions() - Constructor for class com.groupdocs.search.options.ChangeAttributesOptions
Initializes a new instance of the ChangeAttributesOptions class.
ChangeAttributesOptions(Object) - Constructor for class com.groupdocs.search.options.ChangeAttributesOptions
Initializes a new instance of the ChangeAttributesOptions class.
CharacterReplacementDictionary - Interface in com.groupdocs.search.dictionaries
Defines interface of a character replacement dictionary that is used during the indexing process.
CharacterReplacementPair - Class in com.groupdocs.search.dictionaries
Represents a character/replacement pair.
CharacterReplacementPair(char, char) - Constructor for class com.groupdocs.search.dictionaries.CharacterReplacementPair
Initializes a new instance of the CharacterReplacementPair class.
CharacterType - Enum in com.groupdocs.search.dictionaries
Represents a type of a character, depending on how it should be indexed.
CHM - Static variable in class com.groupdocs.search.results.FileType
The CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages.
ChunkSearchToken - Class in com.groupdocs.search.common
Represents a token for the continuation of the chunk search (search by pages).
ChunkSearchToken() - Constructor for class com.groupdocs.search.common.ChunkSearchToken
 
clear() - Method in class com.groupdocs.search.common.AttributeChangeBatch
Removes all attributes from all documents in the index.
clear() - Method in class com.groupdocs.search.common.CustomExtractorCollection
Removes all extractors from the collection.
clear() - Method in interface com.groupdocs.search.dictionaries.AliasDictionary
Removes all aliases from a AliasDictionary object.
clear() - Method in interface com.groupdocs.search.dictionaries.Alphabet
Sets the CharacterType.Separator type for all characters in this Alphabet.
clear() - Method in interface com.groupdocs.search.dictionaries.CharacterReplacementDictionary
Removes all character replacements from a CharacterReplacementDictionary object.
clear() - Method in interface com.groupdocs.search.dictionaries.DictionaryBase
Clears the dictionary.
clear() - Method in interface com.groupdocs.search.dictionaries.HomophoneDictionary
Removes all words from a HomophoneDictionary object.
clear() - Method in interface com.groupdocs.search.dictionaries.PasswordDictionary
Removes all passwords from this PasswordDictionary object.
clear() - Method in interface com.groupdocs.search.dictionaries.SpellingCorrector
Removes all words from a SpellingCorrector object.
clear() - Method in interface com.groupdocs.search.dictionaries.StopWordDictionary
Removes all words from a StopWordDictionary object.
clear() - Method in interface com.groupdocs.search.dictionaries.SynonymDictionary
Removes all words from this SynonymDictionary object.
clear() - Method in class com.groupdocs.search.options.DateFormatCollection
Removes all elements from the collection.
close() - Method in class com.groupdocs.search.Index
Releases all resources used by the Index.
close() - Method in class com.groupdocs.search.IndexRepository
Releases all resources used by the IndexRepository.
close() - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Releases all resources used by the SearchNetworkNode.
closeDocument() - Method in interface com.groupdocs.search.common.IDocumentLoader
Closes the loaded document.
Color - Class in com.groupdocs.search.options
Represents an ARGB (alpha, red, green, blue) color.
Color() - Constructor for class com.groupdocs.search.options.Color
Initializes a new instance of the Color class.
Color(int, int, int, int) - Constructor for class com.groupdocs.search.options.Color
Initializes a new instance of the Color class.
Color(int, int, int) - Constructor for class com.groupdocs.search.options.Color
Initializes a new instance of the Color class.
Color(Object) - Constructor for class com.groupdocs.search.options.Color
Initializes a new instance of the Color class.
com.groupdocs.search - package com.groupdocs.search
The package provides classes for indexing and searching text data in documents of different formats.
com.groupdocs.search.common - package com.groupdocs.search.common
The package provides common classes of the library.
com.groupdocs.search.dictionaries - package com.groupdocs.search.dictionaries
The package provides classes of various dictionaries.
com.groupdocs.search.events - package com.groupdocs.search.events
The package provides classes of event arguments.
com.groupdocs.search.exceptions - package com.groupdocs.search.exceptions
 
com.groupdocs.search.helpers - package com.groupdocs.search.helpers
 
com.groupdocs.search.highlighters - package com.groupdocs.search.highlighters
The package provides highlighters for highlighting search results in text.
com.groupdocs.search.licenses - package com.groupdocs.search.licenses
 
com.groupdocs.search.licenses.helpers - package com.groupdocs.search.licenses.helpers
 
com.groupdocs.search.logging - package com.groupdocs.search.logging
 
com.groupdocs.search.options - package com.groupdocs.search.options
The package provides classes to specify additional options of various operations.
com.groupdocs.search.results - package com.groupdocs.search.results
The package provides search result classes.
com.groupdocs.search.scaling - package com.groupdocs.search.scaling
The namespace provides classes of scaling functionality.
com.groupdocs.search.scaling.configuring - package com.groupdocs.search.scaling.configuring
The namespace provides classes for configuring the search network.
com.groupdocs.search.scaling.events - package com.groupdocs.search.scaling.events
The namespace provides classes of event arguments in the search network.
com.groupdocs.search.scaling.results - package com.groupdocs.search.scaling.results
The namespace provides the search result classes in the search network.
combine(Delegate, Delegate) - Static method in class com.groupdocs.search.common.Delegate
Combines two delegates into one.
combine(Delegate...) - Static method in class com.groupdocs.search.common.Delegate
Combines several delegates into one.
combineImpl(Delegate) - Method in class com.groupdocs.search.common.Delegate
 
combineImpl(Delegate) - Method in class com.groupdocs.search.common.MulticastDelegate
 
Comments - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The comments field name.
Comments - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The comments field name.
Comments - Static variable in class com.groupdocs.search.options.WordsFieldNames
The comments field name.
CommonFieldNames - Class in com.groupdocs.search.options
Represents a list of field names for the faceted search.
CommonFieldNames() - Constructor for class com.groupdocs.search.options.CommonFieldNames
 
Company - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The company field name.
Company - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The company field name.
Company - Static variable in class com.groupdocs.search.options.WordsFieldNames
The company field name.
completeConfiguration() - Method in class com.groupdocs.search.scaling.configuring.Configurator
Completes the configuration process and returns an instance of the search network configuration.
completeIndexSettings() - Method in class com.groupdocs.search.scaling.configuring.IndexSettingsConfigurator
Completes the configuration of the index settings.
completeNode() - Method in class com.groupdocs.search.scaling.configuring.NodeConfigurator
Completes the configuration of the search network node.
Compression - Enum in com.groupdocs.search.options
Specifies a compression level.
concatAllArrays(T[], T[]...) - Static method in class com.groupdocs.search.helpers.AnUtils
 
Configuration - Class in com.groupdocs.search.scaling.configuring
Represents a search network configuration.
Configuration() - Constructor for class com.groupdocs.search.scaling.configuring.Configuration
 
ConfigurationCompleted - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when the search network configuration process is finished.
ConfigurationCompletedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
Configurator - Class in com.groupdocs.search.scaling.configuring
Represents the search network configurator.
Configurator(Object) - Constructor for class com.groupdocs.search.scaling.configuring.Configurator
Initializes a new instance of the Configurator class.
Configurator() - Constructor for class com.groupdocs.search.scaling.configuring.Configurator
Initializes a new instance of the Configurator class.
configureAllNodes() - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Configures all nodes in the search network.
configureNode(int) - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Configures the specified node in the search network.
contains(String) - Method in interface com.groupdocs.search.dictionaries.AliasDictionary
Determines whether an AliasDictionary object contains the specified alias.
contains(char) - Method in interface com.groupdocs.search.dictionaries.CharacterReplacementDictionary
Determines whether a CharacterReplacementDictionary object contains a replacement for the specified character.
contains(String) - Method in interface com.groupdocs.search.dictionaries.PasswordDictionary
Determines whether the dictionary contains a password for the specified document.
contains(String) - Method in interface com.groupdocs.search.dictionaries.StopWordDictionary
Determines whether a StopWordDictionary object contains the specified word.
containsItem(IFieldExtractor) - Method in class com.groupdocs.search.common.CustomExtractorCollection
Determines whether the collection contains a specific extractor.
containsItem(DateFormat) - Method in class com.groupdocs.search.options.DateFormatCollection
Determines whether the collection contains a specific item.
Content - Static variable in class com.groupdocs.search.options.CommonFieldNames
The content field name.
ContentStatus - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The content status field name.
ContentStatus - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The content status field name.
ContentStatus - Static variable in class com.groupdocs.search.options.WordsFieldNames
The content status field name.
Copyrights - Static variable in class com.groupdocs.search.options.EpubFieldNames
The copyrights field name.
copyToTArray(IFieldExtractor[], int) - Method in class com.groupdocs.search.common.CustomExtractorCollection
Copies the elements of the collection to an array, starting at a particular array index.
copyToTArray(DateFormat[], int) - Method in class com.groupdocs.search.options.DateFormatCollection
Copies the elements of the collection to an Array, starting at a particular Array index.
core - Variable in class com.groupdocs.search.common.ResultBuilderFactory
 
core - Variable in class com.groupdocs.search.options.FuzzyAlgorithm
 
core - Variable in class com.groupdocs.search.options.TextOptions
 
CoreFactory - Class in com.groupdocs.search
 
CoreFactory() - Constructor for class com.groupdocs.search.CoreFactory
 
cp1025 - Static variable in class com.groupdocs.search.common.Encodings
The cp1025 encoding.
cp866 - Static variable in class com.groupdocs.search.common.Encodings
The cp866 encoding.
cp875 - Static variable in class com.groupdocs.search.common.Encodings
The cp875 encoding.
create(String) - Static method in class com.groupdocs.search.common.SearchImage
Creates an image from a file to search.
create(String, int) - Static method in class com.groupdocs.search.common.SearchImage
Creates an image from a file to search.
create(InputStream) - Static method in class com.groupdocs.search.common.SearchImage
Creates an image from a stream to search.
create(InputStream, int) - Static method in class com.groupdocs.search.common.SearchImage
Creates an image from a stream to search.
create(Guid, String, IndexStatus) - Static method in class com.groupdocs.search.events.BaseIndexEventArgs
 
create(Guid, String, IndexStatus, Document) - Static method in class com.groupdocs.search.events.FileIndexingEventArgs
 
create(Guid, String, IndexStatus, String, String[], int, ImageFrame[], InputStream) - Static method in class com.groupdocs.search.events.ImagePreparingEventArgs
 
create(Guid, String, IndexStatus, String, boolean) - Static method in class com.groupdocs.search.events.IndexErrorEventArgs
 
create(OperationType, Guid, String, IndexStatus, String) - Static method in class com.groupdocs.search.events.OperationFinishedEventArgs
 
create(Guid, String, IndexStatus, int, int, int, String, String, DocumentStatus) - Static method in class com.groupdocs.search.events.OperationProgressEventArgs
 
create(Guid, String, IndexStatus, int, int) - Static method in class com.groupdocs.search.events.OptimizationProgressEventArgs
 
create(Guid, String, IndexStatus, String) - Static method in class com.groupdocs.search.events.PasswordRequiredEventArgs
 
create(Guid, String, IndexStatus, SearchPhase, String[], String) - Static method in class com.groupdocs.search.events.SearchPhaseEventArgs
 
create() - Method in class com.groupdocs.search.IndexRepository
Creates a new index in memory.
create(IndexSettings) - Method in class com.groupdocs.search.IndexRepository
Creates a new index in memory.
create(String) - Method in class com.groupdocs.search.IndexRepository
Creates a new index on disk.
create(String, IndexSettings) - Method in class com.groupdocs.search.IndexRepository
Creates a new index on disk.
create(Stream) - Static method in class com.groupdocs.search.options.TableDiscreteFunction
 
create(PathDeleteResult[], int, int, String[]) - Static method in class com.groupdocs.search.results.DeleteResult
 
create(String, String, FormatFamily) - Static method in class com.groupdocs.search.results.FileType
 
create(boolean, String, String) - Static method in class com.groupdocs.search.results.PathDeleteResult
 
create(int, String) - Static method in class com.groupdocs.search.scaling.events.DataExtractedEventArgs
 
create(int, String) - Static method in class com.groupdocs.search.scaling.events.DocumentDeletedEventArgs
 
create(int, String) - Static method in class com.groupdocs.search.scaling.events.DocumentIndexedEventArgs
 
create(int, int, String) - Static method in class com.groupdocs.search.scaling.events.ErrorOccurredEventArgs
 
create(int, int, int, int) - Static method in class com.groupdocs.search.scaling.events.NetworkIndexingProgressEventArgs
 
create(int, int, int, int) - Static method in class com.groupdocs.search.scaling.events.NetworkOptimizationProgressEventArgs
 
create(SearchNetworkStatus, SearchNetworkStatus) - Static method in class com.groupdocs.search.scaling.events.StatusChangedEventArgs
 
createAnd(DocumentFilter...) - Static method in class com.groupdocs.search.DocumentFilter
Creates a logical conjunction of the specified filters.
createAnd(ISearchDocumentFilter...) - Static method in class com.groupdocs.search.SearchDocumentFilter
Creates a logical conjunction of the specified filters.
createAndQuery(SearchQuery[]) - Static method in class com.groupdocs.search.SearchQuery
Creates a combined query that will find only documents which will be found for each original query.
createAndQuery(SearchQuery, SearchQuery) - Static method in class com.groupdocs.search.SearchQuery
Creates a combined query that will find only documents which will be found for each original query.
createAttribute(String...) - Static method in class com.groupdocs.search.SearchDocumentFilter
Creates a filter for skipping documents that do not have any value from the specified list of allowable attributes.
createAttributeChangeBatch() - Static method in class com.groupdocs.search.CoreFactory
 
createAttributeChangeBatch(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createAttributeChangeBatch() - Static method in class com.groupdocs.search.Index
 
createChangeAttributesOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createChangeAttributesOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createColor(int, int, int, int) - Static method in class com.groupdocs.search.CoreFactory
 
createColor(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createConfigurator(Configurator) - Static method in class com.groupdocs.search.CoreFactory
 
createCreationTimeLowerBound(Date) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents with creation date earlier than the lower bound.
createCreationTimeRange(Date, Date) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents with creation date out of the specified range.
createCreationTimeUpperBound(Date) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents with creation date later than the upper bound.
createDateFormat(String, DateFormatElement[]) - Static method in class com.groupdocs.search.CoreFactory
 
createDateFormat(DateFormatElement[], String) - Static method in class com.groupdocs.search.CoreFactory
 
createDateRangeQuery(Date, Date) - Static method in class com.groupdocs.search.SearchQuery
Creates a date range query.
createDeleteOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createDeleteOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createDocumentField(String, String) - Static method in class com.groupdocs.search.CoreFactory
 
createDocumentField(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createDocumentHighlighter(OutputAdapter) - Static method in class com.groupdocs.search.CoreFactory
 
CreatedTime - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The created time field name.
CreatedTime - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The created time field name.
CreatedTime - Static variable in class com.groupdocs.search.options.WordsFieldNames
The created time field name.
createExtractionOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createExtractionOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createExtractionOptions(IndexingOptions, IFieldExtractor, IOcrConnector) - Static method in class com.groupdocs.search.CoreFactory
 
createFieldQuery(String, SearchQuery) - Static method in class com.groupdocs.search.SearchQuery
Adds a field to the specified query.
createFileExtension(String...) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents that do not have allowable extension.
createFileExtension(String...) - Static method in class com.groupdocs.search.SearchDocumentFilter
Creates a filter for skipping documents that are not in the specified list of possible extensions.
createFileLengthLowerBound(long) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents with the length less than the lower bound.
createFileLengthRange(long, long) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents out of the specified document length range.
createFileLengthUpperBound(long) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents with the length greater than the upper bound.
createFileOutputAdapter(OutputFormat, String) - Static method in class com.groupdocs.search.CoreFactory
 
createFilePathRegularExpression(String) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents that are not match a regular expression.
createFilePathRegularExpression(String, int) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents that are not match a regular expression.
createFilePathRegularExpression(String) - Static method in class com.groupdocs.search.SearchDocumentFilter
Creates a filter for skipping documents that are not match a regular expression.
createFilePathRegularExpression(String, int) - Static method in class com.groupdocs.search.SearchDocumentFilter
Creates a filter for skipping documents that are not match a regular expression.
createFragmentHighlighter(OutputFormat) - Static method in class com.groupdocs.search.CoreFactory
 
createFromFile(String) - Static method in class com.groupdocs.search.Document
Creates a document from a file.
createFromStream(String, Date, String, InputStream) - Static method in class com.groupdocs.search.Document
Creates a document from a stream.
createFromStructure(String, Date, DocumentField[]) - Static method in class com.groupdocs.search.Document
Creates a document from a structure that is an array of text fields.
createHighlightOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createHighlightOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createImageSearchOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createImageSearchOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createIndexingOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createIndexingOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createLazy(DocumentSourceKind, String, IDocumentLoader) - Static method in class com.groupdocs.search.Document
Creates a lazy-loaded document.
createModificationTimeLowerBound(Date) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents with modification date earlier than the lower bound.
createModificationTimeRange(Date, Date) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents with modification date out of the specified range.
createModificationTimeUpperBound(Date) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter for skipping documents with modification date later than the upper bound.
createNot(DocumentFilter) - Static method in class com.groupdocs.search.DocumentFilter
Creates a filter that has inverse logic in relation to the specified inner filter.
createNot(ISearchDocumentFilter) - Static method in class com.groupdocs.search.SearchDocumentFilter
Creates a filter that has inverse logic in relation to the specified inner filter.
createNotQuery(SearchQuery) - Static method in class com.groupdocs.search.SearchQuery
Creates an inverted query that will find the rest documents in an index against ones which will be found for the original query.
createNumericRangeQuery(long, long) - Static method in class com.groupdocs.search.SearchQuery
Creates a numeric range query.
createOptimizeOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createOptimizeOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createOr(DocumentFilter...) - Static method in class com.groupdocs.search.DocumentFilter
Creates a logical disjunction of the specified filters.
createOr(ISearchDocumentFilter...) - Static method in class com.groupdocs.search.SearchDocumentFilter
Creates a logical disjunction of the specified filters.
createOrQuery(SearchQuery, SearchQuery) - Static method in class com.groupdocs.search.SearchQuery
Creates a combined query that will find all the documents which will be found at least for one of the original queries.
createOrQuery(SearchQuery[]) - Static method in class com.groupdocs.search.SearchQuery
Creates a combined query that will find all the documents which will be found at least for one of the original queries.
createPhraseSearchQuery(SearchQuery...) - Static method in class com.groupdocs.search.SearchQuery
Creates a phrase search query.
createRegexQuery(String) - Static method in class com.groupdocs.search.SearchQuery
Creates a regular expression query.
createRegexQuery(String, int) - Static method in class com.groupdocs.search.SearchQuery
Creates a regular expression query.
createRenameNotification(String, String) - Static method in class com.groupdocs.search.Notification
Creates a notification object to rename an indexed document that has been renamed and does not need to be reindexed.
createSearchImage(String) - Static method in class com.groupdocs.search.CoreFactory
 
createSearchImage(String, int) - Static method in class com.groupdocs.search.CoreFactory
 
createSearchImage(InputStream) - Static method in class com.groupdocs.search.CoreFactory
 
createSearchImage(InputStream, int) - Static method in class com.groupdocs.search.CoreFactory
 
createSearchNetworkNode(int, String, INetworkSettings, ILogger, Configuration, SearchNetworkNode) - Static method in class com.groupdocs.search.CoreFactory
 
createSearchOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createSearchOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createSimilarityLevel(double) - Static method in class com.groupdocs.search.CoreFactory
 
createSimilarityLevel(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createStreamOutputAdapter(OutputFormat, OutputStream) - Static method in class com.groupdocs.search.CoreFactory
 
createStringOutputAdapter(OutputFormat) - Static method in class com.groupdocs.search.CoreFactory
 
createStructureOutputAdapter(OutputFormat) - Static method in class com.groupdocs.search.CoreFactory
 
createSynchronizeOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createSynchronizeOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createTableDiscreteFunction(int, int[]) - Static method in class com.groupdocs.search.CoreFactory
 
createTableDiscreteFunction(int, Step...) - Static method in class com.groupdocs.search.CoreFactory
 
createTableDiscreteFunction(Stream) - Static method in class com.groupdocs.search.CoreFactory
 
createTextOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createTextOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createUpdateOptions() - Static method in class com.groupdocs.search.CoreFactory
 
createUpdateOptions(Object) - Static method in class com.groupdocs.search.CoreFactory
 
createWildcardQuery(int) - Static method in class com.groupdocs.search.SearchQuery
Creates a wildcard for the phrase search.
createWildcardQuery(int, int) - Static method in class com.groupdocs.search.SearchQuery
Creates a wildcard for the phrase search.
createWordPattern() - Static method in class com.groupdocs.search.CoreFactory
 
createWordPatternQuery(WordPattern) - Static method in class com.groupdocs.search.SearchQuery
Creates a word pattern query.
createWordQuery(String) - Static method in class com.groupdocs.search.SearchQuery
Creates a simple word query.
CreationDate - Static variable in class com.groupdocs.search.options.CommonFieldNames
The creation date field name.
csISO2022JP - Static variable in class com.groupdocs.search.common.Encodings
The csISO2022JP encoding.
CSV - Static variable in class com.groupdocs.search.results.FileType
Files with CSV (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values.
customEquals(DocumentFilter, DocumentFilter) - Static method in class com.groupdocs.search.DocumentFilter
 
CustomExtractorCollection - Class in com.groupdocs.search.common
Contains a collection of custom extractors.
CustomExtractorCollection() - Constructor for class com.groupdocs.search.common.CustomExtractorCollection
 

D

Database - Static variable in class com.groupdocs.search.results.FormatFamily
Represents database formats.
DataExtracted - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when the data has been extracted from a document.
DataExtractedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
DataExtractedEventArgs - Class in com.groupdocs.search.scaling.events
Represents arguments for the event of a document data extraction is finished.
DataExtractedEventArgs(int, String) - Constructor for class com.groupdocs.search.scaling.events.DataExtractedEventArgs
Initializes a new instance of the DataExtractedEventArgs class.
DateFormat - Class in com.groupdocs.search.options
Represents a date format.
DateFormat() - Constructor for class com.groupdocs.search.options.DateFormat
Initializes a new instance of the DateFormat class.
DateFormat(String, DateFormatElement[]) - Constructor for class com.groupdocs.search.options.DateFormat
Initializes a new instance of the DateFormat class.
DateFormat(DateFormatElement[], String) - Constructor for class com.groupdocs.search.options.DateFormat
Initializes a new instance of the DateFormat class.
DateFormatCollection - Class in com.groupdocs.search.options
Represents a collection of DateFormat objects.
DateFormatCollection() - Constructor for class com.groupdocs.search.options.DateFormatCollection
 
DateFormatElement - Class in com.groupdocs.search.options
Represents a date format element.
DateFormatElement() - Constructor for class com.groupdocs.search.options.DateFormatElement
 
DC3 - Static variable in class com.groupdocs.search.results.FileType
Represents DC3 file type.
DCM - Static variable in class com.groupdocs.search.results.FileType
Files with .DCM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images.
debug(String, Object...) - Static method in class com.groupdocs.search.logging.SearchLogger
Debug message
debug(Throwable, String, Object...) - Static method in class com.groupdocs.search.logging.SearchLogger
Debug message
Delegate - Class in com.groupdocs.search.common
Represents a delegate, which refers to a class instance that has a method to be invoked.
Delegate() - Constructor for class com.groupdocs.search.common.Delegate
 
delete(String[], UpdateOptions) - Method in class com.groupdocs.search.Index
Deletes indexed files or folders from the index.
delete(UpdateOptions, String[]) - Method in class com.groupdocs.search.Index
Deletes documents indexed from streams or structures.
delete(String[], DeleteOptions) - Method in class com.groupdocs.search.scaling.Indexer
Deletes indexed documents.
deleteAllData() - Method in class com.groupdocs.search.scaling.Indexer
Deletes all indexed data from all shards of the search network.
DeleteOptions - Class in com.groupdocs.search.options
Provides options for the delete operation.
DeleteOptions(Object, Object) - Constructor for class com.groupdocs.search.options.DeleteOptions
Initializes a new instance of the DeleteOptions class.
DeleteOptions() - Constructor for class com.groupdocs.search.options.DeleteOptions
Initializes a new instance of the DeleteOptions class.
DeleteOptions(Object) - Constructor for class com.groupdocs.search.options.DeleteOptions
Initializes a new instance of the DeleteOptions class.
DeleteResult - Class in com.groupdocs.search.results
Represents the result of the operation to delete indexed files or folders from an index.
DeleteResult(PathDeleteResult[], int, int, String[]) - Constructor for class com.groupdocs.search.results.DeleteResult
Initializes a new instance of the DeleteResult class.
DeletionCompleted - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when all enqueued deletions of documents are finished.
DeletionCompletedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
Description - Static variable in class com.groupdocs.search.options.EpubFieldNames
The description field name.
Description - Static variable in class com.groupdocs.search.options.FictionBookFieldNames
The description field name.
deserialize(byte[]) - Static method in class com.groupdocs.search.ExtractedData
Deserializes an instance from a byte array.
deserialize(byte[]) - Static method in class com.groupdocs.search.results.DocumentInfo
Deserializes an instance from a byte array.
deserialize(byte[]) - Static method in class com.groupdocs.search.results.FoundDocument
Deserializes an instance from a byte array.
deserialize(byte[]) - Static method in class com.groupdocs.search.results.FoundDocumentField
Deserializes an instance from a byte array.
deserializeDocumentInfo(byte[]) - Static method in class com.groupdocs.search.CoreFactory
 
deserializeFoundDocument(byte[]) - Static method in class com.groupdocs.search.CoreFactory
 
deserializeFoundDocumentField(byte[]) - Static method in class com.groupdocs.search.CoreFactory
 
deserializeProtected(Stream) - Static method in class com.groupdocs.search.DocumentFilter
 
Diagram - Static variable in class com.groupdocs.search.results.FormatFamily
Represents diagram formats.
DIC - Static variable in class com.groupdocs.search.results.FileType
Represents DIC file type.
DICOM - Static variable in class com.groupdocs.search.results.FileType
Represents DICOM file type.
DictionaryBase - Interface in com.groupdocs.search.dictionaries
Defines interface of a dictionary.
DictionaryRepository - Class in com.groupdocs.search.dictionaries
Represents a repository of all dictionaries in the Index.
DictionaryRepository() - Constructor for class com.groupdocs.search.dictionaries.DictionaryRepository
 
DictionaryType - Enum in com.groupdocs.search.dictionaries
Represents a type of a dictionary.
DJV - Static variable in class com.groupdocs.search.results.FileType
DjVu is a graphics file format intended for scanned documents and books especially those which contain the combination of text, drawings, images and photographs.
DJVU - Static variable in class com.groupdocs.search.results.FileType
DjVu is a graphics file format intended for scanned documents and books especially those which contain the combination of text, drawings, images and photographs.
DOC - Static variable in class com.groupdocs.search.results.FileType
Files with .doc extension represent documents generated by Microsoft Word or other word processing documents in binary file format.
DOCM - Static variable in class com.groupdocs.search.results.FileType
DOCM files are Microsoft Word 2007 or higher generated documents with the ability to run macros.
Document - Class in com.groupdocs.search
Represents the base class for documents added to an index from file system, stream, or structure.
DocumentDeleted - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when a document has been deleted.
DocumentDeletedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
DocumentDeletedEventArgs - Class in com.groupdocs.search.scaling.events
Represents arguments for the event of a document deletion is finished.
DocumentDeletedEventArgs(int, String) - Constructor for class com.groupdocs.search.scaling.events.DocumentDeletedEventArgs
Initializes a new instance of the DocumentDeletedEventArgs class.
DocumentField - Class in com.groupdocs.search.common
Represents a document field data.
DocumentField() - Constructor for class com.groupdocs.search.common.DocumentField
Initializes a new instance of the DocumentField class.
DocumentField(String, String) - Constructor for class com.groupdocs.search.common.DocumentField
Initializes a new instance of the DocumentField class.
DocumentField(Object) - Constructor for class com.groupdocs.search.common.DocumentField
Initializes a new instance of the DocumentField class.
DocumentFilter - Class in com.groupdocs.search
Represents the base class for document filters.
DocumentFilter() - Constructor for class com.groupdocs.search.DocumentFilter
 
DocumentHighlighter - Class in com.groupdocs.search.highlighters
Represents a search result highlighter that highlights search results in an entire document text.
DocumentHighlighter(OutputAdapter) - Constructor for class com.groupdocs.search.highlighters.DocumentHighlighter
Initializes a new instance of the DocumentHighlighter class.
DocumentImage - Class in com.groupdocs.search.common
Represents a document image data.
DocumentImage() - Constructor for class com.groupdocs.search.common.DocumentImage
 
DocumentIndexed - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when a document has been indexed.
DocumentIndexedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
DocumentIndexedEventArgs - Class in com.groupdocs.search.scaling.events
Represents arguments for the event of a document indexing is finished.
DocumentIndexedEventArgs(int, String) - Constructor for class com.groupdocs.search.scaling.events.DocumentIndexedEventArgs
Initializes a new instance of the DocumentIndexedEventArgs class.
DocumentInfo - Class in com.groupdocs.search.results
Represents a descriptor for an indexed document.
DocumentInfo() - Constructor for class com.groupdocs.search.results.DocumentInfo
 
DocumentSourceKind - Enum in com.groupdocs.search.common
Defines the kinds of document sources.
DocumentStatus - Enum in com.groupdocs.search.common
Represents a document processing status.
DOCX - Static variable in class com.groupdocs.search.results.FileType
DOCX is a well-known format for Microsoft Word documents.
DOS_720 - Static variable in class com.groupdocs.search.common.Encodings
The DOS-720 encoding.
DOS_862 - Static variable in class com.groupdocs.search.common.Encodings
The DOS-862 encoding.
DOT - Static variable in class com.groupdocs.search.results.FileType
Files with .DOT extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOC or DOCX files.
DOTM - Static variable in class com.groupdocs.search.results.FileType
A file with DOTM extension represents template file created with Microsoft Word 2007 or higher.
DOTX - Static variable in class com.groupdocs.search.results.FileType
Files with DOTX extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOCX files.
downloadDataFromURL(String) - Static method in class com.groupdocs.search.helpers.AnUtils
Creator Alex.

E

Ebook - Static variable in class com.groupdocs.search.results.FormatFamily
Represents electronic book formats.
Email - Static variable in class com.groupdocs.search.results.FormatFamily
Represents electronic mail formats.
EmbeddedImageOcr - Static variable in class com.groupdocs.search.options.CommonFieldNames
The embedded image OCR field name.
EMF - Static variable in class com.groupdocs.search.results.FileType
Enhanced metafile format (EMF) stores graphical images device-independently.
EML - Static variable in class com.groupdocs.search.results.FileType
EML file format represents email messages saved using Outlook and other relevant applications.
EMLX - Static variable in class com.groupdocs.search.results.FileType
The EMLX file format is implemented and developed by Apple.
Encodings - Class in com.groupdocs.search.common
Contains names of possible encodings.
Encodings() - Constructor for class com.groupdocs.search.common.Encodings
 
EnglishWordFormsProvider - Class in com.groupdocs.search.dictionaries
Represents an English word forms provider.
EnglishWordFormsProvider() - Constructor for class com.groupdocs.search.dictionaries.EnglishWordFormsProvider
Initializes a new instance of the EnglishWordFormsProvider class.
EPUB - Static variable in class com.groupdocs.search.results.FileType
Files with .EPUB extension are an e-book file format that provide a standard digital publication format for publishers and consumers.
EpubFieldNames - Class in com.groupdocs.search.options
Represents a list of field names for the faceted search.
EpubFieldNames() - Constructor for class com.groupdocs.search.options.EpubFieldNames
 
error(String) - Method in class com.groupdocs.search.common.FileLogger
Logs an error that occurred in the index.
error(String) - Method in interface com.groupdocs.search.common.ILogger
Logs an error that occurred in the index.
error(String, Object...) - Static method in class com.groupdocs.search.logging.SearchLogger
Error message
error(Throwable, String, Object...) - Static method in class com.groupdocs.search.logging.SearchLogger
Error message
ErrorOccurred - Variable in class com.groupdocs.search.events.EventHub
Occurs when an error occurs during an index operation.
ErrorOccurred - Variable in class com.groupdocs.search.Extractor
Occurs when an error happens during an extractor operation.
ErrorOccurred - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when an error occurs in one of the nodes of the search network.
ErrorOccurredDelegate - Variable in class com.groupdocs.search.events.EventHub
 
ErrorOccurredDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
ErrorOccurredEventArgs - Class in com.groupdocs.search.scaling.events
Represents arguments for the event of an error occurs in one of the nodes of the search network.
ErrorOccurredEventArgs(int, int, String) - Constructor for class com.groupdocs.search.scaling.events.ErrorOccurredEventArgs
Initializes a new instance of the ErrorOccurredEventArgs class.
EUC_CN - Static variable in class com.groupdocs.search.common.Encodings
The EUC-CN encoding.
EUC_JP - Static variable in class com.groupdocs.search.common.Encodings
The EUC-JP encoding.
euc_jp - Static variable in class com.groupdocs.search.common.Encodings
The euc-jp encoding.
euc_kr - Static variable in class com.groupdocs.search.common.Encodings
The euc-kr encoding.
Event<T extends EventHandler> - Class in com.groupdocs.search.events
This class is intended to be inherited when subscribing to events.
Event() - Constructor for class com.groupdocs.search.events.Event
Initializes a new instance of the Event class.
EventArgs - Class in com.groupdocs.search.events
Represents the base class of event arguments.
EventArgs() - Constructor for class com.groupdocs.search.events.EventArgs
 
EventHandler<T extends EventArgs> - Interface in com.groupdocs.search.events
Defines interface of an event handler.
EventHub - Class in com.groupdocs.search.events
Provides index events for subscribing.
EventHub() - Constructor for class com.groupdocs.search.events.EventHub
 
EventHubBase - Class in com.groupdocs.search.events
The base abstract class for event hubs.
EventHubBase() - Constructor for class com.groupdocs.search.events.EventHubBase
 
Executable - Static variable in class com.groupdocs.search.results.FormatFamily
Represents executable formats.
exportDictionary(String) - Method in interface com.groupdocs.search.dictionaries.DictionaryBase
Exports the dictionary to a file with the specified name.
extract(Document, ExtractionOptions) - Method in class com.groupdocs.search.Extractor
Extracts data from a document.
ExtractedData - Class in com.groupdocs.search
Represents data retrieved from a document and prepared for indexing.
ExtractedItemInfo - Class in com.groupdocs.search.common
Represents a container item information.
ExtractedItemInfo(FormatFamily, DocumentField[], String, String) - Constructor for class com.groupdocs.search.common.ExtractedItemInfo
Initializes a new instance of the ExtractedItemInfo class.
ExtractionOptions - Class in com.groupdocs.search.options
Provides options for extracting data from documents.
ExtractionOptions(Object, Object) - Constructor for class com.groupdocs.search.options.ExtractionOptions
Initializes a new instance of the ExtractionOptions class.
ExtractionOptions() - Constructor for class com.groupdocs.search.options.ExtractionOptions
Initializes a new instance of the ExtractionOptions class.
ExtractionOptions(Object) - Constructor for class com.groupdocs.search.options.ExtractionOptions
Initializes a new instance of the ExtractionOptions class.
ExtractionOptions(IndexingOptions, IFieldExtractor, IOcrConnector) - Constructor for class com.groupdocs.search.options.ExtractionOptions
Initializes a new instance of the ExtractionOptions class.
Extractor - Class in com.groupdocs.search
Represents a tool for preliminary data extraction from documents for separating the stage of subsequent fast indexing.
Extractor() - Constructor for class com.groupdocs.search.Extractor
Initializes a new instance of the Extractor class.
ExtractorSettings - Class in com.groupdocs.search.common
Contains settings for the document data extractor.
ExtractorSettings() - Constructor for class com.groupdocs.search.common.ExtractorSettings
 

F

FB2 - Static variable in class com.groupdocs.search.results.FileType
Files with FB2 extension are FictionBook 2.0 eBook files that contains the structure of the eBook.
FictionBookFieldNames - Class in com.groupdocs.search.options
Represents a list of field names for the faceted search.
FictionBookFieldNames() - Constructor for class com.groupdocs.search.options.FictionBookFieldNames
 
FileIndexing - Variable in class com.groupdocs.search.events.EventHub
Occurs when a document is going to be indexed.
FileIndexingDelegate - Variable in class com.groupdocs.search.events.EventHub
 
FileIndexingEventArgs - Class in com.groupdocs.search.events
Represents arguments for the event of a document indexing start.
FileIndexingEventArgs(Guid, String, IndexStatus, Document) - Constructor for class com.groupdocs.search.events.FileIndexingEventArgs
Initializes a new instance of the FileIndexingEventArgs class.
FileLogger - Class in com.groupdocs.search.common
Represents a logger that logs events and errors to a local file.
FileLogger(String, double) - Constructor for class com.groupdocs.search.common.FileLogger
Initializes a new instance of the FileLogger class.
FileName - Static variable in class com.groupdocs.search.options.CommonFieldNames
The file name field name.
FileOutputAdapter - Class in com.groupdocs.search.common
Represents an output adapter that collects output into a file.
FileOutputAdapter(OutputFormat, String) - Constructor for class com.groupdocs.search.common.FileOutputAdapter
Initializes a new instance of the FileOutputAdapter class.
FileType - Class in com.groupdocs.search.results
Represents the file type.
FileType(String, String, FormatFamily) - Constructor for class com.groupdocs.search.results.FileType
Initializes a new instance of the FileType class.
finalize() - Method in class com.groupdocs.search.common.Cancellation
Finalizes an instance of the Cancellation class.
finalize() - Method in class com.groupdocs.search.Index
Releases all resources used by the Index.
finalize() - Method in class com.groupdocs.search.IndexRepository
Finalizes an instance of the IndexRepository class.
FLV - Static variable in class com.groupdocs.search.results.FileType
Represents FLV file type.
Font - Static variable in class com.groupdocs.search.results.FormatFamily
Represents font formats.
FormatFamily - Static variable in class com.groupdocs.search.options.CommonFieldNames
The format family field name.
FormatFamily - Class in com.groupdocs.search.results
Specifies a format family that unites several similar formats.
Formats - Static variable in class com.groupdocs.search.results.FileType
 
FoundDocument - Class in com.groupdocs.search.results
Represents a found document.
FoundDocument() - Constructor for class com.groupdocs.search.results.FoundDocument
 
FoundDocumentField - Class in com.groupdocs.search.results
Represents a found document field.
FoundDocumentField() - Constructor for class com.groupdocs.search.results.FoundDocumentField
 
FoundImageFrame - Class in com.groupdocs.search.results
Represents a found image frame.
FoundImageFrame() - Constructor for class com.groupdocs.search.results.FoundImageFrame
 
FragmentContainer - Class in com.groupdocs.search.common
Represents a container for text fragments with highlighted found terms of one document field.
FragmentContainer() - Constructor for class com.groupdocs.search.common.FragmentContainer
 
FragmentHighlighter - Class in com.groupdocs.search.highlighters
Represents a search result highlighter that highlights search results in text fragments.
FragmentHighlighter(OutputFormat) - Constructor for class com.groupdocs.search.highlighters.FragmentHighlighter
Initializes a new instance of the FragmentHighlighter class.
FuzzyAlgorithm - Class in com.groupdocs.search.options
Represents the base class for fuzzy search algorithms.
FuzzyAlgorithm() - Constructor for class com.groupdocs.search.options.FuzzyAlgorithm
 
FuzzyAlgorithm(FuzzyAlgorithm) - Constructor for class com.groupdocs.search.options.FuzzyAlgorithm
 
FuzzySearchOptions - Class in com.groupdocs.search.options
Provides options of the fuzzy search.
FuzzySearchOptions() - Constructor for class com.groupdocs.search.options.FuzzySearchOptions
 

G

GB18030 - Static variable in class com.groupdocs.search.common.Encodings
The GB18030 encoding.
gb2312 - Static variable in class com.groupdocs.search.common.Encodings
The gb2312 encoding.
getAdditionalFields() - Method in class com.groupdocs.search.Document
Gets the additional fields for the document.
getAdditionalFields() - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Gets the additional fields for the document.
getAdditionalFields() - Method in interface com.groupdocs.search.options.ITextOptions
Gets the additional document fields that was used for indexing.
getAdditionalFields() - Method in class com.groupdocs.search.options.TextOptions
Gets the additional document fields that was used for indexing.
getAlias() - Method in class com.groupdocs.search.dictionaries.AliasReplacementPair
Gets the alias.
getAliasDictionary() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
Gets a dictionary of aliases.
getAliasDictionary(int) - Method in class com.groupdocs.search.scaling.Indexer
Gets the alias dictionary.
getAllHomophoneGroups() - Method in interface com.groupdocs.search.dictionaries.HomophoneDictionary
Gets all groups of homophones contained in this dictionary.
getAllSynonymGroups() - Method in interface com.groupdocs.search.dictionaries.SynonymDictionary
Gets all groups of synonyms contained in this dictionary.
getAlpha() - Method in class com.groupdocs.search.options.Color
Gets the alpha component value of this instance.
getAlphabet() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
Gets a dictionary of characters.
getAlphabet(int) - Method in class com.groupdocs.search.scaling.Indexer
Gets the alphabet dictionary.
getAttributes() - Method in class com.groupdocs.search.Document
Gets the attributes of the document.
getAttributes() - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Gets the attributes of the document.
getAttributes(String) - Method in class com.groupdocs.search.Index
Gets all the attributes associated with the specified indexed document.
getAttributes() - Method in class com.groupdocs.search.results.FoundDocument
Gets the attributes associated with the found document.
getAttributes(String) - Method in class com.groupdocs.search.scaling.Indexer
Gets all the attributes associated with the specified indexed document.
getAutoDetectEncoding() - Method in class com.groupdocs.search.options.ExtractionOptions
Gets a value indicating whether to detect encoding automatically or not.
getAutoDetectEncoding() - Method in class com.groupdocs.search.options.IndexingOptions
Gets a value indicating whether to detect encoding automatically or not.
getAutoDetectEncoding() - Method in class com.groupdocs.search.options.UpdateOptions
Gets a value indicating whether to detect encoding automatically or not.
getBlue() - Method in class com.groupdocs.search.options.Color
Gets the blue component value of this instance.
getCancellation() - Method in class com.groupdocs.search.options.IndexingOptions
Gets the operation cancellation object.
getCancellation() - Method in interface com.groupdocs.search.options.ITextOptions
Gets the cancellation object.
getCancellation() - Method in class com.groupdocs.search.options.MergeOptions
Gets the operation cancellation object.
getCancellation() - Method in class com.groupdocs.search.options.SearchOptions
Gets the operation cancellation object.
getCancellation() - Method in class com.groupdocs.search.options.TextOptions
Gets the cancellation object.
getCancellation() - Method in class com.groupdocs.search.options.UpdateOptions
Gets the operation cancellation object.
getCharacter() - Method in class com.groupdocs.search.dictionaries.CharacterReplacementPair
Gets the character.
getCharacterReplacementDictionary(int) - Method in class com.groupdocs.search.scaling.Indexer
Gets the character replacement dictionary.
getCharacterReplacements() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
Gets a dictionary of character replacements.
getCharacterType(char) - Method in interface com.groupdocs.search.dictionaries.Alphabet
Gets a type of a character.
getChild(int) - Method in class com.groupdocs.search.SearchQuery
Gets a child query by an index.
getChildCount() - Method in class com.groupdocs.search.SearchQuery
Gets the number of child queries.
getCompression() - Method in class com.groupdocs.search.options.TextStorageSettings
Gets the compression of text storage.
getConsiderTranspositions() - Method in class com.groupdocs.search.options.FuzzySearchOptions
Gets a value indicating whether the fuzzy search algorithm must consider transposition of two adjacent characters as a single mistake.
getConsiderTranspositions() - Method in class com.groupdocs.search.options.SpellingCorrectorOptions
Gets a value indicating whether the algorithm must consider transposition of two adjacent characters as a single mistake.
getConsumptionCredit() - Static method in class com.groupdocs.search.licenses.Metered
Retrieves count of credits consumed.
getConsumptionQuantity() - Static method in class com.groupdocs.search.licenses.Metered
Retrieves amount of MBs processed.
getContainerItems(String) - Method in interface com.groupdocs.search.common.IContainerItemExtractor
Extracts items from container document.
getContainerItems(InputStream) - Method in interface com.groupdocs.search.common.IContainerItemExtractor
Extracts items from container document.
getCore() - Method in class com.groupdocs.search.common.AttributeChangeBatch
 
getCore() - Method in class com.groupdocs.search.common.DocumentField
 
getCore() - Method in class com.groupdocs.search.common.ResultBuilderFactory
 
getCore() - Method in class com.groupdocs.search.common.WordPattern
 
getCore() - Method in class com.groupdocs.search.options.ChangeAttributesOptions
 
getCore() - Method in class com.groupdocs.search.options.Color
 
getCore() - Method in class com.groupdocs.search.options.DateFormat
 
getCore() - Method in class com.groupdocs.search.options.DeleteOptions
 
getCore() - Method in class com.groupdocs.search.options.ExtractionOptions
 
getCore() - Method in class com.groupdocs.search.options.FuzzyAlgorithm
 
getCore() - Method in class com.groupdocs.search.options.ImageSearchOptions
 
getCore() - Method in class com.groupdocs.search.options.IndexingOptions
 
getCore() - Method in class com.groupdocs.search.options.OptimizeOptions
 
getCore() - Method in class com.groupdocs.search.options.SearchOptions
 
getCore() - Method in class com.groupdocs.search.options.SynchronizeOptions
 
getCore() - Method in class com.groupdocs.search.options.TextOptions
 
getCore() - Method in class com.groupdocs.search.options.UpdateOptions
 
getCore() - Method in class com.groupdocs.search.scaling.configuring.Configurator
 
getCore() - Method in class com.groupdocs.search.scaling.SearchNetworkNode
 
getCount() - Method in class com.groupdocs.search.common.FragmentContainer
Gets the number of contained text fragments.
getCount() - Method in interface com.groupdocs.search.dictionaries.AliasDictionary
Gets the number of aliases contained in the AliasDictionary.
getCount() - Method in interface com.groupdocs.search.dictionaries.Alphabet
Gets the number of characters contained in the Alphabet.
getCount() - Method in interface com.groupdocs.search.dictionaries.CharacterReplacementDictionary
Gets the number of characters contained in this CharacterReplacementDictionary.
getCount() - Method in interface com.groupdocs.search.dictionaries.HomophoneDictionary
Gets the number of words contained in this HomophoneDictionary.
getCount() - Method in interface com.groupdocs.search.dictionaries.PasswordDictionary
Gets the number of elements contained in the dictionary.
getCount() - Method in interface com.groupdocs.search.dictionaries.SpellingCorrector
Gets the number of words contained in this SpellingCorrector.
getCount() - Method in interface com.groupdocs.search.dictionaries.StopWordDictionary
Gets the number of stop words contained in the StopWordDictionary.
getCount() - Method in interface com.groupdocs.search.dictionaries.SynonymDictionary
Gets the number of words contained in this SynonymDictionary.
getCustomExtractor() - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Gets the custom text extractor.
getCustomExtractor() - Method in class com.groupdocs.search.options.ExtractionOptions
Gets the custom text extractor.
getCustomExtractor() - Method in interface com.groupdocs.search.options.ITextOptions
Gets the custom text extractor that was used for indexing.
getCustomExtractor() - Method in class com.groupdocs.search.options.TextOptions
Gets the custom text extractor that was used for indexing.
getCustomExtractors() - Method in class com.groupdocs.search.IndexSettings
Gets the custom extractor collection.
getCustomExtractors() - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Gets the custom extractor collection.
getDateFormats() - Method in class com.groupdocs.search.options.SearchOptions
Gets the collection of date formats for date range search.
getDateSeparator() - Static method in class com.groupdocs.search.CoreFactory
 
getDateSeparator() - Method in class com.groupdocs.search.options.DateFormat
Gets the date separator.
getDateSeparator() - Static method in class com.groupdocs.search.options.DateFormatElement
Gets the date separator element.
getDayOfMonth() - Static method in class com.groupdocs.search.CoreFactory
 
getDayOfMonth() - Static method in class com.groupdocs.search.options.DateFormatElement
Gets the day of month element, represented by one or two digits.
getDayOfMonthTwoDigits() - Static method in class com.groupdocs.search.CoreFactory
 
getDayOfMonthTwoDigits() - Static method in class com.groupdocs.search.options.DateFormatElement
Gets the day of month element, represented by two digits.
getDefaultFieldName() - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Gets the default field name used to index empty field names.
getDelegateId() - Method in class com.groupdocs.search.common.MulticastDelegate
Returns a delegate ID.
getDescription() - Method in class com.groupdocs.search.results.FileType
Gets the file type description.
getDictionaries() - Method in class com.groupdocs.search.Index
Gets the dictionary repository.
getDictionary(DictionaryType, int) - Method in class com.groupdocs.search.scaling.Indexer
Gets a dictionary from the specified shard.
getDictionaryType() - Method in interface com.groupdocs.search.dictionaries.DictionaryBase
Gets the dictionary type.
getDocument() - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Gets the document.
getDocumentCount() - Method in class com.groupdocs.search.common.SearchReport
Gets the number of documents found.
getDocumentCount() - Method in class com.groupdocs.search.results.SearchResult
Gets the number of documents found.
getDocumentCount() - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Gets the number of documents found.
getDocumentFilter() - Method in class com.groupdocs.search.IndexSettings
Gets a document filter.
getDocumentFullPath() - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Gets the document full path.
getDocumentFullPath() - Method in class com.groupdocs.search.events.PasswordRequiredEventArgs
Gets the document full path.
getDocumentInfo() - Method in class com.groupdocs.search.results.FoundDocument
Gets the document info.
getDocumentInfo() - Method in class com.groupdocs.search.results.FoundImageFrame
Gets the document info.
getDocumentInfo() - Method in class com.groupdocs.search.scaling.results.NetworkDocumentInfo
Gets the descriptor for an indexed document.
getDocumentKey() - Method in class com.groupdocs.search.Document
Gets the document key that is used to identify the document within an index.
getDocumentKey() - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Gets the document key.
getDocumentKey() - Method in class com.groupdocs.search.events.ImagePreparingEventArgs
Gets the document key.
getDocumentKey() - Method in class com.groupdocs.search.scaling.events.DataExtractedEventArgs
Gets the document key.
getDocumentKey() - Method in class com.groupdocs.search.scaling.events.DocumentDeletedEventArgs
Gets the document key.
getDocumentKey() - Method in class com.groupdocs.search.scaling.events.DocumentIndexedEventArgs
Gets the document key.
getDocumentPasswords() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
Gets a dictionary of document passwords.
getDocumentSourceKind() - Method in class com.groupdocs.search.Document
Gets the document source kind.
getDocumentSourceKind() - Method in class com.groupdocs.search.results.DocumentInfo
Gets the document source kind.
getDocumentText(DocumentInfo, OutputAdapter) - Method in class com.groupdocs.search.Index
Generates the text of an indexed document and passes it through an output adapter.
getDocumentText(DocumentInfo, OutputAdapter, TextOptions) - Method in class com.groupdocs.search.Index
Generates HTML formatted text for indexed document and transfers it through the output adapter.
getDocumentText(NetworkDocumentInfo, OutputAdapter) - Method in class com.groupdocs.search.scaling.Searcher
Generates the text of an indexed document and passes it through an output adapter.
getEnabled() - Method in class com.groupdocs.search.options.FuzzySearchOptions
Gets a value indicating whether fuzzy search feature is enabled.
getEnabled() - Method in class com.groupdocs.search.options.KeyboardLayoutCorrectorOptions
Gets a value indicating whether the keyboard layout corrector is enabled.
getEnabled() - Method in class com.groupdocs.search.options.SpellingCorrectorOptions
Gets a value indicating whether the spelling corrector is enabled.
getEnabledForContainerItemImages() - Method in class com.groupdocs.search.options.ImageIndexingOptions
Gets a value indicating whether to index images that are items in a container (for example, images in a ZIP archive).
getEnabledForContainerItemImages() - Method in class com.groupdocs.search.options.OcrIndexingOptions
Gets a value indicating whether to recognize text in images that are items in a container (for example, images in a ZIP archive).
getEnabledForEmbeddedImages() - Method in class com.groupdocs.search.options.ImageIndexingOptions
Gets a value indicating whether to index embedded images (for example, images in a DOCX document).
getEnabledForEmbeddedImages() - Method in class com.groupdocs.search.options.OcrIndexingOptions
Gets a value indicating whether to recognize text in embedded images (for example, images in a DOCX document).
getEnabledForSeparateImages() - Method in class com.groupdocs.search.options.ImageIndexingOptions
Gets a value indicating whether to index separate image files.
getEnabledForSeparateImages() - Method in class com.groupdocs.search.options.OcrIndexingOptions
Gets a value indicating whether to recognize text in separate image files.
getEncoding() - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Gets the encoding of the document.
getEncoding() - Method in class com.groupdocs.search.options.ExtractionOptions
Gets the encoding used to extract text from text documents.
getEncoding() - Method in class com.groupdocs.search.options.IndexingOptions
Gets the encoding used to extract text from text documents.
getEncoding() - Method in class com.groupdocs.search.options.UpdateOptions
Gets the encoding used to extract text from text documents.
getEndTime() - Method in class com.groupdocs.search.common.IndexingReport
Gets the indexing end time.
getEndTime() - Method in class com.groupdocs.search.common.SearchReport
Gets the end time of the search.
getEndTime() - Method in class com.groupdocs.search.results.SearchResult
Gets the end time of the search.
getEndTime() - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Gets the end time of the search.
getError() - Method in class com.groupdocs.search.results.PathDeleteResult
Returns a description of deletion error.
getErrors() - Method in class com.groupdocs.search.common.IndexingReport
Gets the list of errors.
getErrors() - Method in class com.groupdocs.search.results.DeleteResult
Returns descriptions of deletion errors.
getEvents() - Method in class com.groupdocs.search.Index
Gets the event hub for subscribing to events.
getEvents() - Method in class com.groupdocs.search.IndexRepository
Gets the event hub for subscribing to events.
getEvents() - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Gets the event hub for subscribing to events.
getExtension() - Method in class com.groupdocs.search.Document
Gets the extension used for this document type.
getExtension() - Method in class com.groupdocs.search.results.FileType
Gets the file extension.
getExtensions() - Method in interface com.groupdocs.search.common.IFieldExtractor
Gets the supported extensions.
getExtractorIndex() - Method in class com.groupdocs.search.scaling.events.DataExtractedEventArgs
Gets the extractor index.
getFailedCount() - Method in class com.groupdocs.search.results.DeleteResult
Returns the number of paths not deleted due to errors.
getFamily() - Method in class com.groupdocs.search.licenses.SearchAssemblyConstants
 
getFieldName() - Method in class com.groupdocs.search.common.FragmentContainer
Gets the document field name.
getFieldName() - Method in class com.groupdocs.search.results.FoundDocumentField
Gets the field name.
getFieldName() - Method in class com.groupdocs.search.SearchQuery
Gets the field name.
getFields() - Method in class com.groupdocs.search.common.DocumentImage
Gets the extracted fields.
getFields() - Method in class com.groupdocs.search.common.ExtractedItemInfo
Gets an extracted fields.
getFields(String) - Method in interface com.groupdocs.search.common.IFieldExtractor
Extracts all fields from the specified document.
getFields(InputStream) - Method in interface com.groupdocs.search.common.IFieldExtractor
Extracts all fields from the specified document.
getFilePath() - Method in class com.groupdocs.search.common.FileLogger
Gets the log file path.
getFilePath() - Method in class com.groupdocs.search.common.FileOutputAdapter
Gets an output file path.
getFilePath() - Method in interface com.groupdocs.search.common.IFileOutputAdapter
Gets an output file path.
getFilePath() - Method in class com.groupdocs.search.results.DocumentInfo
Gets the file path for indexed from file or the document key for indexed from stream or structure.
getFileType() - Method in class com.groupdocs.search.results.DocumentInfo
Gets the file type.
getFirstChild() - Method in class com.groupdocs.search.SearchQuery
Gets the first child query.
getFormat() - Method in class com.groupdocs.search.options.DateFormatElement
Gets the format string.
getFormatFamily() - Method in class com.groupdocs.search.common.ExtractedItemInfo
Gets a document type.
getFormatFamily() - Method in interface com.groupdocs.search.common.IContainerItemExtractor
Gets the document format family.
getFormatFamily() - Method in class com.groupdocs.search.results.DocumentInfo
Gets the document format family.
getFormatFamily() - Method in class com.groupdocs.search.results.FileType
Gets the format family.
getFoundDocument(int) - Method in class com.groupdocs.search.results.SearchResult
Gets the found document by index.
getFoundDocument() - Method in class com.groupdocs.search.scaling.results.NetworkFoundDocument
Gets the found document.
getFoundDocument(int) - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Gets the found document by index.
getFoundFields() - Method in class com.groupdocs.search.results.FoundDocument
Gets the document fields found.
getFoundImage(int) - Method in class com.groupdocs.search.results.ImageSearchResult
Gets the found image by index.
getFoundImage(int) - Method in class com.groupdocs.search.scaling.results.NetworkImageSearchResult
Gets the found image by index.
getFragments() - Method in class com.groupdocs.search.common.FragmentContainer
Gets an array of contained text fragments.
getFrameIndex() - Method in class com.groupdocs.search.results.FoundImageFrame
Gets the index of the frame in the image.
getFrames() - Method in class com.groupdocs.search.common.DocumentImage
Gets the image frames.
getFuzzyAlgorithm() - Method in class com.groupdocs.search.options.FuzzySearchOptions
Gets the fuzzy search algorithm.
getFuzzySearch() - Method in class com.groupdocs.search.options.SearchOptions
Gets the fuzzy search options.
getGenerateHead() - Method in interface com.groupdocs.search.options.ITextOptions
Gets a value indicating whether the Head tag is generated in the output HTML.
getGenerateHead() - Method in class com.groupdocs.search.options.TextOptions
Gets a value indicating whether the Head tag is generated in the output HTML.
getGreen() - Method in class com.groupdocs.search.options.Color
Gets the green component value of this instance.
getHashDifferences() - Method in class com.groupdocs.search.options.ImageSearchOptions
Gets the maximum number of mismatched bits in the image hash.
getHashDifferences() - Method in class com.groupdocs.search.results.FoundImageFrame
Gets the number of mismatched bits in the image hash.
getHighlightColor() - Method in class com.groupdocs.search.options.HighlightOptions
Gets a color that is used to highlight occurrences.
getHighlightColor() - Method in interface com.groupdocs.search.options.IHighlightOptions
Gets a color that is used to highlight occurrences.
getHomophoneDictionary() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
Gets a dictionary of homophones.
getHomophoneDictionary(int) - Method in class com.groupdocs.search.scaling.Indexer
Gets the homophone dictionary.
getHomophoneGroups(String) - Method in interface com.groupdocs.search.dictionaries.HomophoneDictionary
Gets all groups of homophones to which the specified word belongs.
getHomophones(String) - Method in interface com.groupdocs.search.dictionaries.HomophoneDictionary
Gets the homophones for the specified word.
getImageCount() - Method in class com.groupdocs.search.results.ImageSearchResult
Gets the number of images found.
getImageCount() - Method in class com.groupdocs.search.scaling.results.NetworkImageSearchResult
Gets the number of images found.
getImageFileExtension() - Method in class com.groupdocs.search.options.OcrContext
Gets the file extension of the image.
getImageFrames() - Method in class com.groupdocs.search.events.ImagePreparingEventArgs
Gets the image frames.
getImageIndex() - Method in class com.groupdocs.search.common.DocumentImage
Gets the ordinal number of the image in the document.
getImageIndex() - Method in class com.groupdocs.search.events.ImagePreparingEventArgs
Gets the ordinal number of the image in the document.
getImageIndex() - Method in class com.groupdocs.search.results.FoundImageFrame
Gets the ordinal number of the image in the document.
getImageIndexingOptions() - Method in class com.groupdocs.search.options.ExtractionOptions
Gets the image indexing options for reverse image search.
getImageIndexingOptions() - Method in class com.groupdocs.search.options.IndexingOptions
Gets the image indexing options for reverse image search.
getImageIndexingOptions() - Method in interface com.groupdocs.search.options.ITextOptions
Gets the image indexing options for reverse image search.
getImageIndexingOptions() - Method in class com.groupdocs.search.options.TextOptions
Gets the image indexing options for reverse image search.
getImageIndexingOptions() - Method in class com.groupdocs.search.options.UpdateOptions
Gets the image indexing options for reverse image search.
getImageLocation() - Method in class com.groupdocs.search.options.OcrContext
Gets the location of the image.
getImageStream() - Method in class com.groupdocs.search.events.ImagePreparingEventArgs
Gets the image stream.
getImageStream() - Method in class com.groupdocs.search.options.OcrContext
Gets the stream containing the image to be processed.
getIndex() - Method in class com.groupdocs.search.common.ImageFrame
Gets the index of the frame in the image.
getIndex(FileType) - Static method in class com.groupdocs.search.results.FileType
 
GetIndexedDocument(String) - Method in class com.groupdocs.search.Index
Gets an indexed document by document key.
getIndexedDocumentItems(DocumentInfo) - Method in class com.groupdocs.search.Index
Gets an array of a document items.
getIndexedDocumentItems(NetworkDocumentInfo) - Method in class com.groupdocs.search.scaling.Searcher
Gets an array of nested items of the specified document (for container documents such as ZIP, OST, PST).
getIndexedDocuments() - Method in class com.groupdocs.search.common.IndexingReport
Gets the list of indexed documents.
getIndexedDocuments() - Method in class com.groupdocs.search.Index
Gets an array of all indexed documents.
getIndexedDocuments(int) - Method in class com.groupdocs.search.scaling.Searcher
Gets an array of all indexed documents.
getIndexedDocumentsSize() - Method in class com.groupdocs.search.common.IndexingReport
Gets the total length of indexed documents in MB.
getIndexedPaths() - Method in class com.groupdocs.search.Index
Gets an array of indexed paths - documents or folders.
getIndexedWithError() - Method in class com.groupdocs.search.results.DocumentInfo
Gets the indicator of indexing error.
getIndexer() - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Gets the indexer.
getIndexes() - Method in class com.groupdocs.search.IndexRepository
Gets the indexes contained in this IndexRepository.
getIndexFolder() - Method in class com.groupdocs.search.common.IndexInfo
Gets the full folder name where index is located.
getIndexFolder() - Method in class com.groupdocs.search.events.BaseIndexEventArgs
Gets the index folder.
getIndexFolder(Index) - Static method in class com.groupdocs.search.Index
 
getIndexId() - Method in class com.groupdocs.search.common.IndexInfo
Gets the index unique identifier.
getIndexId() - Method in class com.groupdocs.search.events.BaseIndexEventArgs
Gets the index ID.
getIndexId(Index) - Static method in class com.groupdocs.search.Index
 
getIndexInfo() - Method in class com.groupdocs.search.Index
Gets the basic information on the index.
getIndexingEmptyNames() - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Gets a value indicating whether to index empty field names or not.
getIndexingEmptyValues() - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Gets a value indicating whether to index empty field values or not.
getIndexingReports() - Method in class com.groupdocs.search.Index
Gets the reports on indexing operations.
getIndexingTime() - Method in class com.groupdocs.search.common.IndexingReport
Gets the indexing duration in seconds.
getIndexSettings() - Method in class com.groupdocs.search.Index
Gets the index settings.
getIndexStatus() - Method in class com.groupdocs.search.common.IndexInfo
Gets the index status.
getIndexStatus(Index) - Static method in class com.groupdocs.search.Index
 
getIndexType() - Method in class com.groupdocs.search.common.ExtractorSettings
Gets the index type the extractor is used for.
getIndexType() - Method in class com.groupdocs.search.IndexSettings
Gets the index type.
getInMemoryIndex() - Method in class com.groupdocs.search.IndexSettings
Gets a value indicating whether the index is stored in memory or on disk.
getInnerPath() - Method in class com.groupdocs.search.common.ExtractedItemInfo
Gets an inner path.
getInnerPath() - Method in class com.groupdocs.search.events.ImagePreparingEventArgs
Gets the inner path of a nested document.
getInnerPath() - Method in class com.groupdocs.search.results.DocumentInfo
Gets the inner path for the container document item.
getInnerPathParts() - Method in class com.groupdocs.search.results.DocumentInfo
Gets the inner path parts for the container document item.
getInstance() - Static method in class com.groupdocs.search.licenses.SearchAssemblyConstants
Gets the instance.
getInvocationList() - Method in class com.groupdocs.search.common.Delegate
Returns an invocation list.
getInvocationList() - Method in class com.groupdocs.search.common.MulticastDelegate
Returns an invocation list.
getItemInfo() - Method in class com.groupdocs.search.common.ExtractedItemInfo
Gets an item information.
getItemResults() - Method in class com.groupdocs.search.results.DeleteResult
Returns the results of deleting each path.
getKeyboardLayoutCorrector() - Method in class com.groupdocs.search.options.SearchOptions
Gets the keyboard layout corrector options.
getLastDocumentKey() - Method in class com.groupdocs.search.events.OperationProgressEventArgs
Gets the key of the last processed document.
getLastDocumentPath() - Method in class com.groupdocs.search.events.OperationProgressEventArgs
Gets the path of the last processed document.
getLastDocumentStatus() - Method in class com.groupdocs.search.events.OperationProgressEventArgs
Gets the status of the last processed document.
getLevel() - Method in class com.groupdocs.search.options.Step
Gets the level.
getListeningPort() - Method in class com.groupdocs.search.scaling.configuring.TcpSettings
Gets the listening port.
getLogger() - Method in class com.groupdocs.search.IndexSettings
Gets a logger that is used for logging events and errors in the index.
getLogger() - Static method in class com.groupdocs.search.logging.SearchLogger
 
getLowerLimit() - Method in class com.groupdocs.search.options.Step
Gets the lower limit.
getMaxBytesToIndexField() - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Gets the maximum number of values in an array of type byte to index the field.
getMaxDoublesToIndexField() - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Gets the maximum number of values in an array of type double to index the field.
getMaxIndexingReportCount() - Method in class com.groupdocs.search.IndexSettings
Gets the maximum number of indexing reports.
getMaxIntsToIndexField() - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Gets the maximum number of values in an array of type int to index the field.
getMaxLongsToIndexField() - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Gets the maximum number of values in an array of type long to index the field.
getMaxMistakeCount(int) - Method in class com.groupdocs.search.options.FuzzyAlgorithm
Gets the maximum allowed number of mistakes for the specified term length.
getMaxMistakeCount(int) - Method in class com.groupdocs.search.options.SimilarityLevel
Gets the maximum allowed number of mistakes for the specified term length.
getMaxMistakeCount() - Method in class com.groupdocs.search.options.SpellingCorrectorOptions
Gets the maximum number of mistakes.
getMaxMistakeCount(int) - Method in class com.groupdocs.search.options.TableDiscreteFunction
Gets a maximum allowed number of mistakes for specified term length.
getMaxOccurrenceCountPerTerm() - Method in class com.groupdocs.search.options.SearchOptions
Gets the maximum number of occurrences of each term in a search query.
getMaxResultCount() - Method in class com.groupdocs.search.options.ImageSearchOptions
Gets the maximum number of found images for an image reverse search request.
getMaxSearchReportCount() - Method in class com.groupdocs.search.IndexSettings
Gets the maximum number of search reports.
getMaxSize() - Method in class com.groupdocs.search.common.FileLogger
Gets the maximum size of log file in megabytes.
getMaxTotalOccurrenceCount() - Method in class com.groupdocs.search.options.SearchOptions
Gets the maximum total number of occurrences of all terms in a search query.
getMessage() - Method in class com.groupdocs.search.events.IndexErrorEventArgs
Gets the error message.
getMessage() - Method in class com.groupdocs.search.events.OperationFinishedEventArgs
Gets the message.
getMessage() - Method in class com.groupdocs.search.scaling.events.ErrorOccurredEventArgs
Gets the error message.
getMetadataIndexingOptions() - Method in class com.groupdocs.search.options.ExtractionOptions
Gets the options for indexing metadata fields.
getMetadataIndexingOptions() - Method in class com.groupdocs.search.options.IndexingOptions
Gets the options for indexing metadata fields.
getMetadataIndexingOptions() - Method in interface com.groupdocs.search.options.ITextOptions
Gets the options for indexing metadata fields.
getMetadataIndexingOptions() - Method in class com.groupdocs.search.options.TextOptions
Gets the options for indexing metadata fields.
getMetadataIndexingOptions() - Method in class com.groupdocs.search.options.UpdateOptions
Gets the options for indexing metadata fields.
getModificationDate() - Method in class com.groupdocs.search.Document
Gets the last modification date of the document.
getMonth() - Static method in class com.groupdocs.search.CoreFactory
 
getMonth() - Static method in class com.groupdocs.search.options.DateFormatElement
Gets the month element, represented by one or two digits.
getMonthAbbreviatedName() - Static method in class com.groupdocs.search.CoreFactory
 
getMonthAbbreviatedName() - Static method in class com.groupdocs.search.options.DateFormatElement
Gets the month element, represented by abbreviated name.
getMonthFullName() - Static method in class com.groupdocs.search.CoreFactory
 
getMonthFullName() - Static method in class com.groupdocs.search.options.DateFormatElement
Gets the month element, represented by full name.
getMonthTwoDigits() - Static method in class com.groupdocs.search.CoreFactory
 
getMonthTwoDigits() - Static method in class com.groupdocs.search.options.DateFormatElement
Gets the month element, represented by two digits.
getName() - Method in class com.groupdocs.search.common.DocumentField
Gets a field name.
getName() - Method in class com.groupdocs.search.results.FormatFamily
Gets the format family name.
getNetworkImageSearchToken() - Method in class com.groupdocs.search.scaling.results.NetworkImageSearchResult
Gets a chunk image search token for searching the next chunk.
getNewStatus() - Method in class com.groupdocs.search.scaling.events.StatusChangedEventArgs
Gets the new search network status.
getNextChunkSearchToken() - Method in class com.groupdocs.search.results.SearchResult
Gets a chunk search token for searching the next chunk.
getNextChunkSearchToken() - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Gets a chunk search token for searching the next chunk.
getNodeIndex() - Method in class com.groupdocs.search.scaling.events.ErrorOccurredEventArgs
Gets the index of the search network node.
getNodeIndex() - Method in class com.groupdocs.search.scaling.events.NetworkIndexingProgressEventArgs
Gets the index of the search network node.
getNodeIndex() - Method in class com.groupdocs.search.scaling.events.NetworkOptimizationProgressEventArgs
Gets the index of the search network node.
getNodeIndex() - Method in class com.groupdocs.search.scaling.results.NetworkImageSearchResult
Gets the index of the node from which the result was received.
getNodeIndex() - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Gets the index of the node from which the result was received.
getNodeIndex() - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Gets the index of the search network node.
getNodeIndex(int) - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Gets the index of the node where the service is located.
getObjectQuery() - Method in class com.groupdocs.search.common.SearchReport
Gets the search query in object form.
getOccurrenceCount() - Method in class com.groupdocs.search.common.SearchReport
Gets the total number of occurrences found.
getOccurrenceCount() - Method in class com.groupdocs.search.results.FoundDocument
Gets the number of occurrences found.
getOccurrenceCount() - Method in class com.groupdocs.search.results.FoundDocumentField
Gets the number of occurrences found.
getOccurrenceCount() - Method in class com.groupdocs.search.results.SearchResult
Gets the total number of occurrences found.
getOccurrenceCount() - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Gets the total number of occurrences found.
getOcrConnector() - Method in class com.groupdocs.search.options.OcrIndexingOptions
Gets an OCR connector that is used for OCR processing.
getOcrIndexingOptions() - Method in class com.groupdocs.search.options.ExtractionOptions
Gets the options for OCR processing and indexing recognized text.
getOcrIndexingOptions() - Method in class com.groupdocs.search.options.IndexingOptions
Gets the options for OCR processing and indexing recognized text.
getOcrIndexingOptions() - Method in interface com.groupdocs.search.options.ITextOptions
Gets the options for OCR processing and indexing recognized text.
getOcrIndexingOptions() - Method in class com.groupdocs.search.options.TextOptions
Gets the options for OCR processing and indexing recognized text.
getOcrIndexingOptions() - Method in class com.groupdocs.search.options.UpdateOptions
Gets the options for OCR processing and indexing recognized text.
getOldStatus() - Method in class com.groupdocs.search.scaling.events.StatusChangedEventArgs
Gets the old search network status.
getOnlyBestResults() - Method in class com.groupdocs.search.options.FuzzySearchOptions
Gets a value indicating whether only the best results will be returned.
getOnlyBestResults() - Method in class com.groupdocs.search.options.SpellingCorrectorOptions
Gets a value indicating whether only the best results will be returned.
getOnlyBestResultsRange() - Method in class com.groupdocs.search.options.FuzzySearchOptions
Gets the maximum exceeding of the minimum number of mistakes that are found.
getOnlyBestResultsRange() - Method in class com.groupdocs.search.options.SpellingCorrectorOptions
Gets the maximum exceeding of the minimum number of mistakes that are found.
getOperationType() - Method in class com.groupdocs.search.events.OperationFinishedEventArgs
Gets the operation type.
getOutputAdapter() - Method in class com.groupdocs.search.highlighters.DocumentHighlighter
Gets the output adapter passed in the constructor.
getOutputAdapter() - Method in interface com.groupdocs.search.highlighters.IDocumentHighlighter
Gets the output adapter.
getOutputFormat() - Method in interface com.groupdocs.search.common.IResultBuilderFactory
Gets the output format.
getOutputFormat() - Method in class com.groupdocs.search.common.ResultBuilderFactory
Gets the output format.
getPassword(String) - Method in interface com.groupdocs.search.dictionaries.PasswordDictionary
Gets the password for the file.
getPassword() - Method in class com.groupdocs.search.events.PasswordRequiredEventArgs
Gets the password for opening the document.
getPasswordDictionary(int) - Method in class com.groupdocs.search.scaling.Indexer
Gets the password dictionary.
getPath() - Method in class com.groupdocs.search.results.PathDeleteResult
Returns the path to the file or folder to delete.
getPlatform() - Method in class com.groupdocs.search.licenses.SearchAssemblyConstants
 
getProcessedDocuments() - Method in class com.groupdocs.search.events.OperationProgressEventArgs
Gets the number of successfully processed documents.
getProcessedDocuments() - Method in class com.groupdocs.search.scaling.events.NetworkIndexingProgressEventArgs
Gets the number of processed documents.
getProcessedSegments() - Method in class com.groupdocs.search.events.OptimizationProgressEventArgs
Gets the number of processed segments.
getProcessedSegments() - Method in class com.groupdocs.search.scaling.events.NetworkOptimizationProgressEventArgs
Gets the number of processed segments.
getProgressPercentage() - Method in class com.groupdocs.search.events.OperationProgressEventArgs
Gets the percentage of the progress.
getProgressPercentage() - Method in class com.groupdocs.search.events.OptimizationProgressEventArgs
Gets the percentage of the progress.
getProgressPercentage() - Method in class com.groupdocs.search.scaling.events.NetworkIndexingProgressEventArgs
Gets the percentage of the progress.
getProgressPercentage() - Method in class com.groupdocs.search.scaling.events.NetworkOptimizationProgressEventArgs
Gets the percentage of the progress.
getQuery() - Method in class com.groupdocs.search.events.SearchPhaseEventArgs
Gets the initial query of the current search.
getReceiveTimeout() - Method in class com.groupdocs.search.scaling.configuring.TcpSettings
Gets the receive timeout in milliseconds.
getRed() - Method in class com.groupdocs.search.options.Color
Gets the red component value of this instance.
getReleaseDate() - Method in class com.groupdocs.search.licenses.SearchAssemblyConstants
 
getRelevance() - Method in class com.groupdocs.search.results.FoundDocument
Gets the relevance of search result.
getRemovedDocuments() - Method in class com.groupdocs.search.common.IndexingReport
Gets the list of removed from index documents.
getReplacement() - Method in class com.groupdocs.search.dictionaries.AliasReplacementPair
Gets the replacement.
getReplacement(char) - Method in interface com.groupdocs.search.dictionaries.CharacterReplacementDictionary
Gets a replacement for the specified character.
getReplacement() - Method in class com.groupdocs.search.dictionaries.CharacterReplacementPair
Gets the replacement.
getRepository() - Method in class com.groupdocs.search.Index
Gets the index repository object if the index is contained in it.
getResult() - Method in interface com.groupdocs.search.common.IStringOutputAdapter
Gets the resulting string.
getResult() - Method in interface com.groupdocs.search.common.IStructureOutputAdapter
Gets the resulting array of fields.
getResult() - Method in class com.groupdocs.search.common.StringOutputAdapter
Gets the resulting string.
getResult() - Method in class com.groupdocs.search.common.StructureOutputAdapter
Gets the resulting array of fields.
getResult() - Method in class com.groupdocs.search.highlighters.FragmentHighlighter
Gets an array of resulting fragment containers.
getResult() - Method in interface com.groupdocs.search.highlighters.IFragmentHighlighter
Gets an array of resulting fragment containers.
getRetrieveAttributes() - Method in class com.groupdocs.search.options.SearchOptions
Gets the flag of retrieving attributes associated with found documents.
getSearchDocumentFilter() - Method in class com.groupdocs.search.options.ImageSearchOptions
Gets the search document filter.
getSearchDocumentFilter() - Method in class com.groupdocs.search.options.SearchOptions
Gets the search document filter.
getSearchDuration() - Method in class com.groupdocs.search.common.SearchReport
Gets the search duration in seconds.
getSearchDuration() - Method in class com.groupdocs.search.results.SearchResult
Gets the search duration in seconds.
getSearchDuration() - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Gets the search duration in seconds.
getSearcher() - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Gets the searcher.
getSearchOptions() - Method in class com.groupdocs.search.common.SearchReport
Gets the search options.
getSearchOptions() - Method in class com.groupdocs.search.SearchQuery
Gets or sets the search options of this seach query.
getSearchPhase() - Method in class com.groupdocs.search.events.SearchPhaseEventArgs
Gets the search phase.
getSearchReports() - Method in class com.groupdocs.search.Index
Gets the reports on search operations.
getSearchThreads() - Method in class com.groupdocs.search.IndexSettings
Gets the number of threads used for the search.
getSecondChild() - Method in class com.groupdocs.search.SearchQuery
Gets the second child query.
getSegmentCount() - Method in class com.groupdocs.search.common.IndexInfo
Gets the number of index segments.
getSegmentCount() - Method in class com.groupdocs.search.common.IndexingReport
Gets the number of index segments.
getSendTimeout() - Method in class com.groupdocs.search.scaling.configuring.TcpSettings
Gets the send timeout in milliseconds.
getSeparatorBetweenValues() - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Gets the separator between values in a field of type array.
getSeparatorInCompoundName() - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Gets the separator in the compound name of a field.
getServiceIndex() - Method in class com.groupdocs.search.scaling.events.ErrorOccurredEventArgs
Gets the index of the search network node service.
getServiceIndex() - Method in class com.groupdocs.search.scaling.events.NetworkIndexingProgressEventArgs
Gets the index of the search network node service.
getServiceIndex() - Method in class com.groupdocs.search.scaling.events.NetworkOptimizationProgressEventArgs
Gets the index of the search network node service.
getSettings() - Method in class com.groupdocs.search.Extractor
Gets the extractor settings.
getShardIndex() - Method in class com.groupdocs.search.scaling.events.DocumentDeletedEventArgs
Gets the shard index.
getShardIndex() - Method in class com.groupdocs.search.scaling.events.DocumentIndexedEventArgs
Gets the shard index.
getShardIndex() - Method in class com.groupdocs.search.scaling.results.NetworkDocumentInfo
Gets the shard index.
getShardIndex() - Method in class com.groupdocs.search.scaling.results.NetworkFoundDocument
Gets the shard index.
getShardIndex() - Method in class com.groupdocs.search.scaling.results.NetworkImageSearchResult
Gets the index of the shard from which the result was received.
getShardIndices() - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Gets an array of all shard indices in the search network.
getSimilarityLevel(int) - Method in class com.groupdocs.search.options.FuzzyAlgorithm
Gets the similarity level for the specified term length.
getSimilarityLevel(int) - Method in class com.groupdocs.search.options.SimilarityLevel
Gets the similarity level value for the specified term length.
getSimilarityLevel(int) - Method in class com.groupdocs.search.options.TableDiscreteFunction
Gets a similarity level for specified term length.
getSingleFormat() - Method in class com.groupdocs.search.options.DateFormatElement
Gets the single format string.
getSkipIndexing() - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Gets a value indicating that indexing of the document should be skipped.
getSkippedDocuments() - Method in class com.groupdocs.search.events.OperationProgressEventArgs
Gets the number of skipped documents.
getSpellingCorrector() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
Gets a spelling corrector.
getSpellingCorrector() - Method in class com.groupdocs.search.options.SearchOptions
Gets the spelling corrector options.
getSpellingCorrector(int) - Method in class com.groupdocs.search.scaling.Indexer
Gets the spelling corrector dictionary.
getStartTime() - Method in class com.groupdocs.search.common.IndexingReport
Gets the indexing start time.
getStartTime() - Method in class com.groupdocs.search.common.SearchReport
Gets the start time of the search.
getStartTime() - Method in class com.groupdocs.search.results.SearchResult
Gets the start time of the search.
getStartTime() - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Gets the start time of the search.
getStatus() - Method in class com.groupdocs.search.events.BaseIndexEventArgs
Gets the index status.
getStopWordDictionary() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
Gets a dictionary of stop words.
getStopWordDictionary(int) - Method in class com.groupdocs.search.scaling.Indexer
Gets the stop word dictionary.
getStream() - Method in interface com.groupdocs.search.common.IStreamOutputAdapter
Gets an output stream.
getStream() - Method in class com.groupdocs.search.common.StreamOutputAdapter
Gets an output stream.
getSuccessCount() - Method in class com.groupdocs.search.results.DeleteResult
Returns the number of successfully deleted paths.
getSupportedFileTypes() - Static method in class com.groupdocs.search.results.FileType
Retrieves supported file types.
getSynonymDictionary() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
Gets a dictionary of synonyms.
getSynonymDictionary(int) - Method in class com.groupdocs.search.scaling.Indexer
Gets the synonym dictionary.
getSynonymGroups(String) - Method in interface com.groupdocs.search.dictionaries.SynonymDictionary
Gets all groups of synonyms to which the specified word belongs.
getSynonyms(String) - Method in interface com.groupdocs.search.dictionaries.SynonymDictionary
Gets the synonyms for the specified word.
getTermCount() - Method in class com.groupdocs.search.common.IndexInfo
Gets the number of words in the index.
getTermHighlightEndTag() - Method in class com.groupdocs.search.options.HighlightOptions
Gets the end tag of the highlighting of the found word.
getTermHighlightEndTag() - Method in interface com.groupdocs.search.options.IHighlightOptions
Gets the end tag of the highlighting of the found word.
getTermHighlightStartTag() - Method in class com.groupdocs.search.options.HighlightOptions
Gets the start tag of the highlighting of the found word.
getTermHighlightStartTag() - Method in interface com.groupdocs.search.options.IHighlightOptions
Gets the start tag of the highlighting of the found word.
getTerms() - Method in class com.groupdocs.search.results.FoundDocument
Gets the terms found.
getTerms() - Method in class com.groupdocs.search.results.FoundDocumentField
Gets the terms found.
getTermsAfter() - Method in class com.groupdocs.search.options.HighlightOptions
Gets the maximum number of words in a text snippet after highlighted word.
getTermsAfter() - Method in interface com.groupdocs.search.options.IHighlightOptions
Gets the maximum number of words in a text snippet after highlighted word.
getTermsBefore() - Method in class com.groupdocs.search.options.HighlightOptions
Gets the maximum number of words in a text snippet before highlighted word.
getTermsBefore() - Method in interface com.groupdocs.search.options.IHighlightOptions
Gets the maximum number of words in a text snippet before highlighted word.
getTermSequences() - Method in class com.groupdocs.search.results.FoundDocument
Gets the term sequences found.
getTermSequences() - Method in class com.groupdocs.search.results.FoundDocumentField
Gets the term sequences found.
getTermSequencesOccurrences() - Method in class com.groupdocs.search.results.FoundDocumentField
Gets the occurrences of the found term sequences.
getTermsOccurrences() - Method in class com.groupdocs.search.results.FoundDocumentField
Gets the occurrences of the found terms.
getTermsTotal() - Method in class com.groupdocs.search.options.HighlightOptions
Gets the maximum number of words in a text snippet.
getTermsTotal() - Method in interface com.groupdocs.search.options.IHighlightOptions
Gets the maximum number of words in a text snippet.
getText(String) - Method in interface com.groupdocs.search.dictionaries.AliasDictionary
Gets a text that is associated with the specified alias.
getTextQuery() - Method in class com.groupdocs.search.common.SearchReport
Gets the search query in text form.
getTextStorageSettings() - Method in class com.groupdocs.search.IndexSettings
Gets the text storage settings.
getThreads() - Method in class com.groupdocs.search.options.IndexingOptions
Gets the number of threads used for indexing.
getThreads() - Method in class com.groupdocs.search.options.UpdateOptions
Gets the number of threads used for indexing.
getTime() - Method in class com.groupdocs.search.events.BaseIndexEventArgs
Gets the time of an event.
getTotalCount() - Method in class com.groupdocs.search.results.DeleteResult
Returns the total number of paths to delete.
getTotalDocuments() - Method in class com.groupdocs.search.events.OperationProgressEventArgs
Gets the total number of documents for processing.
getTotalDocuments() - Method in class com.groupdocs.search.scaling.events.NetworkIndexingProgressEventArgs
Gets the total number of documents for processing.
getTotalDocumentsInIndex() - Method in class com.groupdocs.search.common.IndexingReport
Gets the total number of documents in the index.
getTotalIndexSize() - Method in class com.groupdocs.search.common.IndexingReport
Gets the total index size in bytes.
getTotalSegments() - Method in class com.groupdocs.search.events.OptimizationProgressEventArgs
Gets the total number of segments for processing.
getTotalSegments() - Method in class com.groupdocs.search.scaling.events.NetworkOptimizationProgressEventArgs
Gets the total number of segments for processing.
getTotalTermCount() - Method in class com.groupdocs.search.common.IndexingReport
Gets the total number of terms in index.
getTruncated() - Method in class com.groupdocs.search.results.SearchResult
Gets a value indicating that the result is truncated.
getTruncated() - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Gets a value indicating that the result is truncated.
getUpdatedDocuments() - Method in class com.groupdocs.search.common.IndexingReport
Gets the list of updated documents.
getUseCaseSensitiveSearch() - Method in class com.groupdocs.search.options.SearchOptions
Gets the flag of case sensitive search.
getUseCharacterReplacements() - Method in class com.groupdocs.search.IndexSettings
Gets a value indicating whether to use character replacements or not.
getUseHomophoneSearch() - Method in class com.groupdocs.search.options.SearchOptions
Gets the flag of use homophones in search.
getUseInlineStyles() - Method in class com.groupdocs.search.options.HighlightOptions
Gets a value indicating whether inline styles are used to highlight occurrences.
getUseInlineStyles() - Method in interface com.groupdocs.search.options.IHighlightOptions
Gets a value indicating whether inline styles are used to highlight occurrences.
getUseRawTextExtraction() - Method in class com.groupdocs.search.options.ExtractionOptions
Gets a value indicating whether the raw mode is used for text extraction if possible.
getUseRawTextExtraction() - Method in class com.groupdocs.search.options.IndexingOptions
Gets a value indicating whether the raw mode is used for text extraction if possible.
getUseRawTextExtraction() - Method in interface com.groupdocs.search.options.ITextOptions
Gets a value indicating whether the raw mode is used for text extraction if possible.
getUseRawTextExtraction() - Method in class com.groupdocs.search.options.TextOptions
Gets a value indicating whether the raw mode is used for text extraction if possible.
getUseRawTextExtraction() - Method in class com.groupdocs.search.options.UpdateOptions
Gets a value indicating whether the raw mode is used for text extraction if possible.
getUseStopWords() - Method in class com.groupdocs.search.IndexSettings
Gets a value indicating whether to use stop words or not.
getUseSynonymSearch() - Method in class com.groupdocs.search.options.SearchOptions
Gets the flag of use synonyms in search.
getUseWordFormsSearch() - Method in class com.groupdocs.search.options.SearchOptions
Gets the flag of use different word forms in search.
getValue() - Method in class com.groupdocs.search.common.DocumentField
Gets a field value.
getVersion() - Method in class com.groupdocs.search.common.IndexInfo
Gets the index version.
getVersion(Index) - Static method in class com.groupdocs.search.Index
 
getWarnings() - Method in class com.groupdocs.search.results.SearchResult
Gets a warnings describing the result.
getWarnings() - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Gets a warnings describing the result.
getWebRequest() - Method in class com.groupdocs.search.licenses.helpers.LicenseWebClient
 
getWordForms(String) - Method in class com.groupdocs.search.dictionaries.EnglishWordFormsProvider
Gets the word forms for the specified word.
getWordForms(String) - Method in interface com.groupdocs.search.dictionaries.IWordFormsProvider
Gets the word forms for the specified word.
getWordFormsProvider() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
Gets a word forms provider.
getWords() - Method in interface com.groupdocs.search.dictionaries.SpellingCorrector
Gets the collection of words that is currently contained in this SpellingCorrector.
getWords() - Method in class com.groupdocs.search.events.SearchPhaseEventArgs
Gets the words obtained in the current phase.
getYear() - Static method in class com.groupdocs.search.CoreFactory
 
getYear() - Static method in class com.groupdocs.search.options.DateFormatElement
Gets the year element, represented by one, two, three, or four digits.
getYearFourDigits() - Static method in class com.groupdocs.search.CoreFactory
 
getYearFourDigits() - Static method in class com.groupdocs.search.options.DateFormatElement
Gets the year element, represented by four digits.
getYearTwoDigits() - Static method in class com.groupdocs.search.CoreFactory
 
getYearTwoDigits() - Static method in class com.groupdocs.search.options.DateFormatElement
Gets the year element, represented by two digits.
GIF - Static variable in class com.groupdocs.search.results.FileType
A GIF or Graphical Interchange Format is a type of highly compressed image.

H

highlight(FoundDocument, Highlighter) - Method in class com.groupdocs.search.Index
Generates HTML formatted text with highlighted found terms.
highlight(FoundDocument, Highlighter, HighlightOptions) - Method in class com.groupdocs.search.Index
Generates HTML formatted text with highlighted found terms.
highlight(NetworkFoundDocument, Highlighter, HighlightOptions) - Method in class com.groupdocs.search.scaling.Searcher
Generates HTML formatted text with highlighted found terms.
Highlighter - Class in com.groupdocs.search.highlighters
Represents the base class of a search result highlighter.
Highlighter(IHighlighter) - Constructor for class com.groupdocs.search.highlighters.Highlighter
Initializes a new instance of the Highlighter class.
HighlightOptions - Class in com.groupdocs.search.options
Provides options for highlighting found terms.
HighlightOptions(Object, Object) - Constructor for class com.groupdocs.search.options.HighlightOptions
Initializes a new instance of the TextOptions class.
HighlightOptions() - Constructor for class com.groupdocs.search.options.HighlightOptions
Initializes a new instance of the HighlightOptions class.
HighlightOptions(Object) - Constructor for class com.groupdocs.search.options.HighlightOptions
Initializes a new instance of the TextOptions class.
HomophoneDictionary - Interface in com.groupdocs.search.dictionaries
Defines interface of a dictionary of heterographic homophones.
HTM - Static variable in class com.groupdocs.search.results.FileType
Files with HTM extension represent Hypertext Markup Language for creating web pages for display in web browsers.
HTML - Static variable in class com.groupdocs.search.results.FileType
HTML (Hyper Text Markup Language) is the extension for web pages created for display in web browsers.
HyperlinkBase - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The hyperlink base field name.
HyperlinkBase - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The hyperlink base field name.
HyperlinkBase - Static variable in class com.groupdocs.search.options.WordsFieldNames
The hyperlink base field name.
hz_gb_2312 - Static variable in class com.groupdocs.search.common.Encodings
The hz-gb-2312 encoding.

I

IBM00858 - Static variable in class com.groupdocs.search.common.Encodings
The IBM00858 encoding.
IBM00924 - Static variable in class com.groupdocs.search.common.Encodings
The IBM00924 encoding.
IBM01047 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01047 encoding.
IBM01140 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01140 encoding.
IBM01141 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01141 encoding.
IBM01142 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01142 encoding.
IBM01143 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01143 encoding.
IBM01144 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01144 encoding.
IBM01145 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01145 encoding.
IBM01146 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01146 encoding.
IBM01147 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01147 encoding.
IBM01148 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01148 encoding.
IBM01149 - Static variable in class com.groupdocs.search.common.Encodings
The IBM01149 encoding.
IBM037 - Static variable in class com.groupdocs.search.common.Encodings
The IBM037 encoding.
IBM1026 - Static variable in class com.groupdocs.search.common.Encodings
The IBM1026 encoding.
IBM273 - Static variable in class com.groupdocs.search.common.Encodings
The IBM273 encoding.
IBM277 - Static variable in class com.groupdocs.search.common.Encodings
The IBM277 encoding.
IBM278 - Static variable in class com.groupdocs.search.common.Encodings
The IBM278 encoding.
IBM280 - Static variable in class com.groupdocs.search.common.Encodings
The IBM280 encoding.
IBM284 - Static variable in class com.groupdocs.search.common.Encodings
The IBM284 encoding.
IBM285 - Static variable in class com.groupdocs.search.common.Encodings
The IBM285 encoding.
IBM290 - Static variable in class com.groupdocs.search.common.Encodings
The IBM290 encoding.
IBM297 - Static variable in class com.groupdocs.search.common.Encodings
The IBM297 encoding.
IBM420 - Static variable in class com.groupdocs.search.common.Encodings
The IBM420 encoding.
IBM423 - Static variable in class com.groupdocs.search.common.Encodings
The IBM423 encoding.
IBM424 - Static variable in class com.groupdocs.search.common.Encodings
The IBM424 encoding.
IBM437 - Static variable in class com.groupdocs.search.common.Encodings
The IBM437 encoding.
IBM500 - Static variable in class com.groupdocs.search.common.Encodings
The IBM500 encoding.
ibm737 - Static variable in class com.groupdocs.search.common.Encodings
The ibm737 encoding.
ibm775 - Static variable in class com.groupdocs.search.common.Encodings
The ibm775 encoding.
ibm850 - Static variable in class com.groupdocs.search.common.Encodings
The ibm850 encoding.
ibm852 - Static variable in class com.groupdocs.search.common.Encodings
The ibm852 encoding.
IBM855 - Static variable in class com.groupdocs.search.common.Encodings
The IBM855 encoding.
ibm857 - Static variable in class com.groupdocs.search.common.Encodings
The ibm857 encoding.
IBM860 - Static variable in class com.groupdocs.search.common.Encodings
The IBM860 encoding.
ibm861 - Static variable in class com.groupdocs.search.common.Encodings
The ibm861 encoding.
IBM863 - Static variable in class com.groupdocs.search.common.Encodings
The IBM863 encoding.
IBM864 - Static variable in class com.groupdocs.search.common.Encodings
The IBM864 encoding.
IBM865 - Static variable in class com.groupdocs.search.common.Encodings
The IBM865 encoding.
ibm869 - Static variable in class com.groupdocs.search.common.Encodings
The ibm869 encoding.
IBM870 - Static variable in class com.groupdocs.search.common.Encodings
The IBM870 encoding.
IBM871 - Static variable in class com.groupdocs.search.common.Encodings
The IBM871 encoding.
IBM880 - Static variable in class com.groupdocs.search.common.Encodings
The IBM880 encoding.
IBM905 - Static variable in class com.groupdocs.search.common.Encodings
The IBM905 encoding.
IBM_Thai - Static variable in class com.groupdocs.search.common.Encodings
The IBM-Thai encoding.
IContainerItemExtractor - Interface in com.groupdocs.search.common
Provides methods for extracting items from container documents.
IDocumentHighlighter - Interface in com.groupdocs.search.highlighters
Defines interface of a search result highlighter that highlights search results in an entire document text.
IDocumentLoader - Interface in com.groupdocs.search.common
Defines the document loader interface that is used to load lazy documents.
IFieldExtractor - Interface in com.groupdocs.search.common
Provides methods for extracting fields from a document.
IFileOutputAdapter - Interface in com.groupdocs.search.common
Defines interface of an output adapter that collects output into a file.
IFragmentHighlighter - Interface in com.groupdocs.search.highlighters
Defines interface of a search result highlighter that highlights search results in text fragments.
IHighlighter - Interface in com.groupdocs.search.highlighters
Defines interface of a search result highlighter.
IHighlightOptions - Interface in com.groupdocs.search.options
Defines interface of options for highlighting found terms.
ILogger - Interface in com.groupdocs.search.common
Defines interface of a logger that is used for logging events and errors in an index.
Image - Static variable in class com.groupdocs.search.results.FormatFamily
Represents image formats.
ImageFrame - Class in com.groupdocs.search.common
Represents an image frame.
ImageFrame() - Constructor for class com.groupdocs.search.common.ImageFrame
 
ImageIndexingOptions - Class in com.groupdocs.search.options
Provides image indexing options for reverse image search.
ImageIndexingOptions() - Constructor for class com.groupdocs.search.options.ImageIndexingOptions
 
ImageLocation - Enum in com.groupdocs.search.options
Specifies an image location.
ImagePreparing - Variable in class com.groupdocs.search.events.EventHub
Occurs when an image is going to be prepared for indexing.
ImagePreparing - Variable in class com.groupdocs.search.Extractor
Occurs when an image is going to be prepared for indexing.
ImagePreparingDelegate - Variable in class com.groupdocs.search.events.EventHub
 
ImagePreparingEventArgs - Class in com.groupdocs.search.events
Represents arguments for the event of an image preparing start.
ImagePreparingEventArgs(Guid, String, IndexStatus, String, String[], int, ImageFrame[], InputStream) - Constructor for class com.groupdocs.search.events.ImagePreparingEventArgs
Initializes a new instance of the ImagePreparingEventArgs class.
ImageSearchOptions - Class in com.groupdocs.search.options
Provides options for reverse image search operation.
ImageSearchOptions(Object, Object) - Constructor for class com.groupdocs.search.options.ImageSearchOptions
Initializes a new instance of the ImageSearchOptions class.
ImageSearchOptions() - Constructor for class com.groupdocs.search.options.ImageSearchOptions
Initializes a new instance of the ImageSearchOptions class.
ImageSearchOptions(Object) - Constructor for class com.groupdocs.search.options.ImageSearchOptions
Initializes a new instance of the ImageSearchOptions class.
ImageSearchResult - Class in com.groupdocs.search.results
Represents the result of a reverse image search.
ImageSearchResult() - Constructor for class com.groupdocs.search.results.ImageSearchResult
 
importDictionary(String) - Method in interface com.groupdocs.search.dictionaries.DictionaryBase
Imports a dictionary from the specified file.
increaseBytesCount(double) - Static method in class com.groupdocs.search.licenses.Metered
 
increaseCreditsByBytesCount(double) - Static method in class com.groupdocs.search.licenses.Metered
 
increaseCreditsByOne() - Static method in class com.groupdocs.search.licenses.Metered
 
Index - Class in com.groupdocs.search
Represents the main class for indexing documents and search through them.
Index() - Constructor for class com.groupdocs.search.Index
Initializes a new instance of the Index class in memory.
Index(IndexSettings) - Constructor for class com.groupdocs.search.Index
Initializes a new instance of the Index class in memory with particular index settings.
Index(String) - Constructor for class com.groupdocs.search.Index
Initializes a new instance of the Index class.
Index(String, IndexSettings) - Constructor for class com.groupdocs.search.Index
Initializes a new instance of the Index class.
Index(String, boolean) - Constructor for class com.groupdocs.search.Index
Initializes a new instance of the Index class.
Index(String, IndexSettings, boolean) - Constructor for class com.groupdocs.search.Index
Initializes a new instance of the Index class.
Indexer - Class in com.groupdocs.search.scaling
Represents a service that manages the distribution of indexed documents across shards of the search network.
Indexer() - Constructor for class com.groupdocs.search.scaling.Indexer
 
IndexErrorEventArgs - Class in com.groupdocs.search.events
Represents arguments for the event of index error occurred.
IndexErrorEventArgs(Guid, String, IndexStatus, String, boolean) - Constructor for class com.groupdocs.search.events.IndexErrorEventArgs
Initializes a new instance of the IndexErrorEventArgs class.
IndexInfo - Class in com.groupdocs.search.common
Contains basic information on an Index.
IndexInfo() - Constructor for class com.groupdocs.search.common.IndexInfo
 
IndexingCompleted - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when indexing of all enqueued documents is finished.
IndexingCompletedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
IndexingOptions - Class in com.groupdocs.search.options
Provides options for indexing operation.
IndexingOptions(Object, Object) - Constructor for class com.groupdocs.search.options.IndexingOptions
Initializes a new instance of the IndexingOptions class.
IndexingOptions() - Constructor for class com.groupdocs.search.options.IndexingOptions
Initializes a new instance of the IndexingOptions class.
IndexingOptions(Object) - Constructor for class com.groupdocs.search.options.IndexingOptions
Initializes a new instance of the IndexingOptions class.
IndexingProgressChanged - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when the progress of the indexing operation has changed.
IndexingProgressChangedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
IndexingReport - Class in com.groupdocs.search.common
Represents a detailed information on an indexing operation.
IndexingReport() - Constructor for class com.groupdocs.search.common.IndexingReport
 
IndexRepository - Class in com.groupdocs.search
Represents a container for combining multiple indexes and performing common operations on them.
IndexRepository() - Constructor for class com.groupdocs.search.IndexRepository
Initializes a new instance of the IndexRepository class.
IndexSettings - Class in com.groupdocs.search
Represents the index settings that allow to customize the indexing operations.
IndexSettings() - Constructor for class com.groupdocs.search.IndexSettings
Initializes a new instance of the IndexSettings class.
IndexSettingsConfigurator - Class in com.groupdocs.search.scaling.configuring
Represents the index settings configurator for each shard in the search network.
IndexSettingsConfigurator() - Constructor for class com.groupdocs.search.scaling.configuring.IndexSettingsConfigurator
 
IndexStatus - Enum in com.groupdocs.search.common
Specifies an index status.
IndexType - Enum in com.groupdocs.search.options
Specifies an index type.
IndexUpdater - Class in com.groupdocs.search
Represents an index updater.
IndexUpdater() - Constructor for class com.groupdocs.search.IndexUpdater
Initializes a new instance of the IndexUpdater class.
INetworkSettings - Interface in com.groupdocs.search.scaling.configuring
Represents a network settings.
invocationList - Variable in class com.groupdocs.search.events.Event
 
invoke() - Method in class com.groupdocs.search.Action
The method to be invoked.
invoke(T) - Method in class com.groupdocs.search.Action1
The method to be invoked.
invoke(T1, T2) - Method in class com.groupdocs.search.Action2
The method to be invoked.
invoke(Object, T) - Method in interface com.groupdocs.search.events.EventHandler
Starts handling of the event.
IOcrConnector - Interface in com.groupdocs.search.options
Defines methods that are required to recognize text on image documents and embedded images.
IOutputAdapter - Interface in com.groupdocs.search.common
Defines interface of an output adapter.
IResultBuilderFactory - Interface in com.groupdocs.search.common
Defines interface of a result builder factory.
isAsync() - Method in class com.groupdocs.search.options.ChangeAttributesOptions
Gets the flag of asynchronous performing the operation.
isAsync() - Method in class com.groupdocs.search.options.DeleteOptions
Gets the flag of asynchronous performing the operation.
isAsync() - Method in class com.groupdocs.search.options.IndexingOptions
Gets the flag of asynchronous performing the operation.
isAsync() - Method in class com.groupdocs.search.options.MergeOptions
Gets the flag of asynchronous performing the operation.
isAsync() - Method in class com.groupdocs.search.options.OptimizeOptions
Gets the flag of asynchronous performing the operation.
isAsync() - Method in class com.groupdocs.search.options.SynchronizeOptions
Gets the flag of asynchronous performing the operation.
isAsync() - Method in class com.groupdocs.search.options.UpdateOptions
Gets the flag of asynchronous performing the operation.
isCancelled() - Method in class com.groupdocs.search.common.Cancellation
Gets a value indicating that cancellation has been requested.
isChunkSearch() - Method in class com.groupdocs.search.options.SearchOptions
Gets the flag of search by chunks.
isCritical() - Method in class com.groupdocs.search.events.IndexErrorEventArgs
Gets a flag indicating that the error occurred is critical and the index should be restarted.
isDebugEnabled() - Static method in class com.groupdocs.search.logging.SearchLogger
Checks is debug logging enabled
ISearchDocumentFilter - Interface in com.groupdocs.search.options
Represents search document filter.
isEmpty() - Method in class com.groupdocs.search.events.Event
Checks for presence of at least one listener.
isErrorEnabled() - Static method in class com.groupdocs.search.logging.SearchLogger
Checks is error logging enabled
isLatestVersion(String) - Method in class com.groupdocs.search.IndexUpdater
Checks whether the specified directory contains an index of the latest version.
isLazy() - Method in class com.groupdocs.search.Document
Gets a value indicating whether the document is loaded as needed or not.
iso_2022_jp - Static variable in class com.groupdocs.search.common.Encodings
The iso-2022-jp encoding.
iso_2022_kr - Static variable in class com.groupdocs.search.common.Encodings
The iso-2022-kr encoding.
iso_8859_1 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-1 encoding.
iso_8859_13 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-13 encoding.
iso_8859_15 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-15 encoding.
iso_8859_2 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-2 encoding.
iso_8859_3 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-3 encoding.
iso_8859_4 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-4 encoding.
iso_8859_5 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-5 encoding.
iso_8859_6 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-6 encoding.
iso_8859_7 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-7 encoding.
iso_8859_8 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-8 encoding.
iso_8859_8_i - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-8-i encoding.
iso_8859_9 - Static variable in class com.groupdocs.search.common.Encodings
The iso-8859-9 encoding.
isReadOnly() - Method in class com.groupdocs.search.common.CustomExtractorCollection
Gets a value indicating whether the collection is read-only.
isReadOnly(IndexSettings) - Static method in class com.groupdocs.search.IndexSettings
 
isReadOnly() - Method in class com.groupdocs.search.options.DateFormatCollection
Gets a value indicating whether the collection is read-only.
isSuccess() - Method in class com.groupdocs.search.results.PathDeleteResult
Returns the success indicator of the delete operation.
isTraceEnabled() - Static method in class com.groupdocs.search.logging.SearchLogger
Checks is trace logging enabled
IStreamOutputAdapter - Interface in com.groupdocs.search.common
Defines interface of an output adapter that collects output into a java.io.OutputStream.
IStringOutputAdapter - Interface in com.groupdocs.search.common
Defines interface of an output adapter that collects output as a System.String.
IStructureOutputAdapter - Interface in com.groupdocs.search.common
Defines interface of an output adapter that collects output as a structure containing each field separately.
isValidLicense() - Static method in class com.groupdocs.search.licenses.License
 
isValidMeteredLicense() - Static method in class com.groupdocs.search.licenses.License
 
isWarningEnabled() - Static method in class com.groupdocs.search.logging.SearchLogger
Checks is warning logging enabled
iterator() - Method in class com.groupdocs.search.common.CustomExtractorCollection
Returns an iterator for this collection.
iterator() - Method in interface com.groupdocs.search.dictionaries.AliasDictionary
Returns an iterator that iterates through the collection.
iterator() - Method in interface com.groupdocs.search.dictionaries.Alphabet
Returns an iterator that iterates through the collection.
iterator() - Method in interface com.groupdocs.search.dictionaries.CharacterReplacementDictionary
Returns an iterator that iterates through the collection.
iterator() - Method in interface com.groupdocs.search.dictionaries.HomophoneDictionary
Returns an iterator that iterates through the collection.
iterator() - Method in interface com.groupdocs.search.dictionaries.PasswordDictionary
Returns an iterator that iterates through the collection.
iterator() - Method in interface com.groupdocs.search.dictionaries.StopWordDictionary
Returns an iterator that iterates through the collection.
iterator() - Method in interface com.groupdocs.search.dictionaries.SynonymDictionary
Returns an iterator that iterates through the collection.
iterator() - Method in class com.groupdocs.search.options.DateFormatCollection
Returns an enumerator that iterates through the collection.
iterator() - Method in class com.groupdocs.search.results.SearchResult
Returns an iterator that iterates through the collection of the documents found.
iterator() - Method in class com.groupdocs.search.scaling.results.NetworkSearchResult
Returns an iterator that iterates through the collection of the documents found.
ITextOptions - Interface in com.groupdocs.search.options
Defines interface of options for retrieving document text from an index.
IWordFormsProvider - Interface in com.groupdocs.search.dictionaries
Defines interface of a word forms provider.

J

Johab - Static variable in class com.groupdocs.search.common.Encodings
The Johab encoding.
JP2 - Static variable in class com.groupdocs.search.results.FileType
JPEG 2000 (JP2) is an image coding system and state-of-the-art image compression standard.
JPE - Static variable in class com.groupdocs.search.results.FileType
A JPEG is a type of image format that is saved using the method of lossy compression.
JPEG - Static variable in class com.groupdocs.search.results.FileType
A JPEG is a type of image format that is saved using the method of lossy compression.
JPG - Static variable in class com.groupdocs.search.results.FileType
A JPEG is a type of image format that is saved using the method of lossy compression.

K

KeyboardLayoutCorrectorOptions - Class in com.groupdocs.search.options
Provides options for the keyboard layout corrector.
KeyboardLayoutCorrectorOptions() - Constructor for class com.groupdocs.search.options.KeyboardLayoutCorrectorOptions
 
Keywords - Static variable in class com.groupdocs.search.options.FictionBookFieldNames
The keywords field name.
Keywords - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The keywords field name.
Keywords - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The keywords field name.
Keywords - Static variable in class com.groupdocs.search.options.WordsFieldNames
The keywords field name.
koi8_r - Static variable in class com.groupdocs.search.common.Encodings
The koi8-r encoding.
koi8_u - Static variable in class com.groupdocs.search.common.Encodings
The koi8-u encoding.
ks_c_5601_1987 - Static variable in class com.groupdocs.search.common.Encodings
The ks_c_5601-1987 encoding.

L

Language - Static variable in class com.groupdocs.search.options.EpubFieldNames
The language field name.
Language - Static variable in class com.groupdocs.search.options.FictionBookFieldNames
The language field name.
LastAuthor - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The last author field name.
LastAuthor - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The last author field name.
LastAuthor - Static variable in class com.groupdocs.search.options.WordsFieldNames
The last author field name.
LastPrintedTime - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The last printed time field name.
LastPrintedTime - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The last printed time field name.
LastPrintedTime - Static variable in class com.groupdocs.search.options.WordsFieldNames
The last printed time field name.
LastSavedTime - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The last saved time field name.
LastSavedTime - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The last saved time field name.
LastSavedTime - Static variable in class com.groupdocs.search.options.WordsFieldNames
The last saved time field name.
License - Class in com.groupdocs.search.licenses
 
License() - Constructor for class com.groupdocs.search.licenses.License
 
LicenseRestrictionException - Exception in com.groupdocs.search
The exception that is thrown when a license restriction is triggered.
LicenseRestrictionException(String) - Constructor for exception com.groupdocs.search.LicenseRestrictionException
Initializes a new instance of the LicenseRestrictionException class.
LicenseWebClient - Class in com.groupdocs.search.licenses.helpers
 
LicenseWebClient(TimeSpan) - Constructor for class com.groupdocs.search.licenses.helpers.LicenseWebClient
 
load(String) - Static method in class com.groupdocs.search.scaling.configuring.Configuration
Loads a search network configuration from a file.
load(InputStream) - Static method in class com.groupdocs.search.scaling.configuring.Configuration
Loads a search network configuration from a stream.
loadConfiguration(String) - Static method in class com.groupdocs.search.CoreFactory
 
loadConfiguration(InputStream) - Static method in class com.groupdocs.search.CoreFactory
 
loadDocument() - Method in interface com.groupdocs.search.common.IDocumentLoader
Loads a document.
loadIntoMemoryCompletely(String) - Static method in class com.groupdocs.search.Index
Loads the entire index into memory.
loadIntoMemoryCompletely(String, IndexSettings) - Static method in class com.groupdocs.search.Index
Loads the entire index into memory.
LOG - Static variable in class com.groupdocs.search.results.FileType
A file with .LOG extension is typically a text document containing plain text in the form of lines.

M

macintosh - Static variable in class com.groupdocs.search.common.Encodings
The macintosh encoding.
MailDisplayTo - Static variable in class com.groupdocs.search.options.MailFieldNames
The mail display to field name.
MailFieldNames - Class in com.groupdocs.search.options
Represents a list of field names for the faceted search.
MailFieldNames() - Constructor for class com.groupdocs.search.options.MailFieldNames
 
MailMessageBody - Static variable in class com.groupdocs.search.options.MailFieldNames
The mail message body field name.
MailSenderName - Static variable in class com.groupdocs.search.options.MailFieldNames
The mail sender name field name.
MailSubject - Static variable in class com.groupdocs.search.options.MailFieldNames
The mail subject field name.
Manager - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The manager field name.
Manager - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The manager field name.
Manager - Static variable in class com.groupdocs.search.options.WordsFieldNames
The manager field name.
Markup - Static variable in class com.groupdocs.search.results.FormatFamily
Represents markup formats.
MD - Static variable in class com.groupdocs.search.results.FileType
Text files created with Markdown language dialects is saved with .MD or .MARKDOWN file extension.
Medicine - Static variable in class com.groupdocs.search.results.FormatFamily
Represents medicine formats.
merge(Index, MergeOptions) - Method in class com.groupdocs.search.Index
Merges the specified index into the current index.
merge(IndexRepository, MergeOptions) - Method in class com.groupdocs.search.Index
Merges indexes from the specified index repository into the current index.
MergeOptions - Class in com.groupdocs.search.options
Provides options for merge operation.
MergeOptions() - Constructor for class com.groupdocs.search.options.MergeOptions
Initializes a new instance of the MergeOptions class.
MetadataIndexingOptions - Class in com.groupdocs.search.options
Provides options for indexing metadata fields.
MetadataIndexingOptions() - Constructor for class com.groupdocs.search.options.MetadataIndexingOptions
 
Metered - Class in com.groupdocs.search.licenses
 
Metered() - Constructor for class com.groupdocs.search.licenses.Metered
Initializes a new instance of this class.
MHT - Static variable in class com.groupdocs.search.results.FileType
Files with MHT extension represent a web page archive format that can be created by a number of different applications.
MHTML - Static variable in class com.groupdocs.search.results.FileType
Files with MHTML extension represent a web page archive format that can be created by a number of different applications.
ModificationDate - Static variable in class com.groupdocs.search.options.CommonFieldNames
The modification date field name.
MOV - Static variable in class com.groupdocs.search.results.FileType
MOV or QuickTime File format is multimedia container which is developed by Apple: contains one or more tracks, each track holds a particular type of data i.e.
MP3 - Static variable in class com.groupdocs.search.results.FileType
Files with MP3 extension are digitally encoded file formats for audio files that are formally based on the MPEG-1 Audio Layer III or MPEG-2 Audio Layer III.
MPP - Static variable in class com.groupdocs.search.results.FileType
MPP is proprietary file format developed by Microsoft as file format for Microsoft Project (MSP) which is a project management application software.
MSG - Static variable in class com.groupdocs.search.results.FileType
MSG is a file format used by Microsoft Outlook and Exchange to store email messages, contact, appointment, or other tasks.
MulticastDelegate - Class in com.groupdocs.search.common
Represents a delegate, which refers to class instances that have method to be invoked.
MulticastDelegate() - Constructor for class com.groupdocs.search.common.MulticastDelegate
 

N

NetworkDocumentInfo - Class in com.groupdocs.search.scaling.results
Represents a descriptor for an indexed document in the search network.
NetworkDocumentInfo() - Constructor for class com.groupdocs.search.scaling.results.NetworkDocumentInfo
 
NetworkFoundDocument - Class in com.groupdocs.search.scaling.results
Represents a found document in the search network.
NetworkFoundDocument() - Constructor for class com.groupdocs.search.scaling.results.NetworkFoundDocument
 
NetworkImageSearchResult - Class in com.groupdocs.search.scaling.results
Represents an image search result matching a search image.
NetworkImageSearchResult() - Constructor for class com.groupdocs.search.scaling.results.NetworkImageSearchResult
 
NetworkImageSearchToken - Class in com.groupdocs.search.scaling.results
Represents a token for the continuation of the network chunk image search (search by pages).
NetworkImageSearchToken() - Constructor for class com.groupdocs.search.scaling.results.NetworkImageSearchToken
 
NetworkIndexingProgressEventArgs - Class in com.groupdocs.search.scaling.events
Represents the arguments for the progress change event of the indexing operation.
NetworkIndexingProgressEventArgs(int, int, int, int) - Constructor for class com.groupdocs.search.scaling.events.NetworkIndexingProgressEventArgs
Initializes a new instance of the NetworkIndexingProgressEventArgs class.
NetworkOptimizationProgressEventArgs - Class in com.groupdocs.search.scaling.events
Represents the arguments for the progress change event of the optimization operation.
NetworkOptimizationProgressEventArgs(int, int, int, int) - Constructor for class com.groupdocs.search.scaling.events.NetworkOptimizationProgressEventArgs
Initializes a new instance of the NetworkOptimizationProgressEventArgs class.
NetworkSearchResult - Class in com.groupdocs.search.scaling.results
Represents a search result matching a search query.
NetworkSearchResult() - Constructor for class com.groupdocs.search.scaling.results.NetworkSearchResult
 
NetworkSearchToken - Class in com.groupdocs.search.scaling.results
Represents a token for the continuation of the network chunk search (search by pages).
NetworkSearchToken() - Constructor for class com.groupdocs.search.scaling.results.NetworkSearchToken
 
NodeConfigurator - Class in com.groupdocs.search.scaling.configuring
Represents the search network node configurator.
NodeConfigurator() - Constructor for class com.groupdocs.search.scaling.configuring.NodeConfigurator
 
NodeEventHub - Class in com.groupdocs.search.scaling.events
Provides node events for subscribing.
NodeEventHub() - Constructor for class com.groupdocs.search.scaling.events.NodeEventHub
 
Note - Static variable in class com.groupdocs.search.results.FormatFamily
Represents note formats.
Notification - Class in com.groupdocs.search
The base class for all notifications to the index.
Notification() - Constructor for class com.groupdocs.search.Notification
 
notifyIndex(Notification) - Method in class com.groupdocs.search.Index
Passes the specified notification object to the index to perform the notification.
NumberOfThreads - Enum in com.groupdocs.search.options
Specifies the number of threads.

O

OcrContext - Class in com.groupdocs.search.options
Represents the OCR processing context.
OcrContext(InputStream, ImageLocation, String) - Constructor for class com.groupdocs.search.options.OcrContext
Initializes a new instance of the OcrContext class.
OcrIndexingOptions - Class in com.groupdocs.search.options
Provides options for OCR processing and indexing recognized text.
OcrIndexingOptions() - Constructor for class com.groupdocs.search.options.OcrIndexingOptions
 
ODP - Static variable in class com.groupdocs.search.results.FileType
Files with ODP extension represent presentation file format used by OpenOffice.org in the OASIS Open standard.
ODS - Static variable in class com.groupdocs.search.results.FileType
Files with ODS extension stand for OpenDocument Spreadsheet Document format that are editable by user.
ODT - Static variable in class com.groupdocs.search.results.FileType
ODT files are type of documents created with word processing applications that are based on OpenDocument Text File format.
ONE - Static variable in class com.groupdocs.search.results.FileType
File represented by .ONE extension are created by Microsoft OneNote application.
op_Equality(Delegate, Delegate) - Static method in class com.groupdocs.search.common.Delegate
Checks two delegates for equality.
op_Equality(MulticastDelegate, MulticastDelegate) - Static method in class com.groupdocs.search.common.MulticastDelegate
Checks two delegates for equality.
op_Inequality(Delegate, Delegate) - Static method in class com.groupdocs.search.common.Delegate
Checks two delegates for inequality.
op_Inequality(MulticastDelegate, MulticastDelegate) - Static method in class com.groupdocs.search.common.MulticastDelegate
Checks two delegates for inequality.
OperationFinished - Variable in class com.groupdocs.search.events.EventHub
Occurs when an index operation is finished.
OperationFinishedDelegate - Variable in class com.groupdocs.search.events.EventHub
 
OperationFinishedEventArgs - Class in com.groupdocs.search.events
Represents arguments for the event of the indexing operation is finished.
OperationFinishedEventArgs(OperationType, Guid, String, IndexStatus, String) - Constructor for class com.groupdocs.search.events.OperationFinishedEventArgs
Initializes a new instance of the OperationFinishedEventArgs class.
OperationProgressChanged - Variable in class com.groupdocs.search.events.EventHub
Occurs when the progress of the indexing or update operation changes.
OperationProgressChangedDelegate - Variable in class com.groupdocs.search.events.EventHub
 
OperationProgressEventArgs - Class in com.groupdocs.search.events
Represents arguments for the event of the indexing operation progress is updated.
OperationProgressEventArgs(Guid, String, IndexStatus, int, int, int, String, String, DocumentStatus) - Constructor for class com.groupdocs.search.events.OperationProgressEventArgs
Initializes a new instance of the OperationProgressEventArgs class.
OperationType - Enum in com.groupdocs.search.events
Represents an index operation type.
OptimizationCompleted - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when optimization of all nodes is finished.
OptimizationCompletedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
OptimizationProgressChanged - Variable in class com.groupdocs.search.events.EventHub
Occurs when the progress of the optimization operation changes.
OptimizationProgressChanged - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when the progress of the optimization operation has changed.
OptimizationProgressChangedDelegate - Variable in class com.groupdocs.search.events.EventHub
Occurs when the progress of the optimization operation changes.
OptimizationProgressChangedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
OptimizationProgressEventArgs - Class in com.groupdocs.search.events
Represents arguments for the event of the indexing operation progress is updated.
OptimizationProgressEventArgs(Guid, String, IndexStatus, int, int) - Constructor for class com.groupdocs.search.events.OptimizationProgressEventArgs
Initializes a new instance of the OptimizationProgressEventArgs class.
optimize() - Method in class com.groupdocs.search.Index
Minimizes the number of index segments by merging them one with another.
optimize(MergeOptions) - Method in class com.groupdocs.search.Index
Minimizes the number of index segments by merging them one with another.
optimize(OptimizeOptions) - Method in class com.groupdocs.search.scaling.Indexer
Minimizes the number of index segments by merging them one with another.
OptimizeOptions - Class in com.groupdocs.search.options
Provides options for the optimize operation.
OptimizeOptions(Object, Object) - Constructor for class com.groupdocs.search.options.OptimizeOptions
Initializes a new instance of the OptimizeOptions class.
OptimizeOptions() - Constructor for class com.groupdocs.search.options.OptimizeOptions
Initializes a new instance of the OptimizeOptions class.
OptimizeOptions(Object) - Constructor for class com.groupdocs.search.options.OptimizeOptions
Initializes a new instance of the OptimizeOptions class.
OST - Static variable in class com.groupdocs.search.results.FileType
OST or Offline Storage Files represent user's mailbox data in offline mode on local machine upon registration with Exchange Server using Microsoft Outlook.
OTS - Static variable in class com.groupdocs.search.results.FileType
Represents OpenDocument Spreadsheet Template file format.
OTT - Static variable in class com.groupdocs.search.results.FileType
Files with OTT extension represent template documents generated by applications in compliance with the OASIS' OpenDocument standard format.
OutputAdapter - Class in com.groupdocs.search.common
Represents the base class of an output adapter that is used to collect an output in a generalized form.
OutputAdapter(IOutputAdapter) - Constructor for class com.groupdocs.search.common.OutputAdapter
Initializes a new instance of the OutputAdapter class.
OutputFormat - Enum in com.groupdocs.search.options
The output format of a data.

P

PasswordDictionary - Interface in com.groupdocs.search.dictionaries
Defines interface of a dictionary of document passwords.
PasswordRequired - Variable in class com.groupdocs.search.events.EventHub
Occurs when a document requires password for opening.
PasswordRequired - Variable in class com.groupdocs.search.Extractor
Occurs when a document requires password for opening.
PasswordRequiredDelegate - Variable in class com.groupdocs.search.events.EventHub
 
PasswordRequiredEventArgs - Class in com.groupdocs.search.events
Represents arguments for the event that occurs when document protected by a password is indexing.
PasswordRequiredEventArgs(Guid, String, IndexStatus, String) - Constructor for class com.groupdocs.search.events.PasswordRequiredEventArgs
Initializes a new instance of the PasswordRequiredEventArgs class.
PathDeleteResult - Class in com.groupdocs.search.results
Represents the result of the operation to delete an indexed file or folder from an index.
PathDeleteResult(boolean, String, String) - Constructor for class com.groupdocs.search.results.PathDeleteResult
Initializes a new instance of the PathDeleteResult class.
PDF - Static variable in class com.groupdocs.search.results.FileType
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s.
Pdf - Static variable in class com.groupdocs.search.results.FormatFamily
Represents portable document formats.
PleaseReportException - Exception in com.groupdocs.search
Represents the exception that is thrown when an error occurred in the library.
PleaseReportException(String) - Constructor for exception com.groupdocs.search.PleaseReportException
Initializes a new instance of the PleaseReportException class.
PleaseReportException() - Constructor for exception com.groupdocs.search.PleaseReportException
Initializes a new instance of the PleaseReportException class.
PNG - Static variable in class com.groupdocs.search.results.FileType
PNG, Portable Network Graphics, refers to a type of raster image file format that use loseless compression.
POT - Static variable in class com.groupdocs.search.results.FileType
Files with .POT extension represent Microsoft PowerPoint template files in binary format created by PowerPoint 97-2003 versions.
POTM - Static variable in class com.groupdocs.search.results.FileType
Files with POTM extension are Microsoft PowerPoint template files with support for Macros.
POTX - Static variable in class com.groupdocs.search.results.FileType
Files with .POTX extension represent Microsoft PowerPoint template presentations that are created with Microsoft PowerPoint 2007 and above.
PPS - Static variable in class com.groupdocs.search.results.FileType
PPS, PowerPoint Slide Show, files are created using Microsoft PowerPoint for Slide Show purpose.
PPSM - Static variable in class com.groupdocs.search.results.FileType
Files with PPSM extension represent Macro-enabled Slide Show file format created with Microsoft PowerPoint 2007 or higher.
PPSX - Static variable in class com.groupdocs.search.results.FileType
PPSX, Power Point Slide Show, file are created using Microsoft PowerPoint 2007 and above for Slide Show purpose.
PPT - Static variable in class com.groupdocs.search.results.FileType
A file with PPT extension represents PowerPoint file that consists of a collection of slides for displaying as SlideShow.
PPTM - Static variable in class com.groupdocs.search.results.FileType
Files with PPTM extension are Macro-enabled Presentation files that are created with Microsoft PowerPoint 2007 or higher versions.
PPTX - Static variable in class com.groupdocs.search.results.FileType
Files with PPTX extension are presentation files created with popular Microsoft PowerPoint application.
Presentation - Static variable in class com.groupdocs.search.results.FormatFamily
Represents presentation formats.
PresentationFieldNames - Class in com.groupdocs.search.options
Represents a list of field names for the faceted search.
PresentationFieldNames() - Constructor for class com.groupdocs.search.options.PresentationFieldNames
 
ProjectManagement - Static variable in class com.groupdocs.search.results.FormatFamily
Represents project management formats.
PSD - Static variable in class com.groupdocs.search.results.FileType
PSD, Photoshop Document, represents Adobe Photoshop's native file format used for graphics designing and development.
PST - Static variable in class com.groupdocs.search.results.FileType
Files with .PST extension represent Outlook Personal Storage Files (also called Personal Storage Table) that store variety of user information.
PublishedDate - Static variable in class com.groupdocs.search.options.EpubFieldNames
The published date field name.
PublishedDate - Static variable in class com.groupdocs.search.options.FictionBookFieldNames
The published date field name.
Publisher - Static variable in class com.groupdocs.search.options.EpubFieldNames
The publisher field name.
Publisher - Static variable in class com.groupdocs.search.options.FictionBookFieldNames
The publisher field name.

Q

QT - Static variable in class com.groupdocs.search.results.FileType
MOV or QuickTime File format is multimedia container which is developed by Apple: contains one or more tracks, each track holds a particular type of data i.e.

R

raiseErrorOccurred(EventHub, String, boolean) - Static method in class com.groupdocs.search.Index
 
raiseErrorOccurredPublic(String, boolean) - Method in class com.groupdocs.search.events.EventHubBase
 
raiseErrorOccurredPublic(String, boolean) - Method in class com.groupdocs.search.Extractor
 
raiseImagePreparingPublic(String, String[], int, ImageFrame[], InputStream) - Method in class com.groupdocs.search.events.EventHubBase
 
raiseImagePreparingPublic(String, String[], int, ImageFrame[], InputStream) - Method in class com.groupdocs.search.Extractor
 
raisePasswordRequiredPublic(String) - Method in class com.groupdocs.search.events.EventHubBase
 
raisePasswordRequiredPublic(String) - Method in class com.groupdocs.search.Extractor
 
recognize(OcrContext) - Method in interface com.groupdocs.search.options.IOcrConnector
Performs OCR processing on an image.
remove(String, String...) - Method in class com.groupdocs.search.common.AttributeChangeBatch
Removes the specified attributes from the specified indexed document.
remove(String[], String...) - Method in class com.groupdocs.search.common.AttributeChangeBatch
Removes the specified attributes from the specified indexed documents.
remove(Delegate, Delegate) - Static method in class com.groupdocs.search.common.Delegate
Removes the value delegate from the source delegate.
remove(String) - Method in interface com.groupdocs.search.dictionaries.AliasDictionary
Removes the specified alias from an AliasDictionary object.
remove(String) - Method in interface com.groupdocs.search.dictionaries.PasswordDictionary
Removes a password of the specified document from the dictionary.
remove(T) - Method in class com.groupdocs.search.events.Event
Removes a listener for the event.
removeAll(String) - Method in class com.groupdocs.search.common.AttributeChangeBatch
Removes all attributes from the specified indexed document.
removeAll(String[]) - Method in class com.groupdocs.search.common.AttributeChangeBatch
Removes all attributes from the specified indexed documents.
removeAll(Delegate, Delegate) - Static method in class com.groupdocs.search.common.Delegate
Removes the value delegate from the source delegate.
removeFromAll(String...) - Method in class com.groupdocs.search.common.AttributeChangeBatch
Removes the specified attributes from all documents in the index.
removeImpl(Delegate) - Method in class com.groupdocs.search.common.Delegate
 
removeImpl(Delegate) - Method in class com.groupdocs.search.common.MulticastDelegate
 
removeItem(IFieldExtractor) - Method in class com.groupdocs.search.common.CustomExtractorCollection
Removes an extractor from the collection.
removeItem(DateFormat) - Method in class com.groupdocs.search.options.DateFormatCollection
Removes the first occurrence of a specific element from the collection.
removeRange(char[]) - Method in interface com.groupdocs.search.dictionaries.CharacterReplacementDictionary
Removes the specified collection of character replacements from this instance of the CharacterReplacementDictionary.
removeRange(Iterable<String>) - Method in interface com.groupdocs.search.dictionaries.StopWordDictionary
Removes the specified collection of words from this instance of the StopWordDictionary.
removeRange(String[]) - Method in interface com.groupdocs.search.dictionaries.StopWordDictionary
Removes the specified collection of words from this instance of the StopWordDictionary.
resetLicense() - Static method in class com.groupdocs.search.licenses.License
 
ResultBuilderFactory - Class in com.groupdocs.search.common
Represents the base class of a result builder factory.
ResultBuilderFactory(IResultBuilderFactory) - Constructor for class com.groupdocs.search.common.ResultBuilderFactory
Initializes a new instance of the ResultBuilderFactory class.
RevisionNumber - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The revision number field name.
RevisionNumber - Static variable in class com.groupdocs.search.options.WordsFieldNames
The revision number field name.
RTF - Static variable in class com.groupdocs.search.results.FileType
Introduced and documented by Microsoft, the Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications.

S

save(String) - Method in class com.groupdocs.search.scaling.configuring.Configuration
Saves this configuration to a file.
save(OutputStream) - Method in class com.groupdocs.search.scaling.configuring.Configuration
Saves this configuration to a stream.
ScientificFormat - Static variable in class com.groupdocs.search.results.FormatFamily
Represents scientific formats.
search(String) - Method in class com.groupdocs.search.Index
Searches in index.
search(String, SearchOptions) - Method in class com.groupdocs.search.Index
Searches in index.
search(SearchQuery) - Method in class com.groupdocs.search.Index
Searches in index.
search(SearchQuery, SearchOptions) - Method in class com.groupdocs.search.Index
Searches in index.
search(SearchImage, ImageSearchOptions) - Method in class com.groupdocs.search.Index
Performs a reverse image search in the index.
search(String) - Method in class com.groupdocs.search.IndexRepository
Searches in all indexes of the repository.
search(String, SearchOptions) - Method in class com.groupdocs.search.IndexRepository
Searches in all indexes of the repository.
search(SearchQuery) - Method in class com.groupdocs.search.IndexRepository
Searches in all indexes of the repository.
search(SearchQuery, SearchOptions) - Method in class com.groupdocs.search.IndexRepository
Searches in all indexes of the repository.
SearchAssemblyConstants - Class in com.groupdocs.search.licenses
 
SearchAssemblyConstants() - Constructor for class com.groupdocs.search.licenses.SearchAssemblyConstants
 
SearchDocumentFilter - Class in com.groupdocs.search
Contains methods for creating search document filters.
SearchDocumentFilter() - Constructor for class com.groupdocs.search.SearchDocumentFilter
 
Searcher - Class in com.groupdocs.search.scaling
Represents a service that manages search queries to shards of the search network.
Searcher() - Constructor for class com.groupdocs.search.scaling.Searcher
 
SearchException - Exception in com.groupdocs.search.exceptions
Represents base exception in GroupDocs.Watermark product.
SearchException() - Constructor for exception com.groupdocs.search.exceptions.SearchException
Initializes a new instance of the SearchException class.
SearchException(String) - Constructor for exception com.groupdocs.search.exceptions.SearchException
Initializes a new instance of the SearchException class with a specified error message.
searchFirst(String, SearchOptions) - Method in class com.groupdocs.search.scaling.Searcher
Starts a search with a query in text form in the distributed search index.
searchFirst(SearchQuery, SearchOptions) - Method in class com.groupdocs.search.scaling.Searcher
Starts a search in the distributed search index.
searchFirst(SearchImage, ImageSearchOptions) - Method in class com.groupdocs.search.scaling.Searcher
Performs a reverse image search in the distributed search index.
SearchImage - Class in com.groupdocs.search.common
Represents an image to search.
SearchImage() - Constructor for class com.groupdocs.search.common.SearchImage
 
SearchLogger - Class in com.groupdocs.search.logging
Global viewer logger Implements logging messages to integrated or user defined logger.
SearchNetworkNode - Class in com.groupdocs.search.scaling
Represents a search network node that can contain services such as extractor, indexer, searcher, shard.
SearchNetworkNode() - Constructor for class com.groupdocs.search.scaling.SearchNetworkNode
Initializes a new instance of the SearchNetworkNode class.
SearchNetworkNode(int, String, INetworkSettings) - Constructor for class com.groupdocs.search.scaling.SearchNetworkNode
Initializes a new instance of the SearchNetworkNode class.
SearchNetworkNode(int, String, INetworkSettings, ILogger) - Constructor for class com.groupdocs.search.scaling.SearchNetworkNode
Initializes a new instance of the SearchNetworkNode class.
SearchNetworkNode(int, String, INetworkSettings, ILogger, Configuration) - Constructor for class com.groupdocs.search.scaling.SearchNetworkNode
Initializes a new instance of the SearchNetworkNode class.
SearchNetworkStatus - Enum in com.groupdocs.search.scaling
Specifies a search network status.
searchNext(ChunkSearchToken) - Method in class com.groupdocs.search.Index
Continues the chunk search started with method Search.
searchNext(ChunkSearchToken, Cancellation) - Method in class com.groupdocs.search.Index
Continues the chunk search started with method Search.
searchNext(NetworkSearchToken) - Method in class com.groupdocs.search.scaling.Searcher
Continues a search in the distributed search index.
searchNext(NetworkImageSearchToken) - Method in class com.groupdocs.search.scaling.Searcher
Continues a reverse image search in the distributed search index.
SearchOptions - Class in com.groupdocs.search.options
Provides options for search operation.
SearchOptions(Object, Object) - Constructor for class com.groupdocs.search.options.SearchOptions
Initializes a new instance of the SearchOptions class.
SearchOptions() - Constructor for class com.groupdocs.search.options.SearchOptions
Initializes a new instance of the SearchOptions class.
SearchOptions(Object) - Constructor for class com.groupdocs.search.options.SearchOptions
Initializes a new instance of the SearchOptions class.
SearchPhase - Enum in com.groupdocs.search.events
Represents the search phases.
SearchPhaseCompleted - Variable in class com.groupdocs.search.events.EventHub
Occurs when the search phase is completed.
SearchPhaseCompletedDelegate - Variable in class com.groupdocs.search.events.EventHub
 
SearchPhaseEventArgs - Class in com.groupdocs.search.events
Represents arguments for the search phase changing events.
SearchPhaseEventArgs(Guid, String, IndexStatus, SearchPhase, String[], String) - Constructor for class com.groupdocs.search.events.SearchPhaseEventArgs
Initializes a new instance of the SearchPhaseEventArgs class.
SearchQuery - Class in com.groupdocs.search
Represents a search query in object form.
SearchReport - Class in com.groupdocs.search.common
Represents a detailed information on a search operation.
SearchReport() - Constructor for class com.groupdocs.search.common.SearchReport
 
SearchResult - Class in com.groupdocs.search.results
Represents a search result matching a search query.
SearchResult() - Constructor for class com.groupdocs.search.results.SearchResult
 
serialize(DocumentFilter, Stream) - Static method in class com.groupdocs.search.DocumentFilter
 
serialize() - Method in class com.groupdocs.search.ExtractedData
Serializes the current instance to a byte array.
serialize() - Method in class com.groupdocs.search.results.DocumentInfo
Serializes the current instance to a byte array.
serialize() - Method in class com.groupdocs.search.results.FoundDocument
Serializes the current instance to a byte array.
serialize() - Method in class com.groupdocs.search.results.FoundDocumentField
Serializes the current instance to a byte array.
setAdditionalFields(DocumentField[]) - Method in class com.groupdocs.search.Document
Sets the additional fields for the document.
setAdditionalFields(DocumentField[]) - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Sets the additional fields for the document.
setAdditionalFields(DocumentField[]) - Method in interface com.groupdocs.search.options.ITextOptions
Sets the additional document fields that was used for indexing.
setAdditionalFields(DocumentField[]) - Method in class com.groupdocs.search.options.TextOptions
Sets the additional document fields that was used for indexing.
setAsync(boolean) - Method in class com.groupdocs.search.options.ChangeAttributesOptions
Sets the flag of asynchronous performing the operation.
setAsync(boolean) - Method in class com.groupdocs.search.options.DeleteOptions
Sets the flag of asynchronous performing the operation.
setAsync(boolean) - Method in class com.groupdocs.search.options.IndexingOptions
Sets the flag of asynchronous performing the operation.
setAsync(boolean) - Method in class com.groupdocs.search.options.MergeOptions
Sets the flag of asynchronous performing the operation.
setAsync(boolean) - Method in class com.groupdocs.search.options.OptimizeOptions
Sets the flag of asynchronous performing the operation.
setAsync(boolean) - Method in class com.groupdocs.search.options.SynchronizeOptions
Sets the flag of asynchronous performing the operation.
setAsync(boolean) - Method in class com.groupdocs.search.options.UpdateOptions
Sets the flag of asynchronous performing the operation.
setAttributes(String[]) - Method in class com.groupdocs.search.Document
Sets the attributes of the document.
setAttributes(String[]) - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Set the attributes of the document.
setAutoDetectEncoding(boolean) - Method in class com.groupdocs.search.options.ExtractionOptions
Sets a value indicating whether to detect encoding automatically or not.
setAutoDetectEncoding(boolean) - Method in class com.groupdocs.search.options.IndexingOptions
Sets a value indicating whether to detect encoding automatically or not.
setAutoDetectEncoding(boolean) - Method in class com.groupdocs.search.options.UpdateOptions
Sets a value indicating whether to detect encoding automatically or not.
setCancellation(Cancellation) - Method in class com.groupdocs.search.options.IndexingOptions
Sets the operation cancellation object.
setCancellation(Cancellation) - Method in interface com.groupdocs.search.options.ITextOptions
Sets the cancellation object.
setCancellation(Cancellation) - Method in class com.groupdocs.search.options.MergeOptions
Sets the operation cancellation object.
setCancellation(Cancellation) - Method in class com.groupdocs.search.options.SearchOptions
Sets the operation cancellation object.
setCancellation(Cancellation) - Method in class com.groupdocs.search.options.TextOptions
Sets the cancellation object.
setCancellation(Cancellation) - Method in class com.groupdocs.search.options.UpdateOptions
Sets the operation cancellation object.
setChunkSearch(boolean) - Method in class com.groupdocs.search.options.SearchOptions
Sets the flag of search by chunks.
setCompression(Compression) - Method in class com.groupdocs.search.options.TextStorageSettings
Sets the compression of text storage.
setConsiderTranspositions(boolean) - Method in class com.groupdocs.search.options.FuzzySearchOptions
Sets a value indicating whether the fuzzy search algorithm must consider transposition of two adjacent characters as a single mistake.
setConsiderTranspositions(boolean) - Method in class com.groupdocs.search.options.SpellingCorrectorOptions
Sets a value indicating whether the algorithm must consider transposition of two adjacent characters as a single mistake.
setCustomExtractor(IFieldExtractor) - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Sets the custom text extractor.
setCustomExtractor(IFieldExtractor) - Method in class com.groupdocs.search.options.ExtractionOptions
Sets or sets the custom text extractor.
setCustomExtractor(IFieldExtractor) - Method in interface com.groupdocs.search.options.ITextOptions
Sets the custom text extractor that was used for indexing.
setCustomExtractor(IFieldExtractor) - Method in class com.groupdocs.search.options.TextOptions
Sets the custom text extractor that was used for indexing.
setDefaultFieldName(String) - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Sets the default field name used to index empty field names.
setDictionary(DictionaryBase, int) - Method in class com.groupdocs.search.scaling.Indexer
Sets a dictionary in the specified shard.
setDictionary(DictionaryBase) - Method in class com.groupdocs.search.scaling.Indexer
Sets a dictionary in all shards.
setDocumentFilter(DocumentFilter) - Method in class com.groupdocs.search.IndexSettings
Sets a document filter.
setEnabled(boolean) - Method in class com.groupdocs.search.options.FuzzySearchOptions
Sets a value indicating whether fuzzy search feature is enabled.
setEnabled(boolean) - Method in class com.groupdocs.search.options.KeyboardLayoutCorrectorOptions
Sets a value indicating whether the keyboard layout corrector is enabled.
setEnabled(boolean) - Method in class com.groupdocs.search.options.SpellingCorrectorOptions
Sets a value indicating whether the spelling corrector is enabled.
setEnabledForContainerItemImages(boolean) - Method in class com.groupdocs.search.options.ImageIndexingOptions
Sets a value indicating whether to index images that are items in a container (for example, images in a ZIP archive).
setEnabledForContainerItemImages(boolean) - Method in class com.groupdocs.search.options.OcrIndexingOptions
Sets a value indicating whether to recognize text in images that are items in a container (for example, images in a ZIP archive).
setEnabledForEmbeddedImages(boolean) - Method in class com.groupdocs.search.options.ImageIndexingOptions
Sets a value indicating whether to index embedded images (for example, images in a DOCX document).
setEnabledForEmbeddedImages(boolean) - Method in class com.groupdocs.search.options.OcrIndexingOptions
Sets a value indicating whether to recognize text in embedded images (for example, images in a DOCX document).
setEnabledForSeparateImages(boolean) - Method in class com.groupdocs.search.options.ImageIndexingOptions
Sets a value indicating whether to index separate image files.
setEnabledForSeparateImages(boolean) - Method in class com.groupdocs.search.options.OcrIndexingOptions
Sets a value indicating whether to recognize text in separate image files.
setEncoding(String) - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Sets the encoding of the document.
setEncoding(String) - Method in class com.groupdocs.search.options.ExtractionOptions
Sets the encoding used to extract text from text documents.
setEncoding(String) - Method in class com.groupdocs.search.options.IndexingOptions
Sets the encoding used to extract text from text documents.
setEncoding(String) - Method in class com.groupdocs.search.options.UpdateOptions
Sets the encoding used to extract text from text documents.
setFuzzyAlgorithm(FuzzyAlgorithm) - Method in class com.groupdocs.search.options.FuzzySearchOptions
Sets the fuzzy search algorithm.
setGenerateHead(boolean) - Method in interface com.groupdocs.search.options.ITextOptions
Sets a value indicating whether the Head tag is generated in the output HTML.
setGenerateHead(boolean) - Method in class com.groupdocs.search.options.TextOptions
Sets a value indicating whether the Head tag is generated in the output HTML.
setHashDifferences(int) - Method in class com.groupdocs.search.options.ImageSearchOptions
Sets the maximum number of mismatched bits in the image hash.
setHighlightColor(Color) - Method in class com.groupdocs.search.options.HighlightOptions
Sets a color that is used to highlight occurrences.
setHighlightColor(Color) - Method in interface com.groupdocs.search.options.IHighlightOptions
Sets a color that is used to highlight occurrences.
setIndexingEmptyNames(boolean) - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Sets a value indicating whether to index empty field names or not.
setIndexingEmptyValues(boolean) - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Sets a value indicating whether to index empty field values or not.
setIndexSettings(TextStorageSettings, IndexSettings) - Static method in class com.groupdocs.search.options.TextStorageSettings
 
setIndexSettings() - Method in class com.groupdocs.search.scaling.configuring.Configurator
Starts configuring the index settings for each shard in the search network.
setIndexType(IndexType) - Method in class com.groupdocs.search.common.ExtractorSettings
Sets the index type the extractor is used for.
setIndexType(IndexType) - Method in class com.groupdocs.search.IndexSettings
Sets the index type.
setIndexType(IndexType) - Method in class com.groupdocs.search.scaling.configuring.IndexSettingsConfigurator
Sets the index type.
setLicense(InputStream) - Method in class com.groupdocs.search.licenses.License
 
setLicense(Path) - Method in class com.groupdocs.search.licenses.License
 
setLicense(String) - Method in class com.groupdocs.search.licenses.License
 
setLicenseInternal(Stream) - Method in class com.groupdocs.search.licenses.License
 
setLogger(ILogger) - Method in class com.groupdocs.search.IndexSettings
Sets a logger that is used for logging events and errors in the index.
setLogger(ILogger) - Static method in class com.groupdocs.search.logging.SearchLogger
Sets the logger.
setMaxBytesToIndexField(int) - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Sets the maximum number of values in an array of type byte to index the field.
setMaxDoublesToIndexField(int) - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Sets the maximum number of values in an array of type double to index the field.
setMaxIndexingReportCount(int) - Method in class com.groupdocs.search.IndexSettings
Sets the maximum number of indexing reports.
setMaxIntsToIndexField(int) - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Sets the maximum number of values in an array of type int to index the field.
setMaxLongsToIndexField(int) - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Sets the maximum number of values in an array of type long to index the field.
setMaxMistakeCount(int) - Method in class com.groupdocs.search.options.SpellingCorrectorOptions
Sets the maximum number of mistakes.
setMaxOccurrenceCountPerTerm(int) - Method in class com.groupdocs.search.options.SearchOptions
Sets the maximum number of occurrences of each term in a search query.
setMaxResultCount(int) - Method in class com.groupdocs.search.options.ImageSearchOptions
Sets the maximum number of found images for an image reverse search request.
setMaxSearchReportCount(int) - Method in class com.groupdocs.search.IndexSettings
Sets the maximum number of search reports.
setMaxTotalOccurrenceCount(int) - Method in class com.groupdocs.search.options.SearchOptions
Sets the maximum total number of occurrences of all terms in a search query.
setMeteredKey(String, String) - Method in class com.groupdocs.search.licenses.Metered
Activates product with Metered keys.
setMeteredLicense() - Method in class com.groupdocs.search.licenses.License
 
setOcrConnector(IOcrConnector) - Method in class com.groupdocs.search.options.OcrIndexingOptions
Sets an OCR connector that is used for OCR processing.
setOcrConnector(IOcrConnector) - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Sets an OCR connector that is used for OCR processing.
setOnlyBestResults(boolean) - Method in class com.groupdocs.search.options.FuzzySearchOptions
Sets a value indicating whether only the best results will be returned.
setOnlyBestResults(boolean) - Method in class com.groupdocs.search.options.SpellingCorrectorOptions
Sets a value indicating whether only the best results will be returned.
setOnlyBestResultsRange(byte) - Method in class com.groupdocs.search.options.FuzzySearchOptions
Sets the maximum exceeding of the minimum number of mistakes that are found.
setOnlyBestResultsRange(byte) - Method in class com.groupdocs.search.options.SpellingCorrectorOptions
Sets the maximum exceeding of the minimum number of mistakes that are found.
setPassword(String) - Method in class com.groupdocs.search.events.PasswordRequiredEventArgs
Sets the password for opening the document.
setRange(char[], CharacterType) - Method in interface com.groupdocs.search.dictionaries.Alphabet
Sets the type for each character of the specified collection in this instance of the Alphabet.
setRetrieveAttributes(boolean) - Method in class com.groupdocs.search.options.SearchOptions
Sets the flag of retrieving attributes associated with found documents.
setSearchDocumentFilter(ISearchDocumentFilter) - Method in class com.groupdocs.search.options.ImageSearchOptions
Gets or sets the search document filter.
setSearchDocumentFilter(ISearchDocumentFilter) - Method in class com.groupdocs.search.options.SearchOptions
Sets the search document filter.
setSearchOptions(SearchOptions) - Method in class com.groupdocs.search.SearchQuery
Gets or sets the search options of this seach query.
setSearchThreads(NumberOfThreads) - Method in class com.groupdocs.search.IndexSettings
Sets the number of threads used for the search.
setSearchThreads(NumberOfThreads) - Method in class com.groupdocs.search.scaling.configuring.IndexSettingsConfigurator
Sets the number of search threads.
setSeparatorBetweenValues(String) - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Sets the separator between values in a field of type array.
setSeparatorInCompoundName(String) - Method in class com.groupdocs.search.options.MetadataIndexingOptions
Sets the separator in the compound name of a field.
setSkipIndexing(boolean) - Method in class com.groupdocs.search.events.FileIndexingEventArgs
Sets a value indicating that indexing of the document should be skipped.
setTcpEndpoint(String, int) - Method in class com.groupdocs.search.scaling.configuring.NodeConfigurator
Sets the TCP endpoint.
setTermHighlightEndTag(String) - Method in class com.groupdocs.search.options.HighlightOptions
Sets the end tag of the highlighting of the found word.
setTermHighlightEndTag(String) - Method in interface com.groupdocs.search.options.IHighlightOptions
Sets the end tag of the highlighting of the found word.
setTermHighlightStartTag(String) - Method in class com.groupdocs.search.options.HighlightOptions
Sets the start tag of the highlighting of the found word.
setTermHighlightStartTag(String) - Method in interface com.groupdocs.search.options.IHighlightOptions
Sets the start tag of the highlighting of the found word.
setTermsAfter(int) - Method in class com.groupdocs.search.options.HighlightOptions
Sets the maximum number of words in a text snippet after highlighted word.
setTermsAfter(int) - Method in interface com.groupdocs.search.options.IHighlightOptions
Sets the maximum number of words in a text snippet after highlighted word.
setTermsBefore(int) - Method in class com.groupdocs.search.options.HighlightOptions
Sets the maximum number of words in a text snippet before highlighted word.
setTermsBefore(int) - Method in interface com.groupdocs.search.options.IHighlightOptions
Sets the maximum number of words in a text snippet before highlighted word.
setTermsTotal(int) - Method in class com.groupdocs.search.options.HighlightOptions
Sets the maximum number of words in a text snippet.
setTermsTotal(int) - Method in interface com.groupdocs.search.options.IHighlightOptions
Sets the maximum number of words in a text snippet.
setTextStorageSettings(TextStorageSettings) - Method in class com.groupdocs.search.IndexSettings
Sets the text storage settings.
setTextStorageSettings(boolean, Compression) - Method in class com.groupdocs.search.scaling.configuring.IndexSettingsConfigurator
Sets the text storage settings.
setThreads(int) - Method in class com.groupdocs.search.options.IndexingOptions
Sets the number of threads used for indexing.
setThreads(int) - Method in class com.groupdocs.search.options.UpdateOptions
Sets the number of threads used for indexing.
setUseCaseSensitiveSearch(boolean) - Method in class com.groupdocs.search.options.SearchOptions
Sets the flag of case sensitive search.
setUseCharacterReplacements(boolean) - Method in class com.groupdocs.search.IndexSettings
Sets a value indicating whether to use character replacements or not.
setUseCharacterReplacements(boolean) - Method in class com.groupdocs.search.scaling.configuring.IndexSettingsConfigurator
Sets the use character replacements flag.
setUseHomophoneSearch(boolean) - Method in class com.groupdocs.search.options.SearchOptions
Sets the flag of use homophones in search.
setUseInlineStyles(boolean) - Method in class com.groupdocs.search.options.HighlightOptions
Sets a value indicating whether inline styles are used to highlight occurrences.
setUseInlineStyles(boolean) - Method in interface com.groupdocs.search.options.IHighlightOptions
Sets a value indicating whether inline styles are used to highlight occurrences.
setUseRawTextExtraction(boolean) - Method in class com.groupdocs.search.options.ExtractionOptions
Sets a value indicating whether the raw mode is used for text extraction if possible.
setUseRawTextExtraction(boolean) - Method in class com.groupdocs.search.options.IndexingOptions
Sets a value indicating whether the raw mode is used for text extraction if possible.
setUseRawTextExtraction(boolean) - Method in interface com.groupdocs.search.options.ITextOptions
Sets a value indicating whether the raw mode is used for text extraction if possible.
setUseRawTextExtraction(boolean) - Method in class com.groupdocs.search.options.TextOptions
Sets a value indicating whether the raw mode is used for text extraction if possible.
setUseRawTextExtraction(boolean) - Method in class com.groupdocs.search.options.UpdateOptions
Sets a value indicating whether the raw mode is used for text extraction if possible.
setUseStopWords(boolean) - Method in class com.groupdocs.search.IndexSettings
Sets a value indicating whether to use stop words or not.
setUseStopWords(boolean) - Method in class com.groupdocs.search.scaling.configuring.IndexSettingsConfigurator
Sets the use stop words flag.
setUseSynonymSearch(boolean) - Method in class com.groupdocs.search.options.SearchOptions
Sets the flag of use synonyms in search.
setUseWordFormsSearch(boolean) - Method in class com.groupdocs.search.options.SearchOptions
Sets the flag of use different word forms in search.
setWordFormsProvider(IWordFormsProvider) - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
Sets a word forms provider.
setWordFormsProvider(IWordFormsProvider) - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Sets a word forms provider.
shift_jis - Static variable in class com.groupdocs.search.common.Encodings
The shift_jis encoding.
SimilarityLevel - Class in com.groupdocs.search.options
Represents an algorithm of the fuzzy search that specifies the similarity level.
SimilarityLevel() - Constructor for class com.groupdocs.search.options.SimilarityLevel
Initializes a new instance of the SimilarityLevel class.
SimilarityLevel(double) - Constructor for class com.groupdocs.search.options.SimilarityLevel
Initializes a new instance of the SimilarityLevel class.
SimilarityLevel(Object) - Constructor for class com.groupdocs.search.options.SimilarityLevel
Initializes a new instance of the SimilarityLevel class.
size() - Method in class com.groupdocs.search.common.CustomExtractorCollection
Gets the number of extractors contained in the collection.
size() - Method in class com.groupdocs.search.options.DateFormatCollection
Gets the number of elements contained in the collection.
SourceCode - Static variable in class com.groupdocs.search.results.FormatFamily
Represents source code formats.
SpellingCorrector - Interface in com.groupdocs.search.dictionaries
Defines interface of a spelling corrector for terms in a query.
SpellingCorrectorOptions - Class in com.groupdocs.search.options
Provides options for the spelling corrector.
SpellingCorrectorOptions() - Constructor for class com.groupdocs.search.options.SpellingCorrectorOptions
 
Spreadsheet - Static variable in class com.groupdocs.search.results.FormatFamily
Represents spreadsheet formats.
SpreadsheetFieldNames - Class in com.groupdocs.search.options
Represents a list of field names for the faceted search.
SpreadsheetFieldNames() - Constructor for class com.groupdocs.search.options.SpreadsheetFieldNames
 
start() - Method in class com.groupdocs.search.scaling.SearchNetworkNode
Starts the functioning of the search network node.
StatusChanged - Variable in class com.groupdocs.search.events.EventHub
Occurs when the index status changes.
StatusChanged - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when the search network status changes.
StatusChangedDelegate - Variable in class com.groupdocs.search.events.EventHub
 
StatusChangedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
StatusChangedEventArgs - Class in com.groupdocs.search.scaling.events
Represents arguments for a search network status change event.
StatusChangedEventArgs(SearchNetworkStatus, SearchNetworkStatus) - Constructor for class com.groupdocs.search.scaling.events.StatusChangedEventArgs
Initializes a new instance of the StatusChangedEventArgs class.
Step - Class in com.groupdocs.search.options
Represents a step of a step function.
Step(int, int) - Constructor for class com.groupdocs.search.options.Step
Initializes a new instance of the Step class.
StopWordDictionary - Interface in com.groupdocs.search.dictionaries
Defines interface of a dictionary of stop words.
StreamOutputAdapter - Class in com.groupdocs.search.common
Represents an output adapter that collects output into a java.io.OutputStream.
StreamOutputAdapter(OutputFormat, OutputStream) - Constructor for class com.groupdocs.search.common.StreamOutputAdapter
Initializes a new instance of the StreamOutputAdapter class.
StringOutputAdapter - Class in com.groupdocs.search.common
Represents an output adapter that collects output as a System.String.
StringOutputAdapter(OutputFormat) - Constructor for class com.groupdocs.search.common.StringOutputAdapter
Initializes a new instance of the StringOutputAdapter class.
StructureOutputAdapter - Class in com.groupdocs.search.common
Represents an output adapter that collects output as a structure containing each field separately.
StructureOutputAdapter(OutputFormat) - Constructor for class com.groupdocs.search.common.StructureOutputAdapter
Initializes a new instance of the StructureOutputAdapter class.
Subject - Static variable in class com.groupdocs.search.options.EpubFieldNames
The subject field name.
Subject - Static variable in class com.groupdocs.search.options.FictionBookFieldNames
The subject field name.
Subject - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The subject field name.
Subject - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The subject field name.
Subject - Static variable in class com.groupdocs.search.options.WordsFieldNames
The subject field name.
SynchronizationCompleted - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
Occurs when synchronization with all nodes is finished.
SynchronizationCompletedDelegate - Variable in class com.groupdocs.search.scaling.events.NodeEventHub
 
synchronize(SynchronizeOptions) - Method in class com.groupdocs.search.scaling.Indexer
Synchronizes the list of indexed documents with those on shards.
SynchronizeOptions - Class in com.groupdocs.search.options
Provides options for the synchronize operation.
SynchronizeOptions(Object, Object) - Constructor for class com.groupdocs.search.options.SynchronizeOptions
Initializes a new instance of the SynchronizeOptions class.
SynchronizeOptions() - Constructor for class com.groupdocs.search.options.SynchronizeOptions
Initializes a new instance of the SynchronizeOptions class.
SynchronizeOptions(Object) - Constructor for class com.groupdocs.search.options.SynchronizeOptions
Initializes a new instance of the SynchronizeOptions class.
SynonymDictionary - Interface in com.groupdocs.search.dictionaries
Defines interface of a dictionary of synonyms.

T

TableDiscreteFunction - Class in com.groupdocs.search.options
Represents the fuzzy search algorithm that contains correspondences between word lengths and the number of allowed mistakes.
TableDiscreteFunction() - Constructor for class com.groupdocs.search.options.TableDiscreteFunction
Initializes a new instance of the TableDiscreteFunction class.
TableDiscreteFunction(int, int[]) - Constructor for class com.groupdocs.search.options.TableDiscreteFunction
Initializes a new instance of the TableDiscreteFunction class.
TableDiscreteFunction(int, Step...) - Constructor for class com.groupdocs.search.options.TableDiscreteFunction
Initializes a new instance of the TableDiscreteFunction class.
TcpSettings - Class in com.groupdocs.search.scaling.configuring
Represents a TCP network settings.
TcpSettings(int, int, int) - Constructor for class com.groupdocs.search.scaling.configuring.TcpSettings
Initializes a new instance of the TcpSettings class.
Template - Static variable in class com.groupdocs.search.options.WordsFieldNames
The template field name.
TextOptions - Class in com.groupdocs.search.options
Provides options for retrieving document text from an index.
TextOptions(Object, Object) - Constructor for class com.groupdocs.search.options.TextOptions
Initializes a new instance of the TextOptions class.
TextOptions(ITextOptions) - Constructor for class com.groupdocs.search.options.TextOptions
Initializes a new instance of the TextOptions class.
TextOptions() - Constructor for class com.groupdocs.search.options.TextOptions
Initializes a new instance of the TextOptions class.
TextOptions(Object) - Constructor for class com.groupdocs.search.options.TextOptions
Initializes a new instance of the TextOptions class.
TextStorageSettings - Class in com.groupdocs.search.options
Represents the text storage settings.
TextStorageSettings(Compression) - Constructor for class com.groupdocs.search.options.TextStorageSettings
Initializes a new instance of the TextStorageSettings class.
TIF - Static variable in class com.groupdocs.search.results.FileType
TIFF or TIF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard.
TIFF - Static variable in class com.groupdocs.search.results.FileType
TIFF or TIF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard.
Title - Static variable in class com.groupdocs.search.options.EpubFieldNames
The title field name.
Title - Static variable in class com.groupdocs.search.options.FictionBookFieldNames
The title field name.
Title - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The title field name.
Title - Static variable in class com.groupdocs.search.options.SpreadsheetFieldNames
The title field name.
Title - Static variable in class com.groupdocs.search.options.WordsFieldNames
The title field name.
TORRENT - Static variable in class com.groupdocs.search.results.FileType
Represents TORRENT file type.
Torrent - Static variable in class com.groupdocs.search.results.FormatFamily
Represents torrent formats.
toString() - Method in class com.groupdocs.search.common.SearchReport
Returns a String that represents the current SearchReport.
toString() - Method in class com.groupdocs.search.common.WordPattern
Returns a System.String that represents the current WordPattern.
toString() - Method in class com.groupdocs.search.Document
Returns a java.lang.String that represents the current Document.
toString() - Method in class com.groupdocs.search.DocumentFilter
Returns string representation of a document filter.
toString() - Method in class com.groupdocs.search.options.Color
Returns a String that represents the current Color.
toString() - Method in class com.groupdocs.search.options.DateFormat
Returns a String that represents the current DateFormat.
toString() - Method in class com.groupdocs.search.options.DateFormatElement
Returns a String that represents the current DateFormatElement.
toString() - Method in class com.groupdocs.search.results.DocumentInfo
Returns a System.String that represents the current DocumentInfo.
toString() - Method in class com.groupdocs.search.results.FileType
Returns a String that represents the current FileType.
toString() - Method in class com.groupdocs.search.results.FormatFamily
Returns a String that represents the current FormatFamily.
toString() - Method in class com.groupdocs.search.results.FoundDocument
Returns string representation of the found document.
toString() - Method in class com.groupdocs.search.results.FoundDocumentField
Returns string representation of the found document field.
toString() - Method in class com.groupdocs.search.results.FoundImageFrame
Returns a System.String that represents the current FoundImageFrame.
toString() - Method in class com.groupdocs.search.SearchQuery
Returns a System.String that represents the current SearchQuery instance.
TotalEditingTime - Static variable in class com.groupdocs.search.options.PresentationFieldNames
The total editing time field name.
TotalEditingTime - Static variable in class com.groupdocs.search.options.WordsFieldNames
The total editing time field name.
trace(String) - Method in class com.groupdocs.search.common.FileLogger
Logs an event that occurred in the index.
trace(String) - Method in interface com.groupdocs.search.common.ILogger
Logs an event that occurred in the index.
trace(String, Object...) - Static method in class com.groupdocs.search.logging.SearchLogger
Trace message
trace(Throwable, String, Object...) - Static method in class com.groupdocs.search.logging.SearchLogger
Trace message
TSV - Static variable in class com.groupdocs.search.results.FileType
A Tab-Separated Values (TSV) file format represents data separated with tabs in plain text format.
TXT - Static variable in class com.groupdocs.search.results.FileType
A file with .TXT extension represents a text document that contains plain text in the form of lines.

U

Unknown - Static variable in class com.groupdocs.search.results.FileType
Represents unknown file type.
Unknown - Static variable in class com.groupdocs.search.results.FormatFamily
Represents unknown format family.
update() - Method in class com.groupdocs.search.Index
Re-indexes documents that have been changed or deleted since last update.
update(UpdateOptions) - Method in class com.groupdocs.search.Index
Re-indexes documents that have been changed or deleted since last update.
update() - Method in class com.groupdocs.search.IndexRepository
Updates all indexes in the repository.
update(UpdateOptions) - Method in class com.groupdocs.search.IndexRepository
Updates all indexes in the repository.
UpdateOptions - Class in com.groupdocs.search.options
Provides options for update operation.
UpdateOptions(Object, Object) - Constructor for class com.groupdocs.search.options.UpdateOptions
Initializes a new instance of the UpdateOptions class.
UpdateOptions() - Constructor for class com.groupdocs.search.options.UpdateOptions
Initializes a new instance of the UpdateOptions class.
UpdateOptions(Object) - Constructor for class com.groupdocs.search.options.UpdateOptions
Initializes a new instance of the UpdateOptions class.
updateVersion(String, String) - Method in class com.groupdocs.search.IndexUpdater
Performs reindexing documents in an index of an old version.
us_ascii - Static variable in class com.groupdocs.search.common.Encodings
The us-ascii encoding.
utf_16 - Static variable in class com.groupdocs.search.common.Encodings
The utf-16 encoding.
utf_16BE - Static variable in class com.groupdocs.search.common.Encodings
The utf-16BE encoding.
utf_32 - Static variable in class com.groupdocs.search.common.Encodings
The utf-32 encoding.
utf_32BE - Static variable in class com.groupdocs.search.common.Encodings
The utf-32BE encoding.
utf_7 - Static variable in class com.groupdocs.search.common.Encodings
The utf-7 encoding.
utf_8 - Static variable in class com.groupdocs.search.common.Encodings
The utf-8 encoding.

V

valueOf(String) - Static method in enum com.groupdocs.search.common.DocumentSourceKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.common.DocumentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.common.IndexStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.common.VersionUpdateResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.dictionaries.CharacterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.dictionaries.DictionaryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.events.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.events.SearchPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.options.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.options.ImageLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.options.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.options.NumberOfThreads
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.options.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.search.scaling.SearchNetworkStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.groupdocs.search.common.DocumentSourceKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.common.DocumentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.common.IndexStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.common.VersionUpdateResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.dictionaries.CharacterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.dictionaries.DictionaryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.events.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.events.SearchPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.options.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.options.ImageLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.options.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.options.NumberOfThreads
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.options.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.search.scaling.SearchNetworkStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VersionUpdateResult - Enum in com.groupdocs.search.common
Represents the result of an index version update operation.
Video - Static variable in class com.groupdocs.search.results.FormatFamily
Represents video formats.
VSD - Static variable in class com.groupdocs.search.results.FileType
VSD files are drawings created with Microsoft Visio application to represent variety of graphical objects and the interconnection between these.
VSS - Static variable in class com.groupdocs.search.results.FileType
VSS are stencil files created with Microsoft Visio 2007 and earlier.

W

warning(String, Object...) - Static method in class com.groupdocs.search.logging.SearchLogger
Warning message
warning(Throwable, String, Object...) - Static method in class com.groupdocs.search.logging.SearchLogger
Warning message
WAV - Static variable in class com.groupdocs.search.results.FileType
WAV, known for WAVE (Waveform Audio File Format), is a subset of Microsoft's Resource Interchange File Format (RIFF) specification for storing digital audio files.
WEBP - Static variable in class com.groupdocs.search.results.FileType
WebP, introduced by Google, is a modern raster web image file format that is based on lossless and lossy compression.
Windows_1250 - Static variable in class com.groupdocs.search.common.Encodings
The Windows-1250 encoding.
Windows_1251 - Static variable in class com.groupdocs.search.common.Encodings
The Windows-1251 encoding.
Windows_1252 - Static variable in class com.groupdocs.search.common.Encodings
The Windows-1252 encoding.
Windows_1253 - Static variable in class com.groupdocs.search.common.Encodings
The Windows-1253 encoding.
Windows_1254 - Static variable in class com.groupdocs.search.common.Encodings
The Windows-1254 encoding.
Windows_1255 - Static variable in class com.groupdocs.search.common.Encodings
The Windows-1255 encoding.
Windows_1256 - Static variable in class com.groupdocs.search.common.Encodings
The Windows-1256 encoding.
Windows_1257 - Static variable in class com.groupdocs.search.common.Encodings
The Windows-1257 encoding.
Windows_1258 - Static variable in class com.groupdocs.search.common.Encodings
The Windows-1258 encoding.
windows_874 - Static variable in class com.groupdocs.search.common.Encodings
The windows-874 encoding.
WMF - Static variable in class com.groupdocs.search.results.FileType
Files with WMF extension represent Microsoft Windows Metafile (WMF) for storing vector as well as bitmap-format images data.
WordPattern - Class in com.groupdocs.search.common
Represents a word pattern to use in word wildcard search.
WordPattern(Object) - Constructor for class com.groupdocs.search.common.WordPattern
Initializes a new instance of the WordPattern class.
WordPattern() - Constructor for class com.groupdocs.search.common.WordPattern
Initializes a new instance of the WordPattern class.
WordProcessing - Static variable in class com.groupdocs.search.results.FormatFamily
Represents word processing formats.
WordsFieldNames - Class in com.groupdocs.search.options
Represents a list of field names for the faceted search.
WordsFieldNames() - Constructor for class com.groupdocs.search.options.WordsFieldNames
 

X

x_Chinese_CNS - Static variable in class com.groupdocs.search.common.Encodings
The x-Chinese-CNS encoding.
x_Chinese_Eten - Static variable in class com.groupdocs.search.common.Encodings
The x-Chinese-Eten encoding.
x_cp20001 - Static variable in class com.groupdocs.search.common.Encodings
The x-cp20001 encoding.
x_cp20003 - Static variable in class com.groupdocs.search.common.Encodings
The x-cp20003 encoding.
x_cp20004 - Static variable in class com.groupdocs.search.common.Encodings
The x-cp20004 encoding.
x_cp20005 - Static variable in class com.groupdocs.search.common.Encodings
The x-cp20005 encoding.
x_cp20261 - Static variable in class com.groupdocs.search.common.Encodings
The x-cp20261 encoding.
x_cp20269 - Static variable in class com.groupdocs.search.common.Encodings
The x-cp20269 encoding.
x_cp20936 - Static variable in class com.groupdocs.search.common.Encodings
The x-cp20936 encoding.
x_cp20949 - Static variable in class com.groupdocs.search.common.Encodings
The x-cp20949 encoding.
x_cp50227 - Static variable in class com.groupdocs.search.common.Encodings
The x-cp50227 encoding.
x_EBCDIC_KoreanExtended - Static variable in class com.groupdocs.search.common.Encodings
The x-EBCDIC-KoreanExtended encoding.
x_Europa - Static variable in class com.groupdocs.search.common.Encodings
The x-Europa encoding.
x_IA5 - Static variable in class com.groupdocs.search.common.Encodings
The x-IA5 encoding.
x_IA5_German - Static variable in class com.groupdocs.search.common.Encodings
The x-IA5-German encoding.
x_IA5_Norwegian - Static variable in class com.groupdocs.search.common.Encodings
The x-IA5-Norwegian encoding.
x_IA5_Swedish - Static variable in class com.groupdocs.search.common.Encodings
The x-IA5-Swedish encoding.
x_iscii_as - Static variable in class com.groupdocs.search.common.Encodings
The x-iscii-as encoding.
x_iscii_be - Static variable in class com.groupdocs.search.common.Encodings
The x-iscii-be encoding.
x_iscii_de - Static variable in class com.groupdocs.search.common.Encodings
The x-iscii-de encoding.
x_iscii_gu - Static variable in class com.groupdocs.search.common.Encodings
The x-iscii-gu encoding.
x_iscii_ka - Static variable in class com.groupdocs.search.common.Encodings
The x-iscii-ka encoding.
x_iscii_ma - Static variable in class com.groupdocs.search.common.Encodings
The x-iscii-ma encoding.
x_iscii_or - Static variable in class com.groupdocs.search.common.Encodings
The x-iscii-or encoding.
x_iscii_pa - Static variable in class com.groupdocs.search.common.Encodings
The x-iscii-pa encoding.
x_iscii_ta - Static variable in class com.groupdocs.search.common.Encodings
The x-iscii-ta encoding.
x_iscii_te - Static variable in class com.groupdocs.search.common.Encodings
The x-iscii-te encoding.
x_mac_arabic - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-arabic encoding.
x_mac_ce - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-ce encoding.
x_mac_chinesesimp - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-chinesesimp encoding.
x_mac_chinesetrad - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-chinesetrad encoding.
x_mac_croatian - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-croatian encoding.
x_mac_cyrillic - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-cyrillic encoding.
x_mac_greek - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-greek encoding.
x_mac_hebrew - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-hebrew encoding.
x_mac_icelandic - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-icelandic encoding.
x_mac_japanese - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-japanese encoding.
x_mac_korean - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-korean encoding.
x_mac_romanian - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-romanian encoding.
x_mac_thai - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-thai encoding.
x_mac_turkish - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-turkish encoding.
x_mac_ukrainian - Static variable in class com.groupdocs.search.common.Encodings
The x-mac-ukrainian encoding.
XHTML - Static variable in class com.groupdocs.search.results.FileType
The XHTML is a text based file format with markup in the XML, using a reformulation of HTML 4.0.
XLA - Static variable in class com.groupdocs.search.results.FileType
Represents XLA file type.
XLAM - Static variable in class com.groupdocs.search.results.FileType
Represents XLAM file type.
XLS - Static variable in class com.groupdocs.search.results.FileType
Files with XLS extension represent Excel Binary File Format.
XLSB - Static variable in class com.groupdocs.search.results.FileType
XLSB file format specifies the Excel Binary File Format, which is a collection of records and structures that specify Excel workbook content.
XLSM - Static variable in class com.groupdocs.search.results.FileType
Files with XLSM extension is a type of Spreasheet files that support Macros.
XLSX - Static variable in class com.groupdocs.search.results.FileType
XLSX is well-known format for Microsoft Excel documents that was introduced by Microsoft with the release of Microsoft Office 2007.
XLT - Static variable in class com.groupdocs.search.results.FileType
Files with .XLT extension are template files created with Microsoft Excel which is a spreadsheet application which comes as part of Microsoft Office suite.
XLTM - Static variable in class com.groupdocs.search.results.FileType
The XLTM file extension represents files that are generated by Microsoft Excel as Macro-enabled template files.
XLTX - Static variable in class com.groupdocs.search.results.FileType
Files with XLTX extension represent Microsoft Excel Template files that are based on the Office OpenXML file format specifications.
XML - Static variable in class com.groupdocs.search.results.FileType
XML stands for Extensible Markup Language that is similar to HTML but different in using tags for defining objects.

Z

ZIP - Static variable in class com.groupdocs.search.results.FileType
ZIP file extension represents archives that can hold one or more files or directories.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2026. All rights reserved.