Uses of Interface
nzilbb.labbcat.server.search.SearchResults
-
Packages that use SearchResults Package Description nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations.nzilbb.labbcat.server.search Classes that manage definition, serializations, and deserialization of search matrices. -
-
Uses of SearchResults in nzilbb.labbcat.server.db
Classes in nzilbb.labbcat.server.db that implement SearchResults Modifier and Type Class Description class
SqlSearchResults
An implementation of SearchResults that uses the results tables for match data.Methods in nzilbb.labbcat.server.db that return SearchResults Modifier and Type Method Description SearchResults
SqlSearchResults. setPageLength(int newPageLength)
Setter forSqlSearchResults.pageLength
: The maximum number of results to return fromSqlSearchResults.next()
, or 0 for no maximum. -
Uses of SearchResults in nzilbb.labbcat.server.search
Classes in nzilbb.labbcat.server.search that implement SearchResults Modifier and Type Class Description class
ArraySearchResults
Search results constructed from an array of selected MatchId strings.Methods in nzilbb.labbcat.server.search that return SearchResults Modifier and Type Method Description SearchResults
SearchTask. getResults()
Getter forSearchTask.results
: The results of the search.SearchResults
ArraySearchResults. setPageLength(int newPageLength)
Setter forArraySearchResults.pageLength
: The maximum number of results to return fromArraySearchResults.next()
, or 0 for no maximum.SearchResults
SearchResults. setPageLength(int newPageLength)
The maximum number of results to return from next(), or 0 for no maximum.Methods in nzilbb.labbcat.server.search with parameters of type SearchResults Modifier and Type Method Description SearchTask
SearchTask. setResults(SearchResults newResults)
Setter forSearchTask.results
: The results of the search.
-