| Package | Description |
|---|---|
| org.alfresco.repo.search | |
| org.alfresco.repo.search.impl.lucene |
| Modifier and Type | Method and Description |
|---|---|
IndexMode |
AVMSnapShotTriggeredIndexingMethodInterceptor.getIndexMode(String store)
Given an avm store name determine if it is indexed and if so how.
|
IndexMode |
AVMSnapShotTriggeredIndexingMethodInterceptorImpl.getIndexMode(String store) |
static IndexMode |
IndexMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexMode[] |
IndexMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVMSnapShotTriggeredIndexingMethodInterceptor.setDefaultMode(IndexMode defaultMode)
Set the default index mode = used when there are no matches
|
void |
AVMSnapShotTriggeredIndexingMethodInterceptorImpl.setDefaultMode(IndexMode defaultMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
AVMLuceneIndexer.createIndex(String store,
IndexMode mode)
Create an index for the specified store.
|
void |
AVMLuceneIndexerImpl.createIndex(String store,
IndexMode mode) |
void |
AVMLuceneIndexer.deleteIndex(String store,
IndexMode mode)
Delete the index for the specified store.
|
void |
AVMLuceneIndexerImpl.deleteIndex(String store,
IndexMode mode) |
void |
AVMLuceneIndexer.index(String store,
int srcVersion,
int dstVersion,
IndexMode mode)
Index a specified change to a store between two snapshots
|
void |
AVMLuceneIndexerImpl.index(String store,
int srcVersion,
int dstVersion,
IndexMode mode)
Index a specified change to a store
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.