@InterfaceAudience.Public @InterfaceStability.Experimental public class SearchQueryRow extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchQueryRow.Location |
Constructor and Description |
---|
SearchQueryRow(String index,
String id,
double score,
String explanation,
Map<String,Map<String,List<SearchQueryRow.Location>>> locations,
Map<String,String[]> fragments,
Map<String,Object> fields) |
Modifier and Type | Method and Description |
---|---|
String |
explanation() |
Map<String,Object> |
fields() |
Map<String,String[]> |
fragments() |
String |
id() |
String |
index() |
Map<String,Map<String,List<SearchQueryRow.Location>>> |
locations() |
double |
score() |
String |
toString() |
Copyright © 2015 Couchbase, Inc.