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:
Yonik Seeley 2011-03-25 00:36:29 +00:00
parent c18ccd2cbc
commit 0b76d21921
1 changed files with 1 additions and 1 deletions

View File

@ -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) {