public static class SimpleQueryParser.Settings extends Object
Constructor and Description |
---|
SimpleQueryParser.Settings() |
Modifier and Type | Method and Description |
---|---|
boolean |
analyzeWildcard() |
void |
analyzeWildcard(boolean analyzeWildcard) |
boolean |
lenient() |
void |
lenient(boolean lenient) |
Locale |
locale() |
void |
locale(Locale locale) |
boolean |
lowercaseExpandedTerms() |
void |
lowercaseExpandedTerms(boolean lowercaseExpandedTerms) |
public void locale(Locale locale)
public Locale locale()
public void lowercaseExpandedTerms(boolean lowercaseExpandedTerms)
public boolean lowercaseExpandedTerms()
public void lenient(boolean lenient)
public boolean lenient()
public void analyzeWildcard(boolean analyzeWildcard)
public boolean analyzeWildcard()
Copyright © 2009–2016. All rights reserved.