Package | Description |
---|---|
com.jalios.jcms.search |
Provides internal search engines classes of JPlatform.
|
com.jalios.jcms.upload |
Modifier and Type | Method and Description |
---|---|
LuceneDataSearchEngine.IndexingLatch |
LuceneDataSearchEngine.getIndexingLatch(Data data)
Retrieve a new IndexingLatch useful to be notified of the end of the next
indexing operation to take place on the specified Data.
|
Modifier and Type | Method and Description |
---|---|
static FileDocument |
DocUploadHandler.doUploadDocument(DocUploadInfo info,
FileDocument document,
java.util.function.Consumer<FileDocument> updateBlock,
java.util.function.BiConsumer<FileDocument,FileDocument> workflowBlock,
boolean removeFile,
boolean unlock,
Member mbr,
java.lang.String userLang,
java.util.HashMap<java.lang.String,java.lang.Object> context,
java.util.Map<java.lang.String,java.lang.String> controllerFailedMap,
java.util.List<LuceneDataSearchEngine.IndexingLatch> indexingLatchList) |
protected void |
DocUploadHandler.performCreate(DocUploadInfo info,
java.util.Map<java.lang.String,java.lang.String> controllerFailedMap,
java.util.List<LuceneDataSearchEngine.IndexingLatch> indexingLatchList)
Performs creation of a FileDocument from a given DocUploadInfo.
|
protected void |
DocUploadHandler.performUpdate(DocUploadInfo info,
java.util.Map<java.lang.String,java.lang.String> controllerFailedMap,
java.util.List<LuceneDataSearchEngine.IndexingLatch> indexingLatchList)
Performs creation of a FileDocument from a given DocUploadInfo.
|
static void |
DocUploadHandler.processIndexingLatch(java.util.List<LuceneDataSearchEngine.IndexingLatch> indexingLatchList,
java.lang.Class<?> docClass)
Process the IndexingLatch list elements
|
Copyright © 2001-2019 Jalios SA. All Rights Reserved.