public class LuceneResult extends Object
| Constructor and Description |
|---|
LuceneResult(org.apache.lucene.document.Document doc,
float score) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
fieldNames() |
Object[] |
fieldValues(String fieldName)
Returns all the values of a field.
|
String |
getGraphname() |
float |
getScore() |
String |
getURI() |
String |
toString() |
public LuceneResult(org.apache.lucene.document.Document doc,
float score)
public float getScore()
public String getURI()
public String getGraphname()
public Object[] fieldValues(String fieldName)
Copyright © 2014. All rights reserved.