SKIndex
~SKIndex()
AnalysisProperties
DocumentCount
Handle
MaximumBytesBeforeFlush
MaximumDocumentID
MaximumTermID
AddDocument(SKDocument, String, Boolean)
AddDocumentWithText(SKDocument, String, Boolean)
Close()
Compact()
CreateWithMutableData(NSMutableData, String, SKIndexType, SKTextAnalysis)
CreateWithUrl(NSUrl, String, SKIndexType, SKTextAnalysis)
Dispose()
Dispose(Boolean)
Flush()
FromData(NSData, String)
FromMutableData(NSMutableData, String)
FromUrl(NSUrl, String, Boolean)
GetDocument(nint)
GetDocument(nint)
LoadDefaultExtractorPlugIns()
MoveDocument(SKDocument, SKDocument)
RemoveDocument(SKDocument)
RenameDocument(SKDocument, String)
Search(String, SKSearchOptions)
SetDocumentProperties(SKDocument, NSDictionary)
xamarinmac
namespace SearchKit
{
public class SKIndex : INativeObject, IDisposable
{
public static SKIndex FromUrl(NSUrl url, string indexName, bool writeAccess);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API