public final class LuceneFunction
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static LuceneFunction |
FIELD
A normal lucene field match.
|
static LuceneFunction |
LOWER
Match as if the field was converted to lower case.
|
static LuceneFunction |
UPPER
Match as if the field was converted to upper case.
|
Modifier and Type | Method and Description |
---|---|
static LuceneFunction |
valueOf(java.lang.String name) |
static LuceneFunction[] |
values() |
public static final LuceneFunction UPPER
public static final LuceneFunction LOWER
public static final LuceneFunction FIELD
public static LuceneFunction[] values()
public static LuceneFunction valueOf(java.lang.String name)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.