adding comment pointing to SOLR-2443

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087922 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2011-04-01 22:29:07 +00:00
parent 0532102563
commit fd34f487c0
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class ValueSourceAugmenter extends DocTransformer
}
int localId = docid - rcontext.docBase;
float val = values.floatVal(localId); // TODO: handle all types
float val = values.floatVal(localId); // TODO: handle all types -- see: SOLR-2443
doc.setField( name, val );
} catch (IOException e) {