Searched defs:has (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/core/config/
H A DAbstractQueryConfig.java28 * It has operations to set, unset and get configuration values.
100 public <T> boolean has(ConfigurationKey<T> key) { method in class:AbstractQueryConfig
/lucene-3.6.0/solr/core/src/java/org/apache/solr/analysis/
H A DWordDelimiterFilter.java191 charTypeTable, has(SPLIT_ON_CASE_CHANGE), has(SPLIT_ON_NUMERICS), has(STEM_ENGLISH_POSSESSIVE));
436 if (iterator.end == WordDelimiterIterator.DONE && !has(PRESERVE_ORIGINAL)) {
447 hasOutputFollowingOriginal = !has(PRESERVE_ORIGINAL);
450 if (has(PRESERVE_ORIGINAL)) {
506 if (has(CATENATE_ALL)) {
579 return (has(CATENATE_WORDS) && isAlpha(wordType)) || (has(CATENATE_NUMBERS) && isDigit(wordType));
589 return (has(GENERATE_WORD_PART
704 private boolean has(int flag) { method in class:WordDelimiterFilter
[all...]

Completed in 13 milliseconds