protected static final class AbstractLuceneIndexerImpl.Action
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static AbstractLuceneIndexerImpl.Action |
CASCADEREINDEX
A cascaded reindex (ensures directory structre is ok)
|
static AbstractLuceneIndexerImpl.Action |
DELETE
A delete
|
static AbstractLuceneIndexerImpl.Action |
INDEX
An index
|
static AbstractLuceneIndexerImpl.Action |
REINDEX
A reindex
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractLuceneIndexerImpl.Action |
valueOf(java.lang.String name) |
static AbstractLuceneIndexerImpl.Action[] |
values() |
public static final AbstractLuceneIndexerImpl.Action INDEX
public static final AbstractLuceneIndexerImpl.Action REINDEX
public static final AbstractLuceneIndexerImpl.Action DELETE
public static final AbstractLuceneIndexerImpl.Action CASCADEREINDEX
public static AbstractLuceneIndexerImpl.Action[] values()
public static AbstractLuceneIndexerImpl.Action valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.