|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchKitLibrary
JNA Wrapper for library SearchKit
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
SearchKitLibrary.__SKIndex
|
static class |
SearchKitLibrary.__SKIndexDocumentIterator
|
static class |
SearchKitLibrary.__SKSearch
|
static class |
SearchKitLibrary.__SKSearchGroup
|
static class |
SearchKitLibrary.__SKSearchResults
|
static class |
SearchKitLibrary.__SKSummary
Conversion Error : CFStringRef SKIPPED: native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:204 kSKLanguageTypes |
static class |
SearchKitLibrary.CFTypeRef
|
static interface |
SearchKitLibrary.SKDocumentIndexState
SKDocumentIndexState Summary: The indexing state of a document. |
static interface |
SearchKitLibrary.SKIndexType
SKIndexType Summary: The possible index types for SearchKit indexes. |
static interface |
SearchKitLibrary.SKSearchResultsFilterCallBack
SKSearchResultsFilterCallBack Summary: A callback function for hit testing during searching. |
static interface |
SearchKitLibrary.SKSearchType
SKSearchType Discussion: The various search types you can use with SKSearchResultsCreateWithQuery. |
Nested classes/interfaces inherited from interface com.sun.jna.Library |
---|
Library.Handler |
Field Summary | |
---|---|
static SearchKitLibrary |
INSTANCE
|
static String |
JNA_LIBRARY_NAME
|
static NativeLibrary |
JNA_NATIVE_LIB
|
static int |
kSKSearchOptionDefault
|
static int |
kSKSearchOptionFindSimilar
Find documents similar to given text string native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/SearchKit.framework/Headers/SKSearch.h:83 |
static int |
kSKSearchOptionNoRelevanceScores
Save time by not computing relevance scores. |
static int |
kSKSearchOptionSpaceMeansOR
Space in a query means OR instead of AND. |
Fields inherited from interface com.sun.jna.Library |
---|
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
Method Summary | |
---|---|
NativeLong |
SKDocumentGetTypeID()
SKDocumentGetTypeID() Summary: Returns the type identifier of the SKDocument type. |
void |
SKIndexClose(SearchKitLibrary.__SKIndex inIndex)
SKIndexClose() Summary: Close the index. |
boolean |
SKIndexCompact(SearchKitLibrary.__SKIndex inIndex)
SKIndexCompact() Summary: Attempts to defragment and compact the index. |
HIServicesLibrary.__CFArray |
SKIndexCopyDocumentIDArrayForTermID(SearchKitLibrary.__SKIndex inIndex,
NativeLong inTermID)
SKIndexCopyDocumentIDArrayForTermID() Summary: Gets the IDs of the documents containing a given term in an index. |
void |
SKIndexCopyDocumentRefsForDocumentIDs(SearchKitLibrary.__SKIndex inIndex,
NativeLong inCount,
NativeLongByReference inDocumentIDsArray,
SearchKitLibrary.CFTypeRef outDocumentRefsArray)
SKIndexCopyDocumentRefsForDocumentIDs() Summary: Copies document references by way of document IDs in an index. |
void |
SKIndexCopyDocumentURLsForDocumentIDs(SearchKitLibrary.__SKIndex inIndex,
NativeLong inCount,
NativeLongByReference inDocumentIDsArray,
ColorSyncLibrary.__CFURL[] outDocumentURLsArray)
SKIndexCopyDocumentURLsForDocumentIDs() Summary: Copies document URLs by way of document IDs in an index. |
void |
SKIndexCopyDocumentURLsForDocumentIDs(SearchKitLibrary.__SKIndex inIndex,
NativeLong inCount,
NativeLongByReference inDocumentIDsArray,
PointerByReference outDocumentURLsArray)
Deprecated. use the safer method SKIndexCopyDocumentURLsForDocumentIDs(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKIndex, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL[]) instead |
void |
SKIndexCopyInfoForDocumentIDs(SearchKitLibrary.__SKIndex inIndex,
NativeLong inCount,
NativeLongByReference inDocumentIDsArray,
CarbonCoreLibrary.CFStringRef outNamesArray,
NativeLongByReference outParentIDsArray)
SKIndexCopyInfoForDocumentIDs() Summary: Copies document names and parent ids by way of document IDs in an index. |
HIServicesLibrary.__CFArray |
SKIndexCopyTermIDArrayForDocumentID(SearchKitLibrary.__SKIndex inIndex,
NativeLong inDocumentID)
SKIndexCopyTermIDArrayForDocumentID() Summary: Gets the IDs for the terms of a document in an index. |
NativeLong |
SKIndexDocumentIteratorGetTypeID()
SKIndexDocumentIteratorGetTypeID() Summary: Returns the type identifier of the index iterator. |
boolean |
SKIndexFlush(SearchKitLibrary.__SKIndex inIndex)
SKIndexFlush() Summary: Forces SearchKit to flush all caches associated with an index. |
HIServicesLibrary.__CFDictionary |
SKIndexGetAnalysisProperties(SearchKitLibrary.__SKIndex inIndex)
SKIndexGetAnalysisProperties() Summary: Gets the text analysis properties of an index. |
NativeLong |
SKIndexGetDocumentCount(SearchKitLibrary.__SKIndex inIndex)
SKIndexGetDocumentCount() Summary: Gets the total number of documents represented in an index. |
NativeLong |
SKIndexGetDocumentTermCount(SearchKitLibrary.__SKIndex inIndex,
NativeLong inDocumentID)
SKIndexGetDocumentTermCount() Summary: Gets the number of terms for a given document in an index. |
NativeLong |
SKIndexGetDocumentTermFrequency(SearchKitLibrary.__SKIndex inIndex,
NativeLong inDocumentID,
NativeLong inTermID)
SKIndexGetDocumentTermFrequency() Summary: Gets the frequency of occurrences of a given term in a document. |
int |
SKIndexGetIndexType(SearchKitLibrary.__SKIndex inIndex)
|
NativeLong |
SKIndexGetMaximumBytesBeforeFlush(SearchKitLibrary.__SKIndex inIndex)
SKIndexGetMaximumBytesBeforeFlush() Summary: Gets the memory size limit for an index, measured in bytes. |
NativeLong |
SKIndexGetMaximumDocumentID(SearchKitLibrary.__SKIndex inIndex)
SKIndexGetMaximumDocumentID() Summary: Gets the highest-numbered document ID in an index. |
NativeLong |
SKIndexGetMaximumTermID(SearchKitLibrary.__SKIndex inIndex)
SKIndexGetMaximumTermID() Summary: Gets the highest-numbered term ID in an index. |
NativeLong |
SKIndexGetTermDocumentCount(SearchKitLibrary.__SKIndex inIndex,
NativeLong inTermID)
SKIndexGetTermDocumentCount() Summary: Gets the number of documents containing a given term in an index. |
NativeLong |
SKIndexGetTypeID()
SKIndexGetTypeID() Summary: Returns the type identifier for the index. |
void |
SKIndexSetMaximumBytesBeforeFlush(SearchKitLibrary.__SKIndex inIndex,
NativeLong inBytesForUpdate)
SKIndexSetMaximumBytesBeforeFlush() Summary: Sets the memory size limit for an index. |
void |
SKLoadDefaultExtractorPlugIns()
SKLoadDefaultExtractorPlugIns() Summary: Loads the default text extractor plug-ins. |
void |
SKSearchCancel(SearchKitLibrary.__SKSearch inSearch)
SKSearchCancel() Summary: Cancel the search request. |
boolean |
SKSearchFindMatches(SearchKitLibrary.__SKSearch inSearch,
NativeLong inMaximumCount,
NativeLongByReference outDocumentIDsArray,
FloatBuffer outScoresArray,
double maximumTime,
NativeLongByReference outFoundCount)
SKSearchFindMatches() Summary: Search for up to maximumTime seconds or until inMaximumCount (or all) items are found. |
boolean |
SKSearchFindMatches(SearchKitLibrary.__SKSearch inSearch,
NativeLong inMaximumCount,
NativeLongByReference outDocumentIDsArray,
FloatByReference outScoresArray,
double maximumTime,
NativeLongByReference outFoundCount)
Deprecated. use the safer methods SKSearchFindMatches(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearch, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference, java.nio.FloatBuffer, double, com.sun.jna.ptr.NativeLongByReference) and SKSearchFindMatches(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearch, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference, com.sun.jna.ptr.FloatByReference, double, com.sun.jna.ptr.NativeLongByReference) instead |
NativeLong |
SKSearchGetTypeID()
SKSearchGetTypeID() Summary: Returns the type identifier for the SKSearch type. |
HIServicesLibrary.__CFArray |
SKSearchGroupCopyIndexes(SearchKitLibrary.__SKSearchGroup inSearchGroup)
SKSearchGroupCopyIndexes() *** DEPRECATED *** Summary: Gets the indexes for a search group. |
SearchKitLibrary.__SKSearchGroup |
SKSearchGroupCreate(HIServicesLibrary.__CFArray inArrayOfInIndexes)
SKSearchGroupCreate() *** DEPRECATED *** Summary: Creates a search group as an array of references to indexes. |
NativeLong |
SKSearchGroupGetTypeID()
SKSearchGroupGetTypeID() *** DEPRECATED *** Summary: Returns the type identifier for the SKSearchGroup type. |
HIServicesLibrary.__CFArray |
SKSearchResultsCopyMatchingTerms(SearchKitLibrary.__SKSearchResults inSearchResults,
NativeLong inItem)
SKSearchResultsCopyMatchingTerms() *** DEPRECATED *** Summary: Gets the matching terms for the specified search result item index. |
SearchKitLibrary.__SKSearchResults |
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. |
NativeLong |
SKSearchResultsGetCount(SearchKitLibrary.__SKSearchResults inSearchResults)
SKSearchResultsGetCount() *** DEPRECATED *** Summary: Gets the total number of found items in a search. |
NativeLong |
SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults inSearchResults,
CFRange.ByValue inRange,
SearchKitLibrary.CFTypeRef outDocumentsArray,
PointerByReference outIndexesArray,
FloatByReference outScoresArray)
Deprecated. use the safer methods 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 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 |
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 |
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. |
NativeLong |
SKSearchResultsGetTypeID()
SKSearchResultsGetTypeID() *** DEPRECATED *** Summary: Returns the type identifier for the SKSearchResults object. |
NativeLong |
SKSummaryGetParagraphCount(SearchKitLibrary.__SKSummary summary)
SKSummaryGetParagraphCount() Summary: Gets the number of paragraphs available. |
NativeLong |
SKSummaryGetParagraphSummaryInfo(SearchKitLibrary.__SKSummary summary,
NativeLong numParagraphsInSummary,
NativeLongByReference outRankOrderOfParagraphs,
NativeLongByReference outParagraphIndexOfParagraphs)
SKSummaryGetParagraphSummaryInfo() Summary: Get detailed information about a paragraph-based summary. |
NativeLong |
SKSummaryGetSentenceCount(SearchKitLibrary.__SKSummary summary)
SKSummaryGetSentenceCount() Summary: Gets the number of sentences available. |
NativeLong |
SKSummaryGetSentenceSummaryInfo(SearchKitLibrary.__SKSummary summary,
NativeLong numSentencesInSummary,
NativeLongByReference outRankOrderOfSentences,
NativeLongByReference outSentenceIndexOfSentences,
NativeLongByReference outParagraphIndexOfSentences)
SKSummaryGetSentenceSummaryInfo() Summary: Get detailed information about a sentence-based summary. |
NativeLong |
SKSummaryGetTypeID()
SKSummaryGetTypeID() Summary: Returns the type identifier of the SKSummaryRef type. |
Field Detail |
---|
static final String JNA_LIBRARY_NAME
static final NativeLibrary JNA_NATIVE_LIB
static final SearchKitLibrary INSTANCE
static final int kSKSearchOptionDefault
static final int kSKSearchOptionNoRelevanceScores
static final int kSKSearchOptionSpaceMeansOR
static final int kSKSearchOptionFindSimilar
Method Detail |
---|
NativeLong SKDocumentGetTypeID()
CFTypeID SKDocumentGetTypeID()
NativeLong SKIndexGetTypeID()
CFTypeID SKIndexGetTypeID()
NativeLong SKIndexDocumentIteratorGetTypeID()
CFTypeID SKIndexDocumentIteratorGetTypeID()
boolean SKIndexFlush(SearchKitLibrary.__SKIndex inIndex)
Boolean SKIndexFlush(SKIndexRef)
void SKIndexSetMaximumBytesBeforeFlush(SearchKitLibrary.__SKIndex inIndex, NativeLong inBytesForUpdate)
void SKIndexSetMaximumBytesBeforeFlush(SKIndexRef, CFIndex)
NativeLong SKIndexGetMaximumBytesBeforeFlush(SearchKitLibrary.__SKIndex inIndex)
CFIndex SKIndexGetMaximumBytesBeforeFlush(SKIndexRef)
boolean SKIndexCompact(SearchKitLibrary.__SKIndex inIndex)
Boolean SKIndexCompact(SKIndexRef)
int SKIndexGetIndexType(SearchKitLibrary.__SKIndex inIndex)
SearchKitLibrary.SKIndexType
HIServicesLibrary.__CFDictionary SKIndexGetAnalysisProperties(SearchKitLibrary.__SKIndex inIndex)
CFDictionaryRef SKIndexGetAnalysisProperties(SKIndexRef)
NativeLong SKIndexGetDocumentCount(SearchKitLibrary.__SKIndex inIndex)
CFIndex SKIndexGetDocumentCount(SKIndexRef)
void SKIndexClose(SearchKitLibrary.__SKIndex inIndex)
void SKIndexClose(SKIndexRef)
NativeLong SKIndexGetMaximumDocumentID(SearchKitLibrary.__SKIndex inIndex)
SKDocumentID SKIndexGetMaximumDocumentID(SKIndexRef)
NativeLong SKIndexGetDocumentTermCount(SearchKitLibrary.__SKIndex inIndex, NativeLong inDocumentID)
CFIndex SKIndexGetDocumentTermCount(SKIndexRef, SKDocumentID)
HIServicesLibrary.__CFArray SKIndexCopyTermIDArrayForDocumentID(SearchKitLibrary.__SKIndex inIndex, NativeLong inDocumentID)
CFArrayRef SKIndexCopyTermIDArrayForDocumentID(SKIndexRef, SKDocumentID)
NativeLong SKIndexGetDocumentTermFrequency(SearchKitLibrary.__SKIndex inIndex, NativeLong inDocumentID, NativeLong inTermID)
CFIndex SKIndexGetDocumentTermFrequency(SKIndexRef, SKDocumentID, CFIndex)
NativeLong SKIndexGetMaximumTermID(SearchKitLibrary.__SKIndex inIndex)
CFIndex SKIndexGetMaximumTermID(SKIndexRef)
NativeLong SKIndexGetTermDocumentCount(SearchKitLibrary.__SKIndex inIndex, NativeLong inTermID)
CFIndex SKIndexGetTermDocumentCount(SKIndexRef, CFIndex)
HIServicesLibrary.__CFArray SKIndexCopyDocumentIDArrayForTermID(SearchKitLibrary.__SKIndex inIndex, NativeLong inTermID)
CFArrayRef SKIndexCopyDocumentIDArrayForTermID(SKIndexRef, CFIndex)
void SKLoadDefaultExtractorPlugIns()
void SKLoadDefaultExtractorPlugIns()
NativeLong SKSearchGetTypeID()
CFTypeID SKSearchGetTypeID()
void SKSearchCancel(SearchKitLibrary.__SKSearch inSearch)
void SKSearchCancel(SKSearchRef)
@Deprecated boolean SKSearchFindMatches(SearchKitLibrary.__SKSearch inSearch, NativeLong inMaximumCount, NativeLongByReference outDocumentIDsArray, FloatByReference outScoresArray, double maximumTime, NativeLongByReference outFoundCount)
SKSearchFindMatches(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearch, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference, java.nio.FloatBuffer, double, com.sun.jna.ptr.NativeLongByReference)
and SKSearchFindMatches(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearch, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference, com.sun.jna.ptr.FloatByReference, double, com.sun.jna.ptr.NativeLongByReference)
instead
Boolean SKSearchFindMatches(SKSearchRef, CFIndex, SKDocumentID*, float*, CFTimeInterval, CFIndex*)
boolean SKSearchFindMatches(SearchKitLibrary.__SKSearch inSearch, NativeLong inMaximumCount, NativeLongByReference outDocumentIDsArray, FloatBuffer outScoresArray, double maximumTime, NativeLongByReference outFoundCount)
Boolean SKSearchFindMatches(SKSearchRef, CFIndex, SKDocumentID*, float*, CFTimeInterval, CFIndex*)
void SKIndexCopyInfoForDocumentIDs(SearchKitLibrary.__SKIndex inIndex, NativeLong inCount, NativeLongByReference inDocumentIDsArray, CarbonCoreLibrary.CFStringRef outNamesArray, NativeLongByReference outParentIDsArray)
void SKIndexCopyInfoForDocumentIDs(SKIndexRef, CFIndex, SKDocumentID*, CFStringRef*, SKDocumentID*)
void SKIndexCopyDocumentRefsForDocumentIDs(SearchKitLibrary.__SKIndex inIndex, NativeLong inCount, NativeLongByReference inDocumentIDsArray, SearchKitLibrary.CFTypeRef outDocumentRefsArray)
void SKIndexCopyDocumentRefsForDocumentIDs(SKIndexRef, CFIndex, SKDocumentID*, SKDocumentRef*)
@Deprecated void SKIndexCopyDocumentURLsForDocumentIDs(SearchKitLibrary.__SKIndex inIndex, NativeLong inCount, NativeLongByReference inDocumentIDsArray, PointerByReference outDocumentURLsArray)
SKIndexCopyDocumentURLsForDocumentIDs(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKIndex, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL[])
instead
void SKIndexCopyDocumentURLsForDocumentIDs(SKIndexRef, CFIndex, SKDocumentID*, CFURLRef*)
void SKIndexCopyDocumentURLsForDocumentIDs(SearchKitLibrary.__SKIndex inIndex, NativeLong inCount, NativeLongByReference inDocumentIDsArray, ColorSyncLibrary.__CFURL[] outDocumentURLsArray)
void SKIndexCopyDocumentURLsForDocumentIDs(SKIndexRef, CFIndex, SKDocumentID*, CFURLRef*)
NativeLong SKSearchGroupGetTypeID()
CFTypeID SKSearchGroupGetTypeID()
NativeLong SKSearchResultsGetTypeID()
CFTypeID SKSearchResultsGetTypeID()
SearchKitLibrary.__SKSearchGroup SKSearchGroupCreate(HIServicesLibrary.__CFArray inArrayOfInIndexes)
SKSearchGroupRef SKSearchGroupCreate(CFArrayRef)
HIServicesLibrary.__CFArray SKSearchGroupCopyIndexes(SearchKitLibrary.__SKSearchGroup inSearchGroup)
CFArrayRef SKSearchGroupCopyIndexes(SKSearchGroupRef)
SearchKitLibrary.__SKSearchResults SKSearchResultsCreateWithDocuments(SearchKitLibrary.__SKSearchGroup inSearchGroup, HIServicesLibrary.__CFArray inExampleDocuments, NativeLong inMaxFoundDocuments, Pointer inContext, SearchKitLibrary.SKSearchResultsFilterCallBack inFilterCallBack)
SKSearchResultsRef SKSearchResultsCreateWithDocuments(SKSearchGroupRef, CFArrayRef, CFIndex, void*, SKSearchResultsFilterCallBack)
NativeLong SKSearchResultsGetCount(SearchKitLibrary.__SKSearchResults inSearchResults)
CFIndex SKSearchResultsGetCount(SKSearchResultsRef)
@Deprecated NativeLong SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults inSearchResults, CFRange.ByValue inRange, SearchKitLibrary.CFTypeRef outDocumentsArray, PointerByReference outIndexesArray, FloatByReference outScoresArray)
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 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
CFIndex SKSearchResultsGetInfoInRange(SKSearchResultsRef, CFRange, SKDocumentRef*, SKIndexRef*, float*)
NativeLong SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults inSearchResults, CFRange.ByValue inRange, SearchKitLibrary.CFTypeRef outDocumentsArray, SearchKitLibrary.__SKIndex[] outIndexesArray, FloatBuffer outScoresArray)
CFIndex SKSearchResultsGetInfoInRange(SKSearchResultsRef, CFRange, SKDocumentRef*, SKIndexRef*, float*)
NativeLong SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults inSearchResults, CFRange.ByValue inRange, SearchKitLibrary.CFTypeRef outDocumentsArray, SearchKitLibrary.__SKIndex[] outIndexesArray, FloatByReference outScoresArray)
CFIndex SKSearchResultsGetInfoInRange(SKSearchResultsRef, CFRange, SKDocumentRef*, SKIndexRef*, float*)
HIServicesLibrary.__CFArray SKSearchResultsCopyMatchingTerms(SearchKitLibrary.__SKSearchResults inSearchResults, NativeLong inItem)
CFArrayRef SKSearchResultsCopyMatchingTerms(SKSearchResultsRef, CFIndex)
NativeLong SKSummaryGetTypeID()
CFTypeID SKSummaryGetTypeID()
NativeLong SKSummaryGetSentenceCount(SearchKitLibrary.__SKSummary summary)
CFIndex SKSummaryGetSentenceCount(SKSummaryRef)
NativeLong SKSummaryGetParagraphCount(SearchKitLibrary.__SKSummary summary)
CFIndex SKSummaryGetParagraphCount(SKSummaryRef)
NativeLong SKSummaryGetSentenceSummaryInfo(SearchKitLibrary.__SKSummary summary, NativeLong numSentencesInSummary, NativeLongByReference outRankOrderOfSentences, NativeLongByReference outSentenceIndexOfSentences, NativeLongByReference outParagraphIndexOfSentences)
CFIndex SKSummaryGetSentenceSummaryInfo(SKSummaryRef, CFIndex, CFIndex*, CFIndex*, CFIndex*)
NativeLong SKSummaryGetParagraphSummaryInfo(SearchKitLibrary.__SKSummary summary, NativeLong numParagraphsInSummary, NativeLongByReference outRankOrderOfParagraphs, NativeLongByReference outParagraphIndexOfParagraphs)
CFIndex SKSummaryGetParagraphSummaryInfo(SKSummaryRef, CFIndex, CFIndex*, CFIndex*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |