Example #1
0
 private static extern IndexReader ReaderImpl(Index index, out TantivyError error);
Example #2
0
 private static extern IndexWriter WriterImpl(Index index, UIntPtr numThreads, UIntPtr overallHeapSizeInBytes, out TantivyError error);
Example #3
0
 private static extern Index CreateFromTempDirMoveImpl(BuiltSchema schema, out TantivyError error);
Example #4
0
 private static unsafe extern Index CreateInDirMoveImpl(byte *path, UIntPtr pathLength, BuiltSchema schema, out TantivyError error);
Example #5
0
 private static extern ulong CommitImpl(IndexWriter writer, out TantivyError error);