List of usage examples for org.apache.lucene.util SmallFloat byte315ToFloat
public static float byte315ToFloat(byte b)
From source file:org.meresco.lucene.search.join.ScoreSuperCollector.java
License:Open Source License
public float score(int key) { if (key < this.scores.length) { return SmallFloat.byte315ToFloat(this.scores[key]); }//from w w w. j av a 2s . co m return 0; }