@Deprecated @StableMinor(version="12.3", sinceVersion="4.0") public abstract class SearchResults extends Object
Constructor and Description |
---|
SearchResults()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract SearchAttributes |
getAttributes()
Deprecated.
Returns the result's
attributes . |
abstract SearchHit |
getHit(int hitIndex)
Deprecated.
Returns a
hit of the collection. |
abstract int |
getHitCount()
Deprecated.
Returns the number of
hits in the collection. |
public abstract int getHitCount()
hits
in the collection.hits
in the collection.public abstract SearchHit getHit(int hitIndex) throws IndexOutOfBoundsException, PortalException
hit
of the collection.hitIndex
- index of the hit
to be returnedhit
referent to the given indexIndexOutOfBoundsException
- if the given index is greater than the hit count
PortalException
public abstract SearchAttributes getAttributes()
attributes
.
Attributes contain additional information returned by the
search engine in a query
execution
.
attributes
.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.