Skip navigation links
A B C D E F G H I L M O P R S U X 

A

AbstractBatchIndexer - Class in org.craftercms.search.batch.impl
Base class for BatchIndexers.
AbstractBatchIndexer() - Constructor for class org.craftercms.search.batch.impl.AbstractBatchIndexer
 
addFailedDelete(String) - Method in class org.craftercms.search.batch.UpdateStatus
 
addFailedUpdate(String) - Method in class org.craftercms.search.batch.UpdateStatus
 
addSuccessfulDelete(String) - Method in class org.craftercms.search.batch.UpdateStatus
 
addSuccessfulUpdate(String) - Method in class org.craftercms.search.batch.UpdateStatus
 

B

BatchIndexer - Interface in org.craftercms.search.batch
Classes that implement this interface update or delete batches of files from a specified search index.
BatchIndexingException - Exception in org.craftercms.search.batch.exception
Exception thrown when a batch indexing operation fails.
BatchIndexingException(String) - Constructor for exception org.craftercms.search.batch.exception.BatchIndexingException
 
BatchIndexingException(String, Throwable) - Constructor for exception org.craftercms.search.batch.exception.BatchIndexingException
 
BinaryFileBatchIndexer - Class in org.craftercms.search.batch.impl
BatchIndexer that updates/deletes binary or structured document files (PDF, Word, etc.) from a search index, only if their mime types match the supported mime types or if the supported mime types map is empty.
BinaryFileBatchIndexer() - Constructor for class org.craftercms.search.batch.impl.BinaryFileBatchIndexer
 
BinaryFileWithMetadataBatchIndexer - Class in org.craftercms.search.batch.impl
BatchIndexer that tries to match binary files with metadata files.
BinaryFileWithMetadataBatchIndexer() - Constructor for class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
BinaryFileWithMetadataBatchIndexer.EmptyContent - Class in org.craftercms.search.batch.impl
 
binaryPathPatterns - Variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 

C

childBinaryPathPatterns - Variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 

D

DEFAULT_INCLUDE_FILENAME_PATTERNS - Static variable in class org.craftercms.search.batch.impl.XmlFileBatchIndexer
 
DEFAULT_LOCAL_ID_FIELD_NAME - Static variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
DEFAULT_METADATA_PATH_FIELD_NAME - Static variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
disablePageInclusion - Variable in class org.craftercms.core.processors.impl.PageAwareIncludeDescriptorsProcessor
 
documentToString(Document) - Method in class org.craftercms.search.batch.impl.XmlFileBatchIndexer
 
doDelete(SearchService, String, String, String, UpdateStatus) - Static method in class org.craftercms.search.batch.utils.IndexingUtils
 
doDeletes(String, String, SearchService, ContentStoreService, Context, List<String>, UpdateStatus) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
doSingleFileUpdate(SearchService, String, String, ContentStoreService, Context, String, boolean, UpdateStatus) - Method in class org.craftercms.search.batch.impl.AbstractBatchIndexer
 
doSingleFileUpdate(SearchService, String, String, ContentStoreService, Context, String, boolean, UpdateStatus) - Method in class org.craftercms.search.batch.impl.BinaryFileBatchIndexer
 
doSingleFileUpdate(SearchService, String, String, ContentStoreService, Context, String, boolean, UpdateStatus) - Method in class org.craftercms.search.batch.impl.XmlFileBatchIndexer
 
doUpdate(SearchService, String, String, String, String, UpdateStatus) - Static method in class org.craftercms.search.batch.utils.IndexingUtils
 
doUpdateContent(SearchService, String, String, String, Content, UpdateStatus) - Static method in class org.craftercms.search.batch.utils.IndexingUtils
 
doUpdateContent(SearchService, String, String, String, Content, Map<String, List<String>>, UpdateStatus) - Static method in class org.craftercms.search.batch.utils.IndexingUtils
 
doUpdates(String, String, SearchService, ContentStoreService, Context, List<String>, UpdateStatus) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 

E

EmptyContent() - Constructor for class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer.EmptyContent
 
EmptyContent() - Constructor for class org.craftercms.search.batch.impl.XmlFileBatchIndexer.EmptyContent
 
excludeMetadataProperties - Variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
Deprecated.
excludePathPatterns - Variable in class org.craftercms.search.batch.impl.AbstractBatchIndexer
 
excludePropertyPatterns - Variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
extractMetadata(String, Document) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
extractMetadataFromChildren(Element, String, MultiValueMap<String, String>) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 

F

failedDeletes - Variable in class org.craftercms.search.batch.UpdateStatus
 
failedUpdates - Variable in class org.craftercms.search.batch.UpdateStatus
 

G

getAttemptedUpdatesAndDeletes() - Method in class org.craftercms.search.batch.UpdateStatus
 
getBinaryFilePaths(Document) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
getDeletePaths() - Method in class org.craftercms.search.batch.UpdateSet
 
getFailedDeletes() - Method in class org.craftercms.search.batch.UpdateStatus
 
getFailedUpdates() - Method in class org.craftercms.search.batch.UpdateStatus
 
getFailedUpdatesAndDeletes() - Method in class org.craftercms.search.batch.UpdateStatus
 
getIndexNameStr(String) - Static method in class org.craftercms.search.batch.utils.IndexingUtils
 
getInputStream() - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer.EmptyContent
 
getInputStream() - Method in class org.craftercms.search.batch.impl.XmlFileBatchIndexer.EmptyContent
 
getLastModified() - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer.EmptyContent
 
getLastModified() - Method in class org.craftercms.search.batch.impl.XmlFileBatchIndexer.EmptyContent
 
getLength() - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer.EmptyContent
 
getLength() - Method in class org.craftercms.search.batch.impl.XmlFileBatchIndexer.EmptyContent
 
getSiteBasedPath(String, String) - Static method in class org.craftercms.search.batch.utils.IndexingUtils
 
getSuccessfulDeletes() - Method in class org.craftercms.search.batch.UpdateStatus
 
getSuccessfulUpdates() - Method in class org.craftercms.search.batch.UpdateStatus
 
getSuccessfulUpdatesAndDeletes() - Method in class org.craftercms.search.batch.UpdateStatus
 
getUpdatePaths() - Method in class org.craftercms.search.batch.UpdateSet
 

H

hasBeenUpdatedOrDeleted(String) - Method in class org.craftercms.search.batch.UpdateStatus
 

I

include(String) - Method in class org.craftercms.search.batch.impl.AbstractBatchIndexer
 
include(String) - Method in class org.craftercms.search.batch.impl.BinaryFileBatchIndexer
 
includePathPatterns - Variable in class org.craftercms.search.batch.impl.AbstractBatchIndexer
 
includePropertyPatterns - Variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
IndexingUtils - Class in org.craftercms.search.batch.utils
Utility methods used for simplifying REST search service update calls.
isBinary(String) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
isChildBinary(String) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
isIncludeDisabled(Element) - Method in class org.craftercms.core.processors.impl.PageAwareIncludeDescriptorsProcessor
 
isMetadata(String) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
itemProcessor - Variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
itemProcessor - Variable in class org.craftercms.search.batch.impl.XmlFileBatchIndexer
 

L

listLock - Variable in class org.craftercms.search.batch.UpdateStatus
 
loadMetadata(ContentStoreService, Context, String, String) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
localIdFieldName - Variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 

M

metadataPathFieldName - Variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
metadataPathPatterns - Variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
mimeTypesMap - Variable in class org.craftercms.search.batch.impl.BinaryFileBatchIndexer
 

O

org.craftercms.core.processors.impl - package org.craftercms.core.processors.impl
 
org.craftercms.search.batch - package org.craftercms.search.batch
 
org.craftercms.search.batch.exception - package org.craftercms.search.batch.exception
 
org.craftercms.search.batch.impl - package org.craftercms.search.batch.impl
 
org.craftercms.search.batch.utils - package org.craftercms.search.batch.utils
 

P

PageAwareIncludeDescriptorsProcessor - Class in org.craftercms.core.processors.impl
Extension of IncludeDescriptorsProcessor that prevents pages from being included when disablePageInclusion is true.
PageAwareIncludeDescriptorsProcessor() - Constructor for class org.craftercms.core.processors.impl.PageAwareIncludeDescriptorsProcessor
 
pagesPathPattern - Variable in class org.craftercms.core.processors.impl.PageAwareIncludeDescriptorsProcessor
 
processXml(String, ContentStoreService, Context, String) - Method in class org.craftercms.search.batch.impl.XmlFileBatchIndexer
 

R

referenceXPaths - Variable in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 

S

searchBinaryPathsFromMetadataPath(SearchService, String, String, String) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
searchMetadataPathFromBinaryPath(SearchService, String, String, String) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setBinaryPathPatterns(List<String>) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setChildBinaryPathPatterns(List<String>) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setDisablePageInclusion(boolean) - Method in class org.craftercms.core.processors.impl.PageAwareIncludeDescriptorsProcessor
 
setExcludeMetadataProperties(List<String>) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
Deprecated.
setExcludePathPatterns(List<String>) - Method in class org.craftercms.search.batch.impl.AbstractBatchIndexer
 
setExcludePropertyPatterns(List<String>) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setIncludePathPatterns(List<String>) - Method in class org.craftercms.search.batch.impl.AbstractBatchIndexer
 
setIncludePropertyPatterns(List<String>) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setItemProcessor(ItemProcessor) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setItemProcessor(ItemProcessor) - Method in class org.craftercms.search.batch.impl.XmlFileBatchIndexer
 
setItemProcessors(List<ItemProcessor>) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setItemProcessors(List<ItemProcessor>) - Method in class org.craftercms.search.batch.impl.XmlFileBatchIndexer
 
setLocalIdFieldName(String) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setMetadataPathFieldName(String) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setMetadataPathPatterns(List<String>) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setPagesPathPattern(String) - Method in class org.craftercms.core.processors.impl.PageAwareIncludeDescriptorsProcessor
 
setReferenceXPaths(List<String>) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
setSupportedMimeTypes(List<String>) - Method in class org.craftercms.search.batch.impl.BinaryFileBatchIndexer
 
shouldIncludeProperty(String) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
successfulDeletes - Variable in class org.craftercms.search.batch.UpdateStatus
 
successfulUpdates - Variable in class org.craftercms.search.batch.UpdateStatus
 
supportedMimeTypes - Variable in class org.craftercms.search.batch.impl.BinaryFileBatchIndexer
 
synchronizedAdd(List<String>, String) - Method in class org.craftercms.search.batch.UpdateStatus
 
synchronizedCopy(List<String>) - Method in class org.craftercms.search.batch.UpdateStatus
 

U

updateBinary(SearchService, String, String, ContentStoreService, Context, String, UpdateStatus) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
updateBinaryWithMetadata(SearchService, String, String, ContentStoreService, Context, String, MultiValueMap<String, String>, UpdateStatus) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
updateIndex(SearchService, String, String, ContentStoreService, Context, UpdateSet, UpdateStatus) - Method in interface org.craftercms.search.batch.BatchIndexer
Updates the specified search index with the given batch of files.
updateIndex(SearchService, String, String, ContentStoreService, Context, UpdateSet, UpdateStatus) - Method in class org.craftercms.search.batch.impl.AbstractBatchIndexer
 
updateIndex(SearchService, String, String, ContentStoreService, Context, UpdateSet, UpdateStatus) - Method in class org.craftercms.search.batch.impl.BinaryFileWithMetadataBatchIndexer
 
UpdateSet - Class in org.craftercms.search.batch
Set of files to add or delete from the index.
UpdateSet(List<String>, List<String>) - Constructor for class org.craftercms.search.batch.UpdateSet
 
UpdateStatus - Class in org.craftercms.search.batch
Class that is used to hold the progress of a single batch index update operation.
UpdateStatus() - Constructor for class org.craftercms.search.batch.UpdateStatus
 

X

XmlFileBatchIndexer - Class in org.craftercms.search.batch.impl
BatchIndexer that updates/deletes XML files from a search index.
XmlFileBatchIndexer() - Constructor for class org.craftercms.search.batch.impl.XmlFileBatchIndexer
 
XmlFileBatchIndexer.EmptyContent - Class in org.craftercms.search.batch.impl
 
A B C D E F G H I L M O P R S U X 
Skip navigation links

Copyright © 2018 CrafterCMS. All rights reserved.