algolia
.
responses
SearchResult
Related Doc:
package responses
case class
SearchResult
(
hits:
Seq
[
JObject
]
,
nbHits:
Int
,
processingTimeMS:
Int
,
hitsPerPage:
Option
[
Int
]
,
page:
Option
[
Int
]
,
nbPages:
Option
[
Int
]
,
facets:
Option
[
Map
[
String
,
Map
[
String
,
Int
]]]
,
exhaustiveFacetsCount:
Option
[
Boolean
]
,
exhaustiveNbHits:
Option
[
Boolean
]
,
query:
String
,
queryAfterRemoval:
Option
[
String
]
,
params:
String
,
message:
Option
[
String
]
,
aroundLatLng:
Option
[
String
]
,
automaticRadius:
Option
[
Int
]
,
facets_stats:
Option
[
Map
[
String
,
Float
]]
,
serverUsed:
Option
[
String
]
,
parsedQuery:
Option
[
String
]
,
processed:
Option
[
Boolean
]
,
index:
Option
[
String
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SearchResult
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SearchResult
(
hits:
Seq
[
JObject
]
,
nbHits:
Int
,
processingTimeMS:
Int
,
hitsPerPage:
Option
[
Int
]
,
page:
Option
[
Int
]
,
nbPages:
Option
[
Int
]
,
facets:
Option
[
Map
[
String
,
Map
[
String
,
Int
]]]
,
exhaustiveFacetsCount:
Option
[
Boolean
]
,
exhaustiveNbHits:
Option
[
Boolean
]
,
query:
String
,
queryAfterRemoval:
Option
[
String
]
,
params:
String
,
message:
Option
[
String
]
,
aroundLatLng:
Option
[
String
]
,
automaticRadius:
Option
[
Int
]
,
facets_stats:
Option
[
Map
[
String
,
Float
]]
,
serverUsed:
Option
[
String
]
,
parsedQuery:
Option
[
String
]
,
processed:
Option
[
Boolean
]
,
index:
Option
[
String
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
aroundLatLng
:
Option
[
String
]
def
as
[
T
]
(
implicit
arg0:
Manifest
[
T
]
)
:
Seq
[
T
]
def
asHit
[
T <:
Hit
]
(
implicit
arg0:
Manifest
[
T
]
)
:
Seq
[
T
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
asWithObjectID
[
T <:
ObjectID
]
(
implicit
arg0:
Manifest
[
T
]
)
:
Seq
[
T
]
val
automaticRadius
:
Option
[
Int
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
exhaustiveFacetsCount
:
Option
[
Boolean
]
val
exhaustiveNbHits
:
Option
[
Boolean
]
val
facets
:
Option
[
Map
[
String
,
Map
[
String
,
Int
]]]
val
facets_stats
:
Option
[
Map
[
String
,
Float
]]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
implicit
val
formats
:
Formats
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
hits
:
Seq
[
JObject
]
val
hitsPerPage
:
Option
[
Int
]
val
index
:
Option
[
String
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
message
:
Option
[
String
]
val
nbHits
:
Int
val
nbPages
:
Option
[
Int
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
page
:
Option
[
Int
]
val
params
:
String
val
parsedQuery
:
Option
[
String
]
val
processed
:
Option
[
Boolean
]
val
processingTimeMS
:
Int
val
query
:
String
val
queryAfterRemoval
:
Option
[
String
]
val
serverUsed
:
Option
[
String
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped