mirror of https://github.com/apache/lucene.git
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:
parent
0532102563
commit
fd34f487c0
|
@ -90,7 +90,7 @@ public class ValueSourceAugmenter extends DocTransformer
|
||||||
}
|
}
|
||||||
|
|
||||||
int localId = docid - rcontext.docBase;
|
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 );
|
doc.setField( name, val );
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|
Loading…
Reference in New Issue