Methods in org.rococoa.cocoa.searchkit with parameters of type SearchKitLibrary.__SKSearchResults |
HIServicesLibrary.__CFArray |
SearchKitLibrary.SKSearchResultsCopyMatchingTerms(SearchKitLibrary.__SKSearchResults inSearchResults,
NativeLong inItem)
SKSearchResultsCopyMatchingTerms() *** DEPRECATED ***
Summary:
Gets the matching terms for the specified search result item
index. |
NativeLong |
SearchKitLibrary.SKSearchResultsGetCount(SearchKitLibrary.__SKSearchResults inSearchResults)
SKSearchResultsGetCount() *** DEPRECATED ***
Summary:
Gets the total number of found items in a search. |
NativeLong |
SearchKitLibrary.SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults inSearchResults,
CFRange.ByValue inRange,
SearchKitLibrary.CFTypeRef outDocumentsArray,
PointerByReference outIndexesArray,
FloatByReference outScoresArray)
Deprecated. use the safer methods SearchKitLibrary.SKSearchResultsGetInfoInRange(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearchResults, org.rococoa.cocoa.corefoundation.CFRange.ByValue, org.rococoa.cocoa.searchkit.SearchKitLibrary.CFTypeRef, org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKIndex[], java.nio.FloatBuffer) and SearchKitLibrary.SKSearchResultsGetInfoInRange(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearchResults, org.rococoa.cocoa.corefoundation.CFRange.ByValue, org.rococoa.cocoa.searchkit.SearchKitLibrary.CFTypeRef, org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKIndex[], com.sun.jna.ptr.FloatByReference) instead |
NativeLong |
SearchKitLibrary.SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults inSearchResults,
CFRange.ByValue inRange,
SearchKitLibrary.CFTypeRef outDocumentsArray,
SearchKitLibrary.__SKIndex[] outIndexesArray,
FloatBuffer outScoresArray)
SKSearchResultsGetInfoInRange() *** DEPRECATED ***
Summary:
Fills in requested results, returns number of items that were
returned. |
NativeLong |
SearchKitLibrary.SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults inSearchResults,
CFRange.ByValue inRange,
SearchKitLibrary.CFTypeRef outDocumentsArray,
SearchKitLibrary.__SKIndex[] outIndexesArray,
FloatByReference outScoresArray)
SKSearchResultsGetInfoInRange() *** DEPRECATED ***
Summary:
Fills in requested results, returns number of items that were
returned. |