- 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) - Method in class com.groupdocs.search.common.FragmentContainer
-
- add(String, String) - Method in class 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 class 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.
- 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.
- addRange(Iterable<AliasReplacementPair>) - Method in class com.groupdocs.search.dictionaries.AliasDictionary
-
Adds the specified collection of alias/replacement pairs to this instance of the AliasDictionary
.
- addRange(AliasReplacementPair[]) - Method in class com.groupdocs.search.dictionaries.AliasDictionary
-
Adds the specified collection of alias/replacement pairs to this instance of the AliasDictionary
.
- addRange(Iterable<CharacterReplacementPair>) - Method in class com.groupdocs.search.dictionaries.CharacterReplacementDictionary
-
Adds the specified collection of character replacements to this instance of the CharacterReplacementDictionary
.
- addRange(CharacterReplacementPair[]) - Method in class com.groupdocs.search.dictionaries.CharacterReplacementDictionary
-
Adds the specified collection of character replacements to this instance of the CharacterReplacementDictionary
.
- addRange(Iterable<String[]>) - Method in class com.groupdocs.search.dictionaries.HomophoneDictionary
-
Adds the specified collection of homophone groups to this instance of the HomophoneDictionary
.
- addRange(String[][]) - Method in class com.groupdocs.search.dictionaries.HomophoneDictionary
-
Adds the specified collection of homophone groups to this instance of the HomophoneDictionary
.
- addRange(Iterable<String>) - Method in class com.groupdocs.search.dictionaries.SpellingCorrector
-
Adds the specified collection of words to this instance of the SpellingCorrector
.
- addRange(String[]) - Method in class com.groupdocs.search.dictionaries.SpellingCorrector
-
Adds the specified collection of words to this instance of the SpellingCorrector
.
- addRange(Iterable<String>) - Method in class com.groupdocs.search.dictionaries.StopWordDictionary
-
Adds the specified collection of words to this instance of the StopWordDictionary
.
- addRange(String[]) - Method in class com.groupdocs.search.dictionaries.StopWordDictionary
-
Adds the specified collection of words to this instance of the StopWordDictionary
.
- addRange(Iterable<String[]>) - Method in class com.groupdocs.search.dictionaries.SynonymDictionary
-
Adds the specified collection of synonym groups to this instance of the SynonymDictionary
.
- addRange(String[][]) - Method in class com.groupdocs.search.dictionaries.SynonymDictionary
-
Adds the specified collection of synonym groups to this instance of the SynonymDictionary
.
- 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.
- adjustRelevance(FoundDocument, double) - Static method in class com.groupdocs.search.results.FoundDocument
-
- AliasDictionary - Class in com.groupdocs.search.dictionaries
-
Represents a dictionary of aliases.
- AliasDictionary(EventHub, String, boolean) - Constructor for class com.groupdocs.search.dictionaries.AliasDictionary
-
Initializes a new instance of the AliasDictionary
class.
- 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.
- AliasSubstitution - Static variable in class com.groupdocs.search.events.SearchPhase
-
The alias substitution.
- Alphabet - Class in com.groupdocs.search.dictionaries
-
Represents a dictionary of characters that is used during indexing to detect character type.
- Alphabet(EventHub, String, boolean) - Constructor for class com.groupdocs.search.dictionaries.Alphabet
-
Initializes a new instance of the Alphabet
class.
- AlreadyUpToDate - Static variable in class com.groupdocs.search.common.VersionUpdateResult
-
Index version is already up-to-date.
- 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.
- appendWarning(SearchResult, String) - Static method in class com.groupdocs.search.results.SearchResult
-
- 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.
- ArrayReader - Class in com.groupdocs.search.common
-
Represents a byte array data reader.
- ArrayReader(byte[]) - Constructor for class com.groupdocs.search.common.ArrayReader
-
Initializes a new instance of the ArrayReader
class.
- ArrayWriter - Class in com.groupdocs.search.common
-
Represents a byte array data writer.
- ArrayWriter(byte[]) - Constructor for class com.groupdocs.search.common.ArrayWriter
-
Initializes a new instance of the ArrayWriter
class.
- 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() - Constructor for class com.groupdocs.search.common.AttributeChangeBatch
-
Initializes a new instance of the AttributeChangeBatch
class.
- 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.
- 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.
- ChangingAttributes - Static variable in class com.groupdocs.search.common.IndexStatus
-
Index changes attributes.
- CharacterReplacementDictionary - Class in com.groupdocs.search.dictionaries
-
Represents a character replacement dictionary that is used during the indexing process.
- CharacterReplacementDictionary(EventHub, String, boolean) - Constructor for class com.groupdocs.search.dictionaries.CharacterReplacementDictionary
-
Initializes a new instance of the CharacterReplacementDictionary
class.
- 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 - Class in com.groupdocs.search.dictionaries
-
Represents a type of a character, depending on how it should be indexed.
- checkIndex() - Method in class com.groupdocs.search.common.ArrayWriter
-
Throws an exception if writing index is not equal to the length of the array.
- 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(SearchQuery, SearchOptions, int, int, DateTime) - 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 class com.groupdocs.search.dictionaries.AliasDictionary
-
Removes all aliases from a AliasDictionary
object.
- clear() - Method in class com.groupdocs.search.dictionaries.Alphabet
-
Sets the CharacterType.Separator
type for all characters in this Alphabet
.
- clear() - Method in class com.groupdocs.search.dictionaries.CharacterReplacementDictionary
-
Removes all character replacements from a CharacterReplacementDictionary
object.
- clear() - Method in class com.groupdocs.search.dictionaries.HomophoneDictionary
-
Removes all words from a HomophoneDictionary
object.
- clear() - Method in class com.groupdocs.search.dictionaries.PasswordDictionary
-
Removes all passwords from this PasswordDictionary
object.
- clear() - Method in class com.groupdocs.search.dictionaries.SpellingCorrector
-
Removes all words from a SpellingCorrector
object.
- clear() - Method in class com.groupdocs.search.dictionaries.StopWordDictionary
-
Removes all words from a StopWordDictionary
object.
- clear() - Method in class 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
.
- closeDocument() - Method in interface com.groupdocs.search.common.IDocumentLoader
-
Closes the loaded document.
- 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.highlighters - package com.groupdocs.search.highlighters
-
The package provides highlighters for highlighting search results in text.
- com.groupdocs.search.licensing - package com.groupdocs.search.licensing
-
The package provides classes for setting a product license.
- 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.
- 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
-
- CompactIndex - Static variable in class com.groupdocs.search.options.IndexType
-
Index type that takes much less disk space but does not support phrase search and date range search features.
- 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.
- Compression - Class in com.groupdocs.search.options
-
Specifies a compression level.
- contains(String) - Method in class com.groupdocs.search.dictionaries.AliasDictionary
-
Determines whether an AliasDictionary
object contains the specified alias.
- contains(char) - Method in class com.groupdocs.search.dictionaries.CharacterReplacementDictionary
-
Determines whether a CharacterReplacementDictionary
object contains a replacement for the specified character.
- contains(String) - Method in class com.groupdocs.search.dictionaries.PasswordDictionary
-
Determines whether the dictionary contains a password for the specified document.
- contains(String) - Method in class 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.
- 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() - Static method in class com.groupdocs.search.common.AttributeChangeBatch
-
Initializes a new instance of the AttributeChangeBatch
class.
- Create() - Static method in class com.groupdocs.search.common.CustomExtractorCollection
-
- Create(Index) - Static method in class com.groupdocs.search.common.IndexInfo
-
- create(int, int, double, int, long, DateTime, DateTime, String[], String[], String[], String[]) - Static method in class com.groupdocs.search.common.IndexingReport
-
- create(DateTime, DateTime, String, SearchOptions, SearchResult) - Static method in class com.groupdocs.search.common.SearchReport
-
- create(DateTime, DateTime, SearchQuery, SearchOptions, SearchResult) - Static method in class com.groupdocs.search.common.SearchReport
-
- create(Guid, String, int) - Static method in class com.groupdocs.search.events.BaseIndexEventArgs
-
- create(Guid, String, int, Document) - Static method in class com.groupdocs.search.events.FileIndexingEventArgs
-
- create(Guid, String, int, String, boolean) - Static method in class com.groupdocs.search.events.IndexErrorEventArgs
-
- create(int, Guid, String, int, String) - Static method in class com.groupdocs.search.events.OperationFinishedEventArgs
-
- create(Guid, String, int, int, int, int, String, String, int) - Static method in class com.groupdocs.search.events.OperationProgressEventArgs
-
- create(Guid, String, int, String) - Static method in class com.groupdocs.search.events.PasswordRequiredEventArgs
-
- create(Guid, String, int, int, 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(ArrayReader) - Static method in class com.groupdocs.search.options.DateFormat
-
- create(List<DateFormat>) - Static method in class com.groupdocs.search.options.DateFormatCollection
-
- create(ArrayReader) - Static method in class com.groupdocs.search.options.DateFormatCollection
-
- create() - Static method in class com.groupdocs.search.options.FuzzySearchOptions
-
- create(ArrayReader) - Static method in class com.groupdocs.search.options.FuzzySearchOptions
-
- create(byte[]) - Static method in class com.groupdocs.search.options.SearchOptions
-
- create(ArrayReader) - Static method in class com.groupdocs.search.options.SearchOptions
-
- create() - Static method in class com.groupdocs.search.options.SpellingCorrectorOptions
-
- create(ArrayReader) - Static method in class com.groupdocs.search.options.SpellingCorrectorOptions
-
- create(PathDeleteResult[], int, int, String[]) - Static method in class com.groupdocs.search.results.DeleteResult
-
- create(String, FileType, String[], int[], int) - Static method in class com.groupdocs.search.results.DocumentInfo
-
- create(String, String, FormatFamily) - Static method in class com.groupdocs.search.results.FileType
-
- create(DocumentInfo, double, int, FoundDocumentField[], String[][], boolean) - Static method in class com.groupdocs.search.results.FoundDocument
-
- create(String, int, double, String[], int[], String[][], int[], int[][]) - Static method in class com.groupdocs.search.results.FoundDocumentField
-
- create(boolean, String, String) - Static method in class com.groupdocs.search.results.PathDeleteResult
-
- create(FoundDocument[], boolean, String, ChunkSearchToken, boolean) - Static method in class com.groupdocs.search.results.SearchResult
-
- 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 logical conjunction of the specified filters.
- 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.Index
-
- 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.
- createDateRangeQuery(Date, Date) - Static method in class com.groupdocs.search.SearchQuery
-
Creates a date range query.
- 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.
- 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 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.
- 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 filter for skipping documents that are not match a regular expression.
- createFilePathRegularExpression(String, int) - Static method in class com.groupdocs.search.SearchDocumentFilter
-
Creates filter for skipping documents that are not match a regular expression.
- 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.
- createInstance(byte[]) - Static method in class com.groupdocs.search.options.SearchOptions
-
- createLazy(int, 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 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.
- 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 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.
- createPhraseSearchQuery(SearchQuery...) - Static method in class com.groupdocs.search.SearchQuery
-
Creates a phrase search query.
- createProtected(ArrayReader) - Static method in class com.groupdocs.search.options.FuzzyAlgorithm
-
- 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.
- createResultBuilder(TextOptions) - Method in class com.groupdocs.search.common.FileOutputAdapter
-
- createResultBuilder(TextOptions) - Method in class com.groupdocs.search.common.ResultBuilderFactory
-
- createResultBuilder(ResultBuilderFactory, TextOptions) - Static method in class com.groupdocs.search.common.ResultBuilderFactory
-
- createResultBuilder(TextOptions) - Method in class com.groupdocs.search.common.StreamOutputAdapter
-
- createResultBuilder(TextOptions) - Method in class com.groupdocs.search.common.StringOutputAdapter
-
- createResultBuilder(TextOptions) - Method in class com.groupdocs.search.highlighters.HtmlFragmentHighlighter
-
- createResultBuilder(TextOptions) - Method in class com.groupdocs.search.highlighters.HtmlHighlighter
-
- 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.
- 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
-
- Database - Static variable in class com.groupdocs.search.results.FormatFamily
-
Represents database formats.
- DateFormat - Class in com.groupdocs.search.options
-
Represents a date format.
- 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(List<DateFormat>) - Constructor for class com.groupdocs.search.options.DateFormatCollection
-
Initializes a new instance of the DateFormatCollection
class.
- DateFormatElement - Class in com.groupdocs.search.options
-
Represents a date format element.
- 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.
- Default - Static variable in class com.groupdocs.search.options.NumberOfThreads
-
The default value.
- 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.
- 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.
- Deleting - Static variable in class com.groupdocs.search.common.IndexStatus
-
Index performs a deleting operation.
- Deleting - Static variable in class com.groupdocs.search.events.OperationType
-
Deleting paths from an index.
- 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.SearchQuery
-
- 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 - Class in com.groupdocs.search.dictionaries
-
Represents the base class for a dictionary.
- DictionaryBase(EventHub, String, boolean) - Constructor for class com.groupdocs.search.dictionaries.DictionaryBase
-
Initializes a new instance of the DictionaryBase
class.
- DictionaryRepository - Class in com.groupdocs.search.dictionaries
-
Represents a repository of all dictionaries in an Index
.
- DictionaryRepository() - Constructor for class com.groupdocs.search.dictionaries.DictionaryRepository
-
- 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.
- DocumentField - Class in com.groupdocs.search.common
-
Represents a document field data.
- DocumentField(String, String) - 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
-
- DocumentInfo - Class in com.groupdocs.search.results
-
Represents a descriptor for an indexed document.
- DocumentInfo(String, FileType, String[], int[], int) - Constructor for class com.groupdocs.search.results.DocumentInfo
-
Initializes a new instance of the DocumentInfo
class.
- DocumentSourceKind - Class in com.groupdocs.search.common
-
Defines the kinds of document sources.
- DocumentStatus - Class 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.
- 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 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.
- getAlphabet() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
-
Gets a dictionary of characters.
- getArray() - Method in class com.groupdocs.search.common.ArrayReader
-
Gets the byte array.
- getArray() - Method in class com.groupdocs.search.common.ArrayWriter
-
Gets the byte array.
- 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.
- getAutoDetectEncoding() - Method in class com.groupdocs.search.IndexSettings
-
Gets a value indicating whether to detect encoding automatically or not.
- getByteCount(DocumentFilter) - Static method in class com.groupdocs.search.DocumentFilter
-
- getByteCount(DateFormat) - Static method in class com.groupdocs.search.options.DateFormat
-
- getByteCount(DateFormatCollection) - Static method in class com.groupdocs.search.options.DateFormatCollection
-
- getByteCount(FuzzySearchOptions) - Static method in class com.groupdocs.search.options.FuzzySearchOptions
-
- getByteCount(SimilarityLevel) - Static method in class com.groupdocs.search.options.SimilarityLevel
-
- getByteCount(SpellingCorrectorOptions) - Static method in class com.groupdocs.search.options.SpellingCorrectorOptions
-
- getByteCount(TableDiscreteFunction) - Static method in class com.groupdocs.search.options.TableDiscreteFunction
-
- getCancellation() - Method in class com.groupdocs.search.options.IndexingOptions
-
Gets the operation 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.
- getCharacterReplacements() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
-
Gets a dictionary of character replacements.
- getCharacters(WordPattern) - Static method in class com.groupdocs.search.common.WordPattern
-
- getCharacterType(char) - Method in class 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.licensing.Metered
-
Gets consumption credit
- getConsumptionQuantity() - Static method in class com.groupdocs.search.licensing.Metered
-
Gets consumption file size
- 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.
- getCount() - Method in class com.groupdocs.search.common.FragmentContainer
-
Gets the number of contained text fragments.
- getCount() - Method in class com.groupdocs.search.dictionaries.AliasDictionary
-
Gets the number of aliases contained in the AliasDictionary
.
- getCount() - Method in class com.groupdocs.search.dictionaries.Alphabet
-
Gets the number of characters contained in the Alphabet
.
- getCount() - Method in class com.groupdocs.search.dictionaries.CharacterReplacementDictionary
-
Gets the number of characters contained in this CharacterReplacementDictionary
.
- getCount() - Method in class com.groupdocs.search.dictionaries.HomophoneDictionary
-
Gets the number of words contained in this HomophoneDictionary
.
- getCount() - Method in class com.groupdocs.search.dictionaries.PasswordDictionary
-
Gets the number of elements contained in the dictionary.
- getCount() - Method in class com.groupdocs.search.dictionaries.SpellingCorrector
-
Gets the number of words contained in this SpellingCorrector
.
- getCount() - Method in class com.groupdocs.search.dictionaries.StopWordDictionary
-
Gets the number of stop words contained in the StopWordDictionary
.
- getCount() - Method in class 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.TextOptions
-
Gets the custom text extractor that was used for indexing.
- getCustomExtractors() - Method in class com.groupdocs.search.IndexSettings
-
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() - 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.options.DateFormatElement
-
Gets the day of month element, represented by one or two digits.
- 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.
- 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.
- getDocumentFilter() - Method in class com.groupdocs.search.IndexSettings
-
Gets a document filter.
- getDocumentFilter(SearchOptions) - Static method in class com.groupdocs.search.options.SearchOptions
-
- 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.
- 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.
- 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(DocumentInfo) - Static method in class com.groupdocs.search.results.DocumentInfo
-
- getDocumentText(DocumentInfo, OutputAdapter) - Method in class com.groupdocs.search.Index
-
Generates HTML formatted text for indexed document and transfers it through the 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.
- 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.
- getEncoding() - Method in class com.groupdocs.search.events.FileIndexingEventArgs
-
Gets the encoding of the document.
- 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.
- 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.
- 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.
- getFailedCount() - Method in class com.groupdocs.search.results.DeleteResult
-
Returns the number of paths not deleted due to errors.
- 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.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 class com.groupdocs.search.dictionaries.DictionaryBase
-
Gets the dictionary file path.
- getFilePath() - Method in class com.groupdocs.search.results.DocumentInfo
-
Gets the file path.
- 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.
- getFormatted(DateFormat, DateTime) - Static method in class com.groupdocs.search.options.DateFormat
-
- getFoundDocument(int) - Method in class com.groupdocs.search.results.SearchResult
-
Gets the found document by index.
- getFoundFields() - Method in class com.groupdocs.search.results.FoundDocument
-
Gets the document fields found.
- getFragments() - Method in class com.groupdocs.search.common.FragmentContainer
-
Gets an array of contained text fragments.
- 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.
- getHomophoneDictionary() - Method in class com.groupdocs.search.dictionaries.DictionaryRepository
-
Gets a dictionary of homophones.
- getIndex() - Method in class com.groupdocs.search.common.ArrayReader
-
Gets the current reading position.
- getIndex() - Method in class com.groupdocs.search.common.ArrayWriter
-
Gets the current writing position.
- getIndex(FileType) - Static method in class com.groupdocs.search.results.FileType
-
- getIndexedDocumentItems(DocumentInfo) - Method in class com.groupdocs.search.Index
-
Gets an array of a document items.
- 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.
- 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.
- 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 setting.
- 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.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.results.DocumentInfo
-
Gets the inner path for container document item.
- getInnerPathParts(DocumentInfo) - Static method in class com.groupdocs.search.results.DocumentInfo
-
- 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.
- getLastModified() - Method in class com.groupdocs.search.common.ChunkSearchToken
-
- getLevel() - Method in class com.groupdocs.search.options.Step
-
Gets the level.
- getLogger() - Method in class com.groupdocs.search.IndexSettings
-
Gets a logger that is used for logging events and errors in the index.
- getLowerLimit() - Method in class com.groupdocs.search.options.Step
-
Gets the lower limit.
- getLRMSRC() - Static method in class com.groupdocs.search.Index
-
- 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(FuzzySearchOptions, int) - Static method in class com.groupdocs.search.options.FuzzySearchOptions
-
- 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(SpellingCorrectorOptions) - Static method in class com.groupdocs.search.options.SpellingCorrectorOptions
-
- 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.
- 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.
- getMetadataIndexingOptions() - Method in class com.groupdocs.search.options.IndexingOptions
-
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.options.DateFormatElement
-
Gets the month element, represented by one or two digits.
- 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.options.DateFormatElement
-
Gets the month element, represented by full name.
- 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.
- getNextChunkSearchToken() - Method in class com.groupdocs.search.common.ChunkSearchToken
-
- getNextChunkSearchToken() - Method in class com.groupdocs.search.results.SearchResult
-
Gets a chunk search token for searching the next chunk.
- 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.
- 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.
- getOptions() - Method in class com.groupdocs.search.common.ChunkSearchToken
-
- getOutputAdapter() - Method in class com.groupdocs.search.highlighters.HtmlHighlighter
-
Gets the output adapter passed in the constructor.
- getPartIds(DocumentInfo) - Static method in class com.groupdocs.search.results.DocumentInfo
-
- getParts(DateFormat, DateTime) - Static method in class com.groupdocs.search.options.DateFormat
-
- getPassword(String) - Method in class 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.
- getPath() - Method in class com.groupdocs.search.results.PathDeleteResult
-
Returns the path to the file or folder to delete.
- getProcessedDocuments() - Method in class com.groupdocs.search.events.OperationProgressEventArgs
-
Gets the number of successfully processed documents.
- getProgressPercentage() - Method in class com.groupdocs.search.events.OperationProgressEventArgs
-
Gets the percentage of the progress.
- getQuery() - Method in class com.groupdocs.search.events.SearchPhaseEventArgs
-
Gets the initial query of the current search.
- 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 class 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 class com.groupdocs.search.common.StringOutputAdapter
-
Gets the resulting string.
- getResult() - Method in class com.groupdocs.search.highlighters.HtmlFragmentHighlighter
-
Gets an array of resulting fragment containers.
- 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.
- getSearchOptions() - Method in class com.groupdocs.search.common.SearchReport
-
Gets the search options.
- getSearchOptions() - Method in class com.groupdocs.search.SearchQuery
-
Gets the search options of this seach query.
- getSearchPhase() - Method in class com.groupdocs.search.events.SearchPhaseEventArgs
-
Gets the search phase.
- getSearchQuery() - Method in class com.groupdocs.search.common.ChunkSearchToken
-
- 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.ChunkSearchToken
-
- getSegmentCount() - Method in class com.groupdocs.search.common.IndexingReport
-
Gets the number of index segments.
- getSegmentIndex() - Method in class com.groupdocs.search.common.ChunkSearchToken
-
- 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.
- getSerializedLength(SearchOptions) - Static method in class com.groupdocs.search.options.SearchOptions
-
- 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.
- getSLRM() - Static method in class com.groupdocs.search.Index
-
- 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.
- 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.
- 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.
- 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.
- 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.
- getTermsBefore() - Method in class com.groupdocs.search.options.HighlightOptions
-
Gets the maximum number of words in a text snippet before highlighted word.
- getTermSequencePositions() - Method in class com.groupdocs.search.results.FoundDocumentField
-
Gets the found term sequence positions.
- 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.
- getText(String) - Method in class 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 processed documents.
- 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.
- 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.
- 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.
- getUseRawTextExtraction() - Method in class com.groupdocs.search.IndexSettings
-
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.
- getValue(SimilarityLevel) - Static method in class com.groupdocs.search.options.SimilarityLevel
-
- 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.
- 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 class 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.options.DateFormatElement
-
Gets the year element, represented by one, two, three, or four digits.
- 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.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.
- GroupDocsException - Exception in com.groupdocs.search
-
Represents base exception in GroupDocs products.
- GroupDocsException() - Constructor for exception com.groupdocs.search.GroupDocsException
-
Initializes a new instance of the GroupDocsException
class.
- GroupDocsException(String) - Constructor for exception com.groupdocs.search.GroupDocsException
-
Initializes a new instance of the GroupDocsException
class.
- GroupDocsException(String, RuntimeException) - Constructor for exception com.groupdocs.search.GroupDocsException
-
Initializes a new instance of the GroupDocsException
class.
- 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.
- 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.
- 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.
- import_(String) - Method in class com.groupdocs.search.dictionaries.DictionaryBase
-
Imports a dictionary from the specified file.
- importDictionary(String) - Method in class com.groupdocs.search.dictionaries.DictionaryBase
-
Imports a dictionary from the specified file.
- 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.
- IndexErrorEventArgs - Class in com.groupdocs.search.events
-
Represents arguments for the event of index error occurred.
- IndexErrorEventArgs(Guid, String, int, 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(Index) - Constructor for class com.groupdocs.search.common.IndexInfo
-
- Indexing - Static variable in class com.groupdocs.search.common.IndexStatus
-
Index performs an indexing operation.
- Indexing - Static variable in class com.groupdocs.search.events.OperationType
-
Adding documents to an index.
- IndexingOptions - Class in com.groupdocs.search.options
-
Provides options for indexing operation.
- IndexingOptions() - Constructor for class com.groupdocs.search.options.IndexingOptions
-
Initializes a new instance of the IndexingOptions
class.
- IndexingReport - Class in com.groupdocs.search.common
-
Represents a detailed information on an indexing operation.
- IndexingReport(int, int, double, int, long, DateTime, DateTime, String[], String[], String[], String[]) - 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.
- IndexStatus - Class in com.groupdocs.search.common
-
Specifies an index status.
- IndexType - Class 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.
- invocationList - Variable in class com.groupdocs.search.events.Event
-
- invoke(Object, T) - Method in class com.groupdocs.search.events.EventHandler
-
Starts handling of the event.
- 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.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.
- isCaseSensitive(FoundDocument) - Static method in class com.groupdocs.search.results.FoundDocument
-
- 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.
- 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.
- isL() - Static method in class com.groupdocs.search.Index
-
- 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.
- iterator() - Method in class com.groupdocs.search.common.CustomExtractorCollection
-
Returns an iterator for this collection.
- iterator() - Method in class com.groupdocs.search.dictionaries.AliasDictionary
-
Returns an iterator that iterates through the collection.
- iterator() - Method in class com.groupdocs.search.dictionaries.Alphabet
-
Returns an iterator that iterates through the collection.
- iterator() - Method in class com.groupdocs.search.dictionaries.CharacterReplacementDictionary
-
Returns an iterator that iterates through the collection.
- iterator() - Method in class com.groupdocs.search.dictionaries.HomophoneDictionary
-
Returns an iterator that iterates through the collection.
- iterator() - Method in class com.groupdocs.search.dictionaries.PasswordDictionary
-
Returns an iterator that iterates through the collection.
- iterator() - Method in class com.groupdocs.search.dictionaries.StopWordDictionary
-
Returns an iterator that iterates through the collection.
- iterator() - Method in class 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.
- IWordFormsProvider - Interface in com.groupdocs.search.dictionaries
-
Defines interface of a word forms provider.
- save() - Method in class com.groupdocs.search.dictionaries.DictionaryBase
-
Saves the dictionary data to disk.
- save(DictionaryBase) - Static method in class com.groupdocs.search.dictionaries.DictionaryRepository
-
- 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(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.
- SearchDocumentFilter - Class in com.groupdocs.search
-
Contains methods for creating search document filters.
- SearchDocumentFilter() - Constructor for class com.groupdocs.search.SearchDocumentFilter
-
- 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.
- SearchOptions - Class in com.groupdocs.search.options
-
Provides options for search operation.
- SearchOptions() - Constructor for class com.groupdocs.search.options.SearchOptions
-
Initializes a new instance of the SearchOptions
class.
- SearchPhase - Class 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, int, int, 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.
- SearchQuery() - Constructor for class com.groupdocs.search.SearchQuery
-
- SearchReport - Class in com.groupdocs.search.common
-
Represents a detailed information on a search operation.
- SearchReport(DateTime, DateTime, String, SearchOptions, SearchResult) - Constructor for class com.groupdocs.search.common.SearchReport
-
- SearchReport(DateTime, DateTime, SearchQuery, SearchOptions, SearchResult) - Constructor for class com.groupdocs.search.common.SearchReport
-
- SearchResult - Class in com.groupdocs.search.results
-
Represents a search result matching a search query.
- SearchResult(FoundDocument[], boolean, String, ChunkSearchToken, boolean) - Constructor for class com.groupdocs.search.results.SearchResult
-
Initializes a new instance of the SearchResult
class.
- SeparateWord - Static variable in class com.groupdocs.search.dictionaries.CharacterType
-
The character that represents a whole word.
- Separator - Static variable in class com.groupdocs.search.dictionaries.CharacterType
-
The separator character.
- serialize(SearchOptions, ArrayWriter) - Static method in class com.groupdocs.search.options.SearchOptions
-
- serialize(SearchQuery) - Static method in class com.groupdocs.search.SearchQuery
-
- 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 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.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.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.IndexSettings
-
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 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(int) - 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.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.
- 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.
- setEncoding(String) - Method in class com.groupdocs.search.events.FileIndexingEventArgs
-
Sets the encoding of the document.
- setFuzzyAlgorithm(FuzzyAlgorithm) - Method in class com.groupdocs.search.options.FuzzySearchOptions
-
Sets the fuzzy search algorithm.
- setFuzzySearch(SearchOptions, FuzzySearchOptions) - Static method in class com.groupdocs.search.options.SearchOptions
-
- 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
-
- setIndexType(int) - Method in class com.groupdocs.search.IndexSettings
-
Sets the index type.
- setLicense(String) - Method in class com.groupdocs.search.licensing.License
-
Licenses the component.
- setLicense(InputStream) - Method in class com.groupdocs.search.licensing.License
-
Licenses the component.
- setLogger(ILogger) - Method in class com.groupdocs.search.IndexSettings
-
Sets a logger that is used for logging events and errors in the index.
- 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.
- 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.licensing.Metered
-
Sets metered public and private key
- 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[], int) - Method in class com.groupdocs.search.dictionaries.Alphabet
-
Sets the type for each character of the specified collection in this instance of the Alphabet
.
- setSearchDocumentFilter(ISearchDocumentFilter) - Method in class com.groupdocs.search.options.SearchOptions
-
Sets the search document filter.
- setSearchOptions(SearchOptions) - Method in class com.groupdocs.search.SearchQuery
-
Sets the search options of this seach query.
- setSearchThreads(int) - Method in class com.groupdocs.search.IndexSettings
-
Sets the number of threads used for the search.
- 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.
- setTermsAfter(int) - Method in class com.groupdocs.search.options.HighlightOptions
-
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.
- setTermsTotal(int) - Method in class com.groupdocs.search.options.HighlightOptions
-
Sets the maximum number of words in a text snippet.
- setTextStorageSettings(TextStorageSettings) - Method in class com.groupdocs.search.IndexSettings
-
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.
- setTime(SearchResult, DateTime, DateTime) - Static method in class com.groupdocs.search.results.SearchResult
-
- 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.
- setUseHomophoneSearch(boolean) - Method in class com.groupdocs.search.options.SearchOptions
-
Sets the flag of use homophones in search.
- setUseRawTextExtraction(boolean) - Method in class com.groupdocs.search.IndexSettings
-
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.
- 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.
- Seven - Static variable in class com.groupdocs.search.options.NumberOfThreads
-
Seven threads.
- 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(double) - Constructor for class com.groupdocs.search.options.SimilarityLevel
-
Initializes a new instance of the SimilarityLevel
class.
- Six - Static variable in class com.groupdocs.search.options.NumberOfThreads
-
Six threads.
- 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.
- Skipped - Static variable in class com.groupdocs.search.common.DocumentStatus
-
Document skipped.
- SourceCode - Static variable in class com.groupdocs.search.results.FormatFamily
-
Represents source code formats.
- SpellingCorrection - Static variable in class com.groupdocs.search.events.SearchPhase
-
The spelling correction.
- SpellingCorrector - Class in com.groupdocs.search.dictionaries
-
Represents a spelling corrector for terms in a query.
- SpellingCorrector(EventHub, String, boolean) - Constructor for class com.groupdocs.search.dictionaries.SpellingCorrector
-
Initializes a new instance of the SpellingCorrector
class.
- SpellingCorrectorOptions - Class in com.groupdocs.search.options
-
Provides options for the spelling corrector.
- SpellingCorrectorOptions() - Constructor for class com.groupdocs.search.options.SpellingCorrectorOptions
-
Initializes a new instance of the SpellingCorrectorOptions
class.
- 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
-
- StatusChanged - Variable in class com.groupdocs.search.events.EventHub
-
Occurs when the index status changes.
- StatusChangedDelegate - Variable in class com.groupdocs.search.events.EventHub
-
- 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 - Class in com.groupdocs.search.dictionaries
-
Represents a dictionary of stop words.
- StopWordDictionary(EventHub, String, boolean) - Constructor for class com.groupdocs.search.dictionaries.StopWordDictionary
-
Initializes a new instance of the StopWordDictionary
class.
- Stream - Static variable in class com.groupdocs.search.common.DocumentSourceKind
-
The stream document source.
- StreamOutputAdapter - Class in com.groupdocs.search.common
-
Represents an output adapter that collects output into a java.io.OutputStream
.
- StreamOutputAdapter(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() - Constructor for class com.groupdocs.search.common.StringOutputAdapter
-
Initializes a new instance of the StringOutputAdapter
class.
- Structure - Static variable in class com.groupdocs.search.common.DocumentSourceKind
-
The structure document source.
- 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.
- SuccessfullyProcessed - Static variable in class com.groupdocs.search.common.DocumentStatus
-
Document successfully indexed.
- SynonymDictionary - Class in com.groupdocs.search.dictionaries
-
Represents a dictionary of synonyms.
- SynonymDictionary(EventHub, String, boolean) - Constructor for class com.groupdocs.search.dictionaries.SynonymDictionary
-
Initializes a new instance of the SynonymDictionary
class.
- SynonymSearch - Static variable in class com.groupdocs.search.events.SearchPhase
-
The synonym search.