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 classSqlSearchResultsAn 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 SearchResultsSqlSearchResults. 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 classArraySearchResultsSearch results constructed from an array of selected MatchId strings.classCsvResultsSearch results constructed from a CSV file.Methods in nzilbb.labbcat.server.search that return SearchResults Modifier and Type Method Description SearchResultsSearchTask. getResults()Getter forSearchTask.results: The results of the search.SearchResultsArraySearchResults. setPageLength(int newPageLength)Setter forArraySearchResults.pageLength: The maximum number of results to return fromArraySearchResults.next(), or 0 for no maximum.SearchResultsCsvResults. setPageLength(int newPageLength)Setter forCsvResults.pageLength: The maximum number of results to return fromCsvResults.next(), or 0 for no maximum.SearchResultsSearchResults. 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 SearchTaskSearchTask. setResults(SearchResults newResults)Setter forSearchTask.results: The results of the search.
-