Package | Description |
---|---|
org.alfresco.repo.search.impl.lucene |
Modifier and Type | Method and Description |
---|---|
static AbstractLuceneIndexerImpl.FTSStatus |
AbstractLuceneIndexerImpl.FTSStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractLuceneIndexerImpl.FTSStatus[] |
AbstractLuceneIndexerImpl.FTSStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<org.apache.lucene.document.Document> |
ADMLuceneIndexerImpl.createDocuments(String stringNodeRef,
AbstractLuceneIndexerImpl.FTSStatus ftsStatus,
boolean indexAllProperties,
boolean includeDirectoryDocuments,
boolean cascade,
Set<org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl.Pair<Boolean,org.alfresco.service.cmr.repository.Path>> pathsToRegenerate,
Map<org.alfresco.service.cmr.repository.NodeRef,List<org.alfresco.service.cmr.repository.ChildAssociationRef>> childAssociationsSinceFlush,
org.apache.lucene.index.IndexReader deltaReader,
org.apache.lucene.index.IndexReader mainReader) |
protected List<org.apache.lucene.document.Document> |
ADMLuceneIndexerImpl.readDocuments(String stringNodeRef,
AbstractLuceneIndexerImpl.FTSStatus ftsStatus,
boolean indexAllProperties,
boolean includeDirectoryDocuments,
boolean cascade,
Set<org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerImpl.Pair<Boolean,org.alfresco.service.cmr.repository.Path>> pathsToRegenerate,
Map<org.alfresco.service.cmr.repository.NodeRef,List<org.alfresco.service.cmr.repository.ChildAssociationRef>> childAssociationsSinceFlush,
org.apache.lucene.index.IndexReader deltaReader,
org.apache.lucene.index.IndexReader mainReader) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.