com.mysema.query.search
Class SearchSerializer
java.lang.Object
com.mysema.query.lucene.LuceneSerializer
com.mysema.query.search.SearchSerializer
public class SearchSerializer
- extends LuceneSerializer
SearchSerializer extends the LuceneSerializer to use Field
annotation data from paths
- Author:
- tiwe
Methods inherited from class com.mysema.query.lucene.LuceneSerializer |
between, convert, convert, endsWith, eq, eq, ge, gt, in, le, like, lt, ne, numericRange, range, startsWith, stringContains, stringRange, toQuery, toSort |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final SearchSerializer DEFAULT
SearchSerializer
public SearchSerializer(boolean lowerCase,
boolean splitTerms)
toField
public String toField(Path<?> path)
- Description copied from class:
LuceneSerializer
- template method, override to customize
- Overrides:
toField
in class LuceneSerializer
- Returns:
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.