/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/analyzing/ |
H A D | AnalyzingQueryParser.java | 78 protected Query getWildcardQuery(String field, String termStr) throws ParseException { method in class:AnalyzingQueryParser 155 return super.getWildcardQuery(field, tlist.get(0) 160 throw new IllegalArgumentException("getWildcardQuery called without wildcard"); 172 return super.getWildcardQuery(field, sb.toString());
|
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/queryParser/ |
H A D | MultiFieldQueryParser.java | 192 protected Query getWildcardQuery(String field, String termStr) throws ParseException { method in class:MultiFieldQueryParser 196 clauses.add(new BooleanClause(getWildcardQuery(fields[i], termStr), 201 return super.getWildcardQuery(field, termStr);
|
H A D | QueryParser.jj | 1008 protected Query getWildcardQuery(String field, String termStr) throws ParseException 1024 * {@link #getWildcardQuery}). Called when parser parses an input term 1058 * {@link #getWildcardQuery}). Called when parser parses 1369 q = getWildcardQuery(field, termImage);
|
H A D | QueryParser.java | 984 protected Query getWildcardQuery(String field, String termStr) throws ParseException method in class:QueryParser 1000 * {@link #getWildcardQuery}). Called when parser parses an input term 1034 * {@link #getWildcardQuery}). Called when parser parses 1414 q = getWildcardQuery(field, termImage);
|
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/complexPhrase/ |
H A D | ComplexPhraseQueryParser.java | 154 protected Query getWildcardQuery(String field, String termStr) method in class:ComplexPhraseQueryParser 159 return super.getWildcardQuery(field, termStr);
|
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/ |
H A D | SolrQueryParser.java | 229 protected Query getWildcardQuery(String field, String termStr) throws ParseException { method in class:SolrQueryParser
|
H A D | ExtendedDismaxQParserPlugin.java | 995 protected Query getWildcardQuery(String field, String val) throws ParseException { method in class:ExtendedDismaxQParser.ExtendedSolrQueryParser 1134 case WILDCARD: return super.getWildcardQuery(field, val);
|
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/ |
H A D | QueryParserWrapper.java | 400 protected Query getWildcardQuery(String field, String termStr) method in class:QueryParserWrapper
|
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/queryParser/ |
H A D | QueryParserTestBase.java | 141 protected Query getWildcardQuery(String field, String termStr) throws ParseException { method in class:QueryParserTestBase.QPTestParser 969 protected Query getWildcardQuery(String field, String termStr) throws ParseException {
|
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/queryParser/ |
H A D | QueryParserTestBase.java | 138 protected Query getWildcardQuery(String field, String termStr) throws ParseException { method in class:QueryParserTestBase.QPTestParser 961 protected Query getWildcardQuery(String field, String termStr) throws ParseException {
|
/lucene-3.6.0/lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/standard/ |
H A D | TestQueryParserWrapper.java | 158 protected Query getWildcardQuery(String field, String termStr) method in class:TestQueryParserWrapper.QPTestParser 1051 // protected Query getWildcardQuery(String field, String termStr) throws
|