public class TextSearchBuilder extends Object implements org.apache.wicket.util.io.IClusterable
Modifier and Type | Field and Description |
---|---|
static String |
TEXT_QUERY_NAME |
Constructor and Description |
---|
TextSearchBuilder() |
Modifier and Type | Method and Description |
---|---|
int |
getMinimalLength() |
TextSearchResultModel |
getResultModel() |
static String |
isoLatin1AccentReplacer(String input) |
void |
setExcludedPrimaryTypes(String[] excludedPrimaryTypes) |
void |
setIgnoredChars(String ignoredChars) |
void |
setIncludePrimaryTypes(String[] includePrimaryTypes)
Sets the JCR primary types to search for.
|
void |
setLimit(int limit) |
void |
setMinimalLength(int minimalLength) |
void |
setScope(String[] paths) |
void |
setText(String value) |
void |
setWildcardSearch(boolean wildcardSearch) |
public static final String TEXT_QUERY_NAME
public void setScope(String[] paths)
public void setLimit(int limit)
public void setIncludePrimaryTypes(String[] includePrimaryTypes)
includePrimaryTypes
- String
[] of primary typespublic void setExcludedPrimaryTypes(String[] excludedPrimaryTypes)
public void setWildcardSearch(boolean wildcardSearch)
public void setIgnoredChars(String ignoredChars)
public void setText(String value)
public TextSearchResultModel getResultModel()
public void setMinimalLength(int minimalLength)
public int getMinimalLength()
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.