Class ScannedDocument
- java.lang.Object
-
- com.atlassian.confluence.search.v2.ScannedDocument
-
public class ScannedDocument extends Object
Contains the score and a field-value map of the underlying document returned by Lucene.- Since:
- 7.17
-
-
Constructor Summary
Constructors Constructor Description ScannedDocument(float score, Map<String,String[]> fieldMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String[]>
getFieldMap()
String
getFieldValue(String name)
Get the first value of the fieldfloat
getScore()
-