public class SearchSerializer extends LuceneSerializer
Modifier and Type | Field and Description |
---|---|
static SearchSerializer |
DEFAULT |
Constructor and Description |
---|
SearchSerializer(boolean lowerCase,
boolean splitTerms)
Create a new SearchSerializer instance
|
Modifier and Type | Method and Description |
---|---|
String |
toField(Path<?> path)
template method, override to customize
|
between, convert, convert, endsWith, eq, eq, ge, gt, in, le, like, lt, ne, notIn, numericRange, range, startsWith, stringContains, stringRange, toQuery, toSort
public static final SearchSerializer DEFAULT
public SearchSerializer(boolean lowerCase, boolean splitTerms)
lowerCase
- lowercase namessplitTerms
- split termspublic String toField(Path<?> path)
LuceneSerializer
toField
in class LuceneSerializer
path
- pathCopyright © 2007–2015 Mysema Ltd. All rights reserved.