Uses of Class
org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearchResults

Packages that use SearchKitLibrary.__SKSearchResults
org.rococoa.cocoa.searchkit   
 

Uses of SearchKitLibrary.__SKSearchResults in org.rococoa.cocoa.searchkit
 

Methods in org.rococoa.cocoa.searchkit that return SearchKitLibrary.__SKSearchResults
 SearchKitLibrary.__SKSearchResults SearchKitLibrary.SKSearchResultsCreateWithDocuments(SearchKitLibrary.__SKSearchGroup inSearchGroup, HIServicesLibrary.__CFArray inExampleDocuments, NativeLong inMaxFoundDocuments, Pointer inContext, SearchKitLibrary.SKSearchResultsFilterCallBack inFilterCallBack)
          SKSearchResultsCreateWithDocuments() *** DEPRECATED ***

Summary:
Finds documents similar to given example documents by searching
the indexes in a search group.
 

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.
 



Copyright © 2009. All Rights Reserved.