mirror of https://github.com/apache/lucene.git
comments: spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c18ccd2cbc
commit
0b76d21921
|
@ -583,7 +583,7 @@ public abstract class ValueSourceParser implements NamedListInitializedPlugin {
|
|||
if (ft == null) ft = new StrField();
|
||||
|
||||
if (ft instanceof TextField) {
|
||||
// need to do analyisis on the term
|
||||
// need to do analysis on the term
|
||||
String indexedVal = tinfo.val;
|
||||
Query q = ft.getFieldQuery(fp, fp.getReq().getSchema().getFieldOrNull(tinfo.field), tinfo.val);
|
||||
if (q instanceof TermQuery) {
|
||||
|
|
Loading…
Reference in New Issue