|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchResults
The SearchResults
interface represents Splunk search results.
Method Summary | |
---|---|
java.util.Collection<java.lang.String> |
getFields()
Returns a collection of field names from the results. |
boolean |
isPreview()
Indicates whether the results are a preview from an unfinished search. |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
boolean isPreview()
true
if the results are a preview, false
if not.java.util.Collection<java.lang.String> getFields()
Note that any given result will contain a subset of these fields.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |