1 //------------------------------------------------------------------------------
2 // <auto-generated />
3 //
4 // This file was automatically generated by SWIG (http://www.swig.org).
5 // Version 3.0.13
6 //
7 // Do not make changes to this file unless you know what you are doing--modify
8 // the SWIG interface file instead.
9 //------------------------------------------------------------------------------
10 
11 namespace Xapian {
12 
13 class XapianPINVOKE {
14 
15   protected class SWIGExceptionHelper {
16 
ExceptionDelegate(string message)17     public delegate void ExceptionDelegate(string message);
ExceptionArgumentDelegate(string message, string paramName)18     public delegate void ExceptionArgumentDelegate(string message, string paramName);
19 
20     static ExceptionDelegate applicationDelegate = new ExceptionDelegate(SetPendingApplicationException);
21     static ExceptionDelegate arithmeticDelegate = new ExceptionDelegate(SetPendingArithmeticException);
22     static ExceptionDelegate divideByZeroDelegate = new ExceptionDelegate(SetPendingDivideByZeroException);
23     static ExceptionDelegate indexOutOfRangeDelegate = new ExceptionDelegate(SetPendingIndexOutOfRangeException);
24     static ExceptionDelegate invalidCastDelegate = new ExceptionDelegate(SetPendingInvalidCastException);
25     static ExceptionDelegate invalidOperationDelegate = new ExceptionDelegate(SetPendingInvalidOperationException);
26     static ExceptionDelegate ioDelegate = new ExceptionDelegate(SetPendingIOException);
27     static ExceptionDelegate nullReferenceDelegate = new ExceptionDelegate(SetPendingNullReferenceException);
28     static ExceptionDelegate outOfMemoryDelegate = new ExceptionDelegate(SetPendingOutOfMemoryException);
29     static ExceptionDelegate overflowDelegate = new ExceptionDelegate(SetPendingOverflowException);
30     static ExceptionDelegate systemDelegate = new ExceptionDelegate(SetPendingSystemException);
31 
32     static ExceptionArgumentDelegate argumentDelegate = new ExceptionArgumentDelegate(SetPendingArgumentException);
33     static ExceptionArgumentDelegate argumentNullDelegate = new ExceptionArgumentDelegate(SetPendingArgumentNullException);
34     static ExceptionArgumentDelegate argumentOutOfRangeDelegate = new ExceptionArgumentDelegate(SetPendingArgumentOutOfRangeException);
35 
36     [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="SWIGRegisterExceptionCallbacks_Xapian")]
SWIGRegisterExceptionCallbacks_Xapian( ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)37     public static extern void SWIGRegisterExceptionCallbacks_Xapian(
38                                 ExceptionDelegate applicationDelegate,
39                                 ExceptionDelegate arithmeticDelegate,
40                                 ExceptionDelegate divideByZeroDelegate,
41                                 ExceptionDelegate indexOutOfRangeDelegate,
42                                 ExceptionDelegate invalidCastDelegate,
43                                 ExceptionDelegate invalidOperationDelegate,
44                                 ExceptionDelegate ioDelegate,
45                                 ExceptionDelegate nullReferenceDelegate,
46                                 ExceptionDelegate outOfMemoryDelegate,
47                                 ExceptionDelegate overflowDelegate,
48                                 ExceptionDelegate systemExceptionDelegate);
49 
50     [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="SWIGRegisterExceptionArgumentCallbacks_Xapian")]
SWIGRegisterExceptionCallbacksArgument_Xapian( ExceptionArgumentDelegate argumentDelegate, ExceptionArgumentDelegate argumentNullDelegate, ExceptionArgumentDelegate argumentOutOfRangeDelegate)51     public static extern void SWIGRegisterExceptionCallbacksArgument_Xapian(
52                                 ExceptionArgumentDelegate argumentDelegate,
53                                 ExceptionArgumentDelegate argumentNullDelegate,
54                                 ExceptionArgumentDelegate argumentOutOfRangeDelegate);
55 
SetPendingApplicationException(string message)56     static void SetPendingApplicationException(string message) {
57       SWIGPendingException.Set(new global::System.ApplicationException(message, SWIGPendingException.Retrieve()));
58     }
SetPendingArithmeticException(string message)59     static void SetPendingArithmeticException(string message) {
60       SWIGPendingException.Set(new global::System.ArithmeticException(message, SWIGPendingException.Retrieve()));
61     }
SetPendingDivideByZeroException(string message)62     static void SetPendingDivideByZeroException(string message) {
63       SWIGPendingException.Set(new global::System.DivideByZeroException(message, SWIGPendingException.Retrieve()));
64     }
SetPendingIndexOutOfRangeException(string message)65     static void SetPendingIndexOutOfRangeException(string message) {
66       SWIGPendingException.Set(new global::System.IndexOutOfRangeException(message, SWIGPendingException.Retrieve()));
67     }
SetPendingInvalidCastException(string message)68     static void SetPendingInvalidCastException(string message) {
69       SWIGPendingException.Set(new global::System.InvalidCastException(message, SWIGPendingException.Retrieve()));
70     }
SetPendingInvalidOperationException(string message)71     static void SetPendingInvalidOperationException(string message) {
72       SWIGPendingException.Set(new global::System.InvalidOperationException(message, SWIGPendingException.Retrieve()));
73     }
SetPendingIOException(string message)74     static void SetPendingIOException(string message) {
75       SWIGPendingException.Set(new global::System.IO.IOException(message, SWIGPendingException.Retrieve()));
76     }
SetPendingNullReferenceException(string message)77     static void SetPendingNullReferenceException(string message) {
78       SWIGPendingException.Set(new global::System.NullReferenceException(message, SWIGPendingException.Retrieve()));
79     }
SetPendingOutOfMemoryException(string message)80     static void SetPendingOutOfMemoryException(string message) {
81       SWIGPendingException.Set(new global::System.OutOfMemoryException(message, SWIGPendingException.Retrieve()));
82     }
SetPendingOverflowException(string message)83     static void SetPendingOverflowException(string message) {
84       SWIGPendingException.Set(new global::System.OverflowException(message, SWIGPendingException.Retrieve()));
85     }
SetPendingSystemException(string message)86     static void SetPendingSystemException(string message) {
87       SWIGPendingException.Set(new global::System.SystemException(message, SWIGPendingException.Retrieve()));
88     }
89 
SetPendingArgumentException(string message, string paramName)90     static void SetPendingArgumentException(string message, string paramName) {
91       SWIGPendingException.Set(new global::System.ArgumentException(message, paramName, SWIGPendingException.Retrieve()));
92     }
SetPendingArgumentNullException(string message, string paramName)93     static void SetPendingArgumentNullException(string message, string paramName) {
94       global::System.Exception e = SWIGPendingException.Retrieve();
95       if (e != null) message = message + " Inner Exception: " + e.Message;
96       SWIGPendingException.Set(new global::System.ArgumentNullException(paramName, message));
97     }
SetPendingArgumentOutOfRangeException(string message, string paramName)98     static void SetPendingArgumentOutOfRangeException(string message, string paramName) {
99       global::System.Exception e = SWIGPendingException.Retrieve();
100       if (e != null) message = message + " Inner Exception: " + e.Message;
101       SWIGPendingException.Set(new global::System.ArgumentOutOfRangeException(paramName, message));
102     }
103 
SWIGExceptionHelper()104     static SWIGExceptionHelper() {
105       SWIGRegisterExceptionCallbacks_Xapian(
106                                 applicationDelegate,
107                                 arithmeticDelegate,
108                                 divideByZeroDelegate,
109                                 indexOutOfRangeDelegate,
110                                 invalidCastDelegate,
111                                 invalidOperationDelegate,
112                                 ioDelegate,
113                                 nullReferenceDelegate,
114                                 outOfMemoryDelegate,
115                                 overflowDelegate,
116                                 systemDelegate);
117 
118       SWIGRegisterExceptionCallbacksArgument_Xapian(
119                                 argumentDelegate,
120                                 argumentNullDelegate,
121                                 argumentOutOfRangeDelegate);
122     }
123   }
124 
125   protected static SWIGExceptionHelper swigExceptionHelper = new SWIGExceptionHelper();
126 
127   public class SWIGPendingException {
128     [global::System.ThreadStatic]
129     private static global::System.Exception pendingException = null;
130     private static int numExceptionsPending = 0;
131 
132     public static bool Pending {
133       get {
134         bool pending = false;
135         if (numExceptionsPending > 0)
136           if (pendingException != null)
137             pending = true;
138         return pending;
139       }
140     }
141 
Set(global::System.Exception e)142     public static void Set(global::System.Exception e) {
143       if (pendingException != null)
144         throw new global::System.ApplicationException("FATAL: An earlier pending exception from unmanaged code was missed and thus not thrown (" + pendingException.ToString() + ")", e);
145       pendingException = e;
146       lock(typeof(XapianPINVOKE)) {
147         numExceptionsPending++;
148       }
149     }
150 
Retrieve()151     public static global::System.Exception Retrieve() {
152       global::System.Exception e = null;
153       if (numExceptionsPending > 0) {
154         if (pendingException != null) {
155           e = pendingException;
156           pendingException = null;
157           lock(typeof(XapianPINVOKE)) {
158             numExceptionsPending--;
159           }
160         }
161       }
162       return e;
163     }
164   }
165 
166 
167   protected class SWIGStringHelper {
168 
SWIGStringDelegate(string message)169     public delegate string SWIGStringDelegate(string message);
170     static SWIGStringDelegate stringDelegate = new SWIGStringDelegate(CreateString);
171 
172     [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="SWIGRegisterStringCallback_Xapian")]
SWIGRegisterStringCallback_Xapian(SWIGStringDelegate stringDelegate)173     public static extern void SWIGRegisterStringCallback_Xapian(SWIGStringDelegate stringDelegate);
174 
CreateString(string cString)175     static string CreateString(string cString) {
176       return cString;
177     }
178 
SWIGStringHelper()179     static SWIGStringHelper() {
180       SWIGRegisterStringCallback_Xapian(stringDelegate);
181     }
182   }
183 
184   static protected SWIGStringHelper swigStringHelper = new SWIGStringHelper();
185 
186 
XapianPINVOKE()187   static XapianPINVOKE() {
188   }
189 
190 
191   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Version_String")]
Version_String()192   public static extern string Version_String();
193 
194   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Version_Major")]
Version_Major()195   public static extern int Version_Major();
196 
197   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Version_Minor")]
Version_Minor()198   public static extern int Version_Minor();
199 
200   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Version_Revision")]
Version_Revision()201   public static extern int Version_Revision();
202 
203   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BAD_VALUENO_get")]
BAD_VALUENO_get()204   public static extern uint BAD_VALUENO_get();
205 
206   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_CREATE_get")]
DB_CREATE_get()207   public static extern int DB_CREATE_get();
208 
209   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_CREATE_OR_OPEN_get")]
DB_CREATE_OR_OPEN_get()210   public static extern int DB_CREATE_OR_OPEN_get();
211 
212   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_CREATE_OR_OVERWRITE_get")]
DB_CREATE_OR_OVERWRITE_get()213   public static extern int DB_CREATE_OR_OVERWRITE_get();
214 
215   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_OPEN_get")]
DB_OPEN_get()216   public static extern int DB_OPEN_get();
217 
218   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_NO_SYNC_get")]
DB_NO_SYNC_get()219   public static extern int DB_NO_SYNC_get();
220 
221   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_FULL_SYNC_get")]
DB_FULL_SYNC_get()222   public static extern int DB_FULL_SYNC_get();
223 
224   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_DANGEROUS_get")]
DB_DANGEROUS_get()225   public static extern int DB_DANGEROUS_get();
226 
227   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_NO_TERMLIST_get")]
DB_NO_TERMLIST_get()228   public static extern int DB_NO_TERMLIST_get();
229 
230   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_BACKEND_CHERT_get")]
DB_BACKEND_CHERT_get()231   public static extern int DB_BACKEND_CHERT_get();
232 
233   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_BACKEND_GLASS_get")]
DB_BACKEND_GLASS_get()234   public static extern int DB_BACKEND_GLASS_get();
235 
236   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_BACKEND_INMEMORY_get")]
DB_BACKEND_INMEMORY_get()237   public static extern int DB_BACKEND_INMEMORY_get();
238 
239   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_BACKEND_STUB_get")]
DB_BACKEND_STUB_get()240   public static extern int DB_BACKEND_STUB_get();
241 
242   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DB_RETRY_LOCK_get")]
DB_RETRY_LOCK_get()243   public static extern int DB_RETRY_LOCK_get();
244 
245   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DBCHECK_SHORT_TREE_get")]
DBCHECK_SHORT_TREE_get()246   public static extern int DBCHECK_SHORT_TREE_get();
247 
248   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DBCHECK_FULL_TREE_get")]
DBCHECK_FULL_TREE_get()249   public static extern int DBCHECK_FULL_TREE_get();
250 
251   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DBCHECK_SHOW_FREELIST_get")]
DBCHECK_SHOW_FREELIST_get()252   public static extern int DBCHECK_SHOW_FREELIST_get();
253 
254   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DBCHECK_SHOW_STATS_get")]
DBCHECK_SHOW_STATS_get()255   public static extern int DBCHECK_SHOW_STATS_get();
256 
257   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DBCHECK_FIX_get")]
DBCHECK_FIX_get()258   public static extern int DBCHECK_FIX_get();
259 
260   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DBCOMPACT_MULTIPASS_get")]
DBCOMPACT_MULTIPASS_get()261   public static extern int DBCOMPACT_MULTIPASS_get();
262 
263   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DBCOMPACT_NO_RENUMBER_get")]
DBCOMPACT_NO_RENUMBER_get()264   public static extern int DBCOMPACT_NO_RENUMBER_get();
265 
266   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DBCOMPACT_SINGLE_FILE_get")]
DBCOMPACT_SINGLE_FILE_get()267   public static extern int DBCOMPACT_SINGLE_FILE_get();
268 
269   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DOC_ASSUME_VALID_get")]
DOC_ASSUME_VALID_get()270   public static extern int DOC_ASSUME_VALID_get();
271 
272   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_PositionIterator")]
new_PositionIterator()273   public static extern global::System.IntPtr new_PositionIterator();
274 
275   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_PositionIterator")]
delete_PositionIterator(global::System.Runtime.InteropServices.HandleRef jarg1)276   public static extern void delete_PositionIterator(global::System.Runtime.InteropServices.HandleRef jarg1);
277 
278   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PositionIterator_SkipTo")]
PositionIterator_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)279   public static extern void PositionIterator_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
280 
281   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PositionIterator_GetDescription")]
PositionIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)282   public static extern string PositionIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
283 
284   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PositionIterator_Equals")]
PositionIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)285   public static extern bool PositionIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
286 
287   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PositionIterator_GetTermPos")]
PositionIterator_GetTermPos(global::System.Runtime.InteropServices.HandleRef jarg1)288   public static extern uint PositionIterator_GetTermPos(global::System.Runtime.InteropServices.HandleRef jarg1);
289 
290   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PositionIterator_Next")]
PositionIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1)291   public static extern global::System.IntPtr PositionIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1);
292 
293   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_PostingIterator")]
new_PostingIterator()294   public static extern global::System.IntPtr new_PostingIterator();
295 
296   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_PostingIterator")]
delete_PostingIterator(global::System.Runtime.InteropServices.HandleRef jarg1)297   public static extern void delete_PostingIterator(global::System.Runtime.InteropServices.HandleRef jarg1);
298 
299   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingIterator_GetWdf")]
PostingIterator_GetWdf(global::System.Runtime.InteropServices.HandleRef jarg1)300   public static extern uint PostingIterator_GetWdf(global::System.Runtime.InteropServices.HandleRef jarg1);
301 
302   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingIterator_GetDocLength")]
PostingIterator_GetDocLength(global::System.Runtime.InteropServices.HandleRef jarg1)303   public static extern uint PostingIterator_GetDocLength(global::System.Runtime.InteropServices.HandleRef jarg1);
304 
305   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingIterator_GetUniqueTerms")]
PostingIterator_GetUniqueTerms(global::System.Runtime.InteropServices.HandleRef jarg1)306   public static extern uint PostingIterator_GetUniqueTerms(global::System.Runtime.InteropServices.HandleRef jarg1);
307 
308   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingIterator_PositionListBegin")]
PostingIterator_PositionListBegin(global::System.Runtime.InteropServices.HandleRef jarg1)309   public static extern global::System.IntPtr PostingIterator_PositionListBegin(global::System.Runtime.InteropServices.HandleRef jarg1);
310 
311   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingIterator_PositionListEnd")]
PostingIterator_PositionListEnd(global::System.Runtime.InteropServices.HandleRef jarg1)312   public static extern global::System.IntPtr PostingIterator_PositionListEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
313 
314   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingIterator_SkipTo")]
PostingIterator_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)315   public static extern void PostingIterator_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
316 
317   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingIterator_GetDescription")]
PostingIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)318   public static extern string PostingIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
319 
320   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingIterator_Equals")]
PostingIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)321   public static extern bool PostingIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
322 
323   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingIterator_GetDocId")]
PostingIterator_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1)324   public static extern uint PostingIterator_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1);
325 
326   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingIterator_Next")]
PostingIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1)327   public static extern global::System.IntPtr PostingIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1);
328 
329   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_TermIterator")]
new_TermIterator()330   public static extern global::System.IntPtr new_TermIterator();
331 
332   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_TermIterator")]
delete_TermIterator(global::System.Runtime.InteropServices.HandleRef jarg1)333   public static extern void delete_TermIterator(global::System.Runtime.InteropServices.HandleRef jarg1);
334 
335   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermIterator_GetWdf")]
TermIterator_GetWdf(global::System.Runtime.InteropServices.HandleRef jarg1)336   public static extern uint TermIterator_GetWdf(global::System.Runtime.InteropServices.HandleRef jarg1);
337 
338   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermIterator_GetTermFreq")]
TermIterator_GetTermFreq(global::System.Runtime.InteropServices.HandleRef jarg1)339   public static extern uint TermIterator_GetTermFreq(global::System.Runtime.InteropServices.HandleRef jarg1);
340 
341   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermIterator_PositionlistCount")]
TermIterator_PositionlistCount(global::System.Runtime.InteropServices.HandleRef jarg1)342   public static extern uint TermIterator_PositionlistCount(global::System.Runtime.InteropServices.HandleRef jarg1);
343 
344   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermIterator_PositionListBegin")]
TermIterator_PositionListBegin(global::System.Runtime.InteropServices.HandleRef jarg1)345   public static extern global::System.IntPtr TermIterator_PositionListBegin(global::System.Runtime.InteropServices.HandleRef jarg1);
346 
347   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermIterator_PositionListEnd")]
TermIterator_PositionListEnd(global::System.Runtime.InteropServices.HandleRef jarg1)348   public static extern global::System.IntPtr TermIterator_PositionListEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
349 
350   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermIterator_SkipTo")]
TermIterator_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)351   public static extern void TermIterator_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
352 
353   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermIterator_GetDescription")]
TermIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)354   public static extern string TermIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
355 
356   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermIterator_Equals")]
TermIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)357   public static extern bool TermIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
358 
359   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermIterator_GetTerm")]
TermIterator_GetTerm(global::System.Runtime.InteropServices.HandleRef jarg1)360   public static extern string TermIterator_GetTerm(global::System.Runtime.InteropServices.HandleRef jarg1);
361 
362   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermIterator_Next")]
TermIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1)363   public static extern global::System.IntPtr TermIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1);
364 
365   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ValueIterator")]
new_ValueIterator()366   public static extern global::System.IntPtr new_ValueIterator();
367 
368   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ValueIterator")]
delete_ValueIterator(global::System.Runtime.InteropServices.HandleRef jarg1)369   public static extern void delete_ValueIterator(global::System.Runtime.InteropServices.HandleRef jarg1);
370 
371   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueIterator_GetDocId")]
ValueIterator_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1)372   public static extern uint ValueIterator_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1);
373 
374   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueIterator_GetValueNo")]
ValueIterator_GetValueNo(global::System.Runtime.InteropServices.HandleRef jarg1)375   public static extern uint ValueIterator_GetValueNo(global::System.Runtime.InteropServices.HandleRef jarg1);
376 
377   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueIterator_SkipTo")]
ValueIterator_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)378   public static extern void ValueIterator_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
379 
380   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueIterator_Check")]
ValueIterator_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)381   public static extern bool ValueIterator_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
382 
383   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueIterator_GetDescription")]
ValueIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)384   public static extern string ValueIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
385 
386   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueIterator_Equals")]
ValueIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)387   public static extern bool ValueIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
388 
389   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueIterator_GetValue")]
ValueIterator_GetValue(global::System.Runtime.InteropServices.HandleRef jarg1)390   public static extern string ValueIterator_GetValue(global::System.Runtime.InteropServices.HandleRef jarg1);
391 
392   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueIterator_Next")]
ValueIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1)393   public static extern global::System.IntPtr ValueIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1);
394 
395   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Document")]
new_Document()396   public static extern global::System.IntPtr new_Document();
397 
398   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_Document")]
delete_Document(global::System.Runtime.InteropServices.HandleRef jarg1)399   public static extern void delete_Document(global::System.Runtime.InteropServices.HandleRef jarg1);
400 
401   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_GetValue")]
Document_GetValue(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)402   public static extern string Document_GetValue(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
403 
404   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_AddValue")]
Document_AddValue(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, string jarg3)405   public static extern void Document_AddValue(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, string jarg3);
406 
407   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_RemoveValue")]
Document_RemoveValue(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)408   public static extern void Document_RemoveValue(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
409 
410   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_ClearValues")]
Document_ClearValues(global::System.Runtime.InteropServices.HandleRef jarg1)411   public static extern void Document_ClearValues(global::System.Runtime.InteropServices.HandleRef jarg1);
412 
413   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_GetData")]
Document_GetData(global::System.Runtime.InteropServices.HandleRef jarg1)414   public static extern string Document_GetData(global::System.Runtime.InteropServices.HandleRef jarg1);
415 
416   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_SetData")]
Document_SetData(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)417   public static extern void Document_SetData(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
418 
419   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_AddPosting__SWIG_0")]
Document_AddPosting__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, uint jarg4)420   public static extern void Document_AddPosting__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, uint jarg4);
421 
422   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_AddPosting__SWIG_1")]
Document_AddPosting__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)423   public static extern void Document_AddPosting__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
424 
425   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_AddTerm__SWIG_0")]
Document_AddTerm__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)426   public static extern void Document_AddTerm__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
427 
428   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_AddTerm__SWIG_1")]
Document_AddTerm__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)429   public static extern void Document_AddTerm__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
430 
431   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_AddBooleanTerm")]
Document_AddBooleanTerm(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)432   public static extern void Document_AddBooleanTerm(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
433 
434   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_RemovePosting__SWIG_0")]
Document_RemovePosting__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, uint jarg4)435   public static extern void Document_RemovePosting__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, uint jarg4);
436 
437   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_RemovePosting__SWIG_1")]
Document_RemovePosting__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)438   public static extern void Document_RemovePosting__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
439 
440   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_RemovePostings__SWIG_0")]
Document_RemovePostings__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, uint jarg4, uint jarg5)441   public static extern uint Document_RemovePostings__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, uint jarg4, uint jarg5);
442 
443   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_RemovePostings__SWIG_1")]
Document_RemovePostings__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, uint jarg4)444   public static extern uint Document_RemovePostings__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, uint jarg4);
445 
446   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_RemoveTerm")]
Document_RemoveTerm(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)447   public static extern void Document_RemoveTerm(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
448 
449   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_ClearTerms")]
Document_ClearTerms(global::System.Runtime.InteropServices.HandleRef jarg1)450   public static extern void Document_ClearTerms(global::System.Runtime.InteropServices.HandleRef jarg1);
451 
452   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_TermListCount")]
Document_TermListCount(global::System.Runtime.InteropServices.HandleRef jarg1)453   public static extern uint Document_TermListCount(global::System.Runtime.InteropServices.HandleRef jarg1);
454 
455   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_TermListBegin")]
Document_TermListBegin(global::System.Runtime.InteropServices.HandleRef jarg1)456   public static extern global::System.IntPtr Document_TermListBegin(global::System.Runtime.InteropServices.HandleRef jarg1);
457 
458   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_TermListEnd")]
Document_TermListEnd(global::System.Runtime.InteropServices.HandleRef jarg1)459   public static extern global::System.IntPtr Document_TermListEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
460 
461   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_ValuesCount")]
Document_ValuesCount(global::System.Runtime.InteropServices.HandleRef jarg1)462   public static extern uint Document_ValuesCount(global::System.Runtime.InteropServices.HandleRef jarg1);
463 
464   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_ValuesBegin")]
Document_ValuesBegin(global::System.Runtime.InteropServices.HandleRef jarg1)465   public static extern global::System.IntPtr Document_ValuesBegin(global::System.Runtime.InteropServices.HandleRef jarg1);
466 
467   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_ValuesEnd")]
Document_ValuesEnd(global::System.Runtime.InteropServices.HandleRef jarg1)468   public static extern global::System.IntPtr Document_ValuesEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
469 
470   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_GetDocId")]
Document_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1)471   public static extern uint Document_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1);
472 
473   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_Serialise")]
Document_Serialise(global::System.Runtime.InteropServices.HandleRef jarg1)474   public static extern string Document_Serialise(global::System.Runtime.InteropServices.HandleRef jarg1);
475 
476   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_Unserialise")]
Document_Unserialise(string jarg1)477   public static extern global::System.IntPtr Document_Unserialise(string jarg1);
478 
479   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Document_GetDescription")]
Document_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)480   public static extern string Document_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
481 
482   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Registry")]
new_Registry()483   public static extern global::System.IntPtr new_Registry();
484 
485   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_Registry")]
delete_Registry(global::System.Runtime.InteropServices.HandleRef jarg1)486   public static extern void delete_Registry(global::System.Runtime.InteropServices.HandleRef jarg1);
487 
488   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Registry_RegisterWeightingScheme")]
Registry_RegisterWeightingScheme(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)489   public static extern void Registry_RegisterWeightingScheme(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
490 
491   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Registry_GetWeightingScheme")]
Registry_GetWeightingScheme(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)492   public static extern global::System.IntPtr Registry_GetWeightingScheme(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
493 
494   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Registry_RegisterPostingSource")]
Registry_RegisterPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)495   public static extern void Registry_RegisterPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
496 
497   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Registry_GetPostingSource")]
Registry_GetPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)498   public static extern global::System.IntPtr Registry_GetPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
499 
500   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Registry_RegisterMatchSpy")]
Registry_RegisterMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)501   public static extern void Registry_RegisterMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
502 
503   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Registry_GetMatchSpy")]
Registry_GetMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)504   public static extern global::System.IntPtr Registry_GetMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
505 
506   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Registry_RegisterLatLongMetric")]
Registry_RegisterLatLongMetric(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)507   public static extern void Registry_RegisterLatLongMetric(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
508 
509   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Registry_GetLatLongMetric")]
Registry_GetLatLongMetric(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)510   public static extern global::System.IntPtr Registry_GetLatLongMetric(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
511 
512   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_WILDCARD_LIMIT_ERROR_get")]
Query_WILDCARD_LIMIT_ERROR_get()513   public static extern int Query_WILDCARD_LIMIT_ERROR_get();
514 
515   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_WILDCARD_LIMIT_FIRST_get")]
Query_WILDCARD_LIMIT_FIRST_get()516   public static extern int Query_WILDCARD_LIMIT_FIRST_get();
517 
518   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_WILDCARD_LIMIT_MOST_FREQUENT_get")]
Query_WILDCARD_LIMIT_MOST_FREQUENT_get()519   public static extern int Query_WILDCARD_LIMIT_MOST_FREQUENT_get();
520 
521   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_0")]
new_Query__SWIG_0()522   public static extern global::System.IntPtr new_Query__SWIG_0();
523 
524   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_Query")]
delete_Query(global::System.Runtime.InteropServices.HandleRef jarg1)525   public static extern void delete_Query(global::System.Runtime.InteropServices.HandleRef jarg1);
526 
527   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_1")]
new_Query__SWIG_1(string jarg1, uint jarg2, uint jarg3)528   public static extern global::System.IntPtr new_Query__SWIG_1(string jarg1, uint jarg2, uint jarg3);
529 
530   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_2")]
new_Query__SWIG_2(string jarg1, uint jarg2)531   public static extern global::System.IntPtr new_Query__SWIG_2(string jarg1, uint jarg2);
532 
533   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_3")]
new_Query__SWIG_3(string jarg1)534   public static extern global::System.IntPtr new_Query__SWIG_3(string jarg1);
535 
536   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_4")]
new_Query__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1)537   public static extern global::System.IntPtr new_Query__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1);
538 
539   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_5")]
new_Query__SWIG_5(double jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)540   public static extern global::System.IntPtr new_Query__SWIG_5(double jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
541 
542   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_6")]
new_Query__SWIG_6(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)543   public static extern global::System.IntPtr new_Query__SWIG_6(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3);
544 
545   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_7")]
new_Query__SWIG_7(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)546   public static extern global::System.IntPtr new_Query__SWIG_7(int jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
547 
548   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_8")]
new_Query__SWIG_8(int jarg1, string jarg2, string jarg3)549   public static extern global::System.IntPtr new_Query__SWIG_8(int jarg1, string jarg2, string jarg3);
550 
551   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_9")]
new_Query__SWIG_9(int jarg1, uint jarg2, string jarg3)552   public static extern global::System.IntPtr new_Query__SWIG_9(int jarg1, uint jarg2, string jarg3);
553 
554   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_10")]
new_Query__SWIG_10(int jarg1, uint jarg2, string jarg3, string jarg4)555   public static extern global::System.IntPtr new_Query__SWIG_10(int jarg1, uint jarg2, string jarg3, string jarg4);
556 
557   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_11")]
new_Query__SWIG_11(int jarg1, string jarg2, uint jarg3, int jarg4, int jarg5)558   public static extern global::System.IntPtr new_Query__SWIG_11(int jarg1, string jarg2, uint jarg3, int jarg4, int jarg5);
559 
560   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_12")]
new_Query__SWIG_12(int jarg1, string jarg2, uint jarg3, int jarg4)561   public static extern global::System.IntPtr new_Query__SWIG_12(int jarg1, string jarg2, uint jarg3, int jarg4);
562 
563   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_13")]
new_Query__SWIG_13(int jarg1, string jarg2, uint jarg3)564   public static extern global::System.IntPtr new_Query__SWIG_13(int jarg1, string jarg2, uint jarg3);
565 
566   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_14")]
new_Query__SWIG_14(int jarg1, string jarg2)567   public static extern global::System.IntPtr new_Query__SWIG_14(int jarg1, string jarg2);
568 
569   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_GetTermsBegin")]
Query_GetTermsBegin(global::System.Runtime.InteropServices.HandleRef jarg1)570   public static extern global::System.IntPtr Query_GetTermsBegin(global::System.Runtime.InteropServices.HandleRef jarg1);
571 
572   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_GetTermsEnd")]
Query_GetTermsEnd(global::System.Runtime.InteropServices.HandleRef jarg1)573   public static extern global::System.IntPtr Query_GetTermsEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
574 
575   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_GetUniqueTermsBegin")]
Query_GetUniqueTermsBegin(global::System.Runtime.InteropServices.HandleRef jarg1)576   public static extern global::System.IntPtr Query_GetUniqueTermsBegin(global::System.Runtime.InteropServices.HandleRef jarg1);
577 
578   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_GetUniqueTermsEnd")]
Query_GetUniqueTermsEnd(global::System.Runtime.InteropServices.HandleRef jarg1)579   public static extern global::System.IntPtr Query_GetUniqueTermsEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
580 
581   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_GetLength")]
Query_GetLength(global::System.Runtime.InteropServices.HandleRef jarg1)582   public static extern uint Query_GetLength(global::System.Runtime.InteropServices.HandleRef jarg1);
583 
584   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_Empty")]
Query_Empty(global::System.Runtime.InteropServices.HandleRef jarg1)585   public static extern bool Query_Empty(global::System.Runtime.InteropServices.HandleRef jarg1);
586 
587   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_Serialise")]
Query_Serialise(global::System.Runtime.InteropServices.HandleRef jarg1)588   public static extern string Query_Serialise(global::System.Runtime.InteropServices.HandleRef jarg1);
589 
590   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_Unserialise__SWIG_0")]
Query_Unserialise__SWIG_0(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)591   public static extern global::System.IntPtr Query_Unserialise__SWIG_0(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
592 
593   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_Unserialise__SWIG_1")]
Query_Unserialise__SWIG_1(string jarg1)594   public static extern global::System.IntPtr Query_Unserialise__SWIG_1(string jarg1);
595 
596   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_GetType")]
Query_GetType(global::System.Runtime.InteropServices.HandleRef jarg1)597   public static extern int Query_GetType(global::System.Runtime.InteropServices.HandleRef jarg1);
598 
599   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_GetNumSubqueries")]
Query_GetNumSubqueries(global::System.Runtime.InteropServices.HandleRef jarg1)600   public static extern uint Query_GetNumSubqueries(global::System.Runtime.InteropServices.HandleRef jarg1);
601 
602   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_GetSubquery")]
Query_GetSubquery(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)603   public static extern global::System.IntPtr Query_GetSubquery(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
604 
605   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Query_GetDescription")]
Query_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)606   public static extern string Query_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
607 
608   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Query__SWIG_17")]
new_Query__SWIG_17(int jarg1)609   public static extern global::System.IntPtr new_Query__SWIG_17(int jarg1);
610 
611   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_StemImplementation")]
new_StemImplementation()612   public static extern global::System.IntPtr new_StemImplementation();
613 
614   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_StemImplementation")]
delete_StemImplementation(global::System.Runtime.InteropServices.HandleRef jarg1)615   public static extern void delete_StemImplementation(global::System.Runtime.InteropServices.HandleRef jarg1);
616 
617   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_StemImplementation_Apply")]
StemImplementation_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)618   public static extern string StemImplementation_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
619 
620   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_StemImplementation_GetDescription")]
StemImplementation_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)621   public static extern string StemImplementation_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
622 
623   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_StemImplementation_director_connect")]
StemImplementation_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, StemImplementation.SwigDelegateStemImplementation_0 delegate0, StemImplementation.SwigDelegateStemImplementation_1 delegate1)624   public static extern void StemImplementation_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, StemImplementation.SwigDelegateStemImplementation_0 delegate0, StemImplementation.SwigDelegateStemImplementation_1 delegate1);
625 
626   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Stem__SWIG_0")]
new_Stem__SWIG_0(string jarg1)627   public static extern global::System.IntPtr new_Stem__SWIG_0(string jarg1);
628 
629   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Stem__SWIG_1")]
new_Stem__SWIG_1(string jarg1, bool jarg2)630   public static extern global::System.IntPtr new_Stem__SWIG_1(string jarg1, bool jarg2);
631 
632   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Stem__SWIG_2")]
new_Stem__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)633   public static extern global::System.IntPtr new_Stem__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
634 
635   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_Stem")]
delete_Stem(global::System.Runtime.InteropServices.HandleRef jarg1)636   public static extern void delete_Stem(global::System.Runtime.InteropServices.HandleRef jarg1);
637 
638   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Stem_Apply")]
Stem_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)639   public static extern string Stem_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
640 
641   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Stem_IsNone")]
Stem_IsNone(global::System.Runtime.InteropServices.HandleRef jarg1)642   public static extern bool Stem_IsNone(global::System.Runtime.InteropServices.HandleRef jarg1);
643 
644   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Stem_GetDescription")]
Stem_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)645   public static extern string Stem_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
646 
647   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Stem_GetAvailableLanguages")]
Stem_GetAvailableLanguages()648   public static extern string Stem_GetAvailableLanguages();
649 
650   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_TermGenerator")]
new_TermGenerator()651   public static extern global::System.IntPtr new_TermGenerator();
652 
653   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_TermGenerator")]
delete_TermGenerator(global::System.Runtime.InteropServices.HandleRef jarg1)654   public static extern void delete_TermGenerator(global::System.Runtime.InteropServices.HandleRef jarg1);
655 
656   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetStemmer")]
TermGenerator_SetStemmer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)657   public static extern void TermGenerator_SetStemmer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
658 
659   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetStopper__SWIG_0")]
TermGenerator_SetStopper__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)660   public static extern void TermGenerator_SetStopper__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
661 
662   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetStopper__SWIG_1")]
TermGenerator_SetStopper__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)663   public static extern void TermGenerator_SetStopper__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
664 
665   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetDocument")]
TermGenerator_SetDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)666   public static extern void TermGenerator_SetDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
667 
668   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_GetDocument")]
TermGenerator_GetDocument(global::System.Runtime.InteropServices.HandleRef jarg1)669   public static extern global::System.IntPtr TermGenerator_GetDocument(global::System.Runtime.InteropServices.HandleRef jarg1);
670 
671   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetDatabase")]
TermGenerator_SetDatabase(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)672   public static extern void TermGenerator_SetDatabase(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
673 
674   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_FLAG_SPELLING_get")]
TermGenerator_FLAG_SPELLING_get()675   public static extern int TermGenerator_FLAG_SPELLING_get();
676 
677   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_FLAG_CJK_NGRAM_get")]
TermGenerator_FLAG_CJK_NGRAM_get()678   public static extern int TermGenerator_FLAG_CJK_NGRAM_get();
679 
680   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetFlags__SWIG_0")]
TermGenerator_SetFlags__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)681   public static extern int TermGenerator_SetFlags__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
682 
683   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetFlags__SWIG_1")]
TermGenerator_SetFlags__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)684   public static extern int TermGenerator_SetFlags__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
685 
686   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetStemmingStrategy")]
TermGenerator_SetStemmingStrategy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)687   public static extern void TermGenerator_SetStemmingStrategy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
688 
689   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetStopperStrategy")]
TermGenerator_SetStopperStrategy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)690   public static extern void TermGenerator_SetStopperStrategy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
691 
692   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetMaxWordLength")]
TermGenerator_SetMaxWordLength(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)693   public static extern void TermGenerator_SetMaxWordLength(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
694 
695   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_IndexText__SWIG_0")]
TermGenerator_IndexText__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, string jarg4)696   public static extern void TermGenerator_IndexText__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, string jarg4);
697 
698   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_IndexText__SWIG_1")]
TermGenerator_IndexText__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)699   public static extern void TermGenerator_IndexText__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
700 
701   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_IndexText__SWIG_2")]
TermGenerator_IndexText__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)702   public static extern void TermGenerator_IndexText__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
703 
704   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_IndexTextWithoutPositions__SWIG_0")]
TermGenerator_IndexTextWithoutPositions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, string jarg4)705   public static extern void TermGenerator_IndexTextWithoutPositions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, string jarg4);
706 
707   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_IndexTextWithoutPositions__SWIG_1")]
TermGenerator_IndexTextWithoutPositions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)708   public static extern void TermGenerator_IndexTextWithoutPositions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
709 
710   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_IndexTextWithoutPositions__SWIG_2")]
TermGenerator_IndexTextWithoutPositions__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)711   public static extern void TermGenerator_IndexTextWithoutPositions__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
712 
713   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_IncreaseTermpos__SWIG_0")]
TermGenerator_IncreaseTermpos__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)714   public static extern void TermGenerator_IncreaseTermpos__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
715 
716   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_IncreaseTermpos__SWIG_1")]
TermGenerator_IncreaseTermpos__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)717   public static extern void TermGenerator_IncreaseTermpos__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
718 
719   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_GetTermPos")]
TermGenerator_GetTermPos(global::System.Runtime.InteropServices.HandleRef jarg1)720   public static extern uint TermGenerator_GetTermPos(global::System.Runtime.InteropServices.HandleRef jarg1);
721 
722   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_SetTermpos")]
TermGenerator_SetTermpos(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)723   public static extern void TermGenerator_SetTermpos(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
724 
725   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TermGenerator_GetDescription")]
TermGenerator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)726   public static extern string TermGenerator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
727 
728   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_MSet")]
new_MSet()729   public static extern global::System.IntPtr new_MSet();
730 
731   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_MSet")]
delete_MSet(global::System.Runtime.InteropServices.HandleRef jarg1)732   public static extern void delete_MSet(global::System.Runtime.InteropServices.HandleRef jarg1);
733 
734   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_ConvertToPercent__SWIG_0")]
MSet_ConvertToPercent__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)735   public static extern int MSet_ConvertToPercent__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
736 
737   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_ConvertToPercent__SWIG_1")]
MSet_ConvertToPercent__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)738   public static extern int MSet_ConvertToPercent__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
739 
740   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetTermFreq")]
MSet_GetTermFreq(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)741   public static extern uint MSet_GetTermFreq(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
742 
743   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetTermWeight")]
MSet_GetTermWeight(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)744   public static extern double MSet_GetTermWeight(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
745 
746   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetFirstItem")]
MSet_GetFirstItem(global::System.Runtime.InteropServices.HandleRef jarg1)747   public static extern uint MSet_GetFirstItem(global::System.Runtime.InteropServices.HandleRef jarg1);
748 
749   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetMatchesLowerBound")]
MSet_GetMatchesLowerBound(global::System.Runtime.InteropServices.HandleRef jarg1)750   public static extern uint MSet_GetMatchesLowerBound(global::System.Runtime.InteropServices.HandleRef jarg1);
751 
752   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetMatchesEstimated")]
MSet_GetMatchesEstimated(global::System.Runtime.InteropServices.HandleRef jarg1)753   public static extern uint MSet_GetMatchesEstimated(global::System.Runtime.InteropServices.HandleRef jarg1);
754 
755   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetMatchesUpperBound")]
MSet_GetMatchesUpperBound(global::System.Runtime.InteropServices.HandleRef jarg1)756   public static extern uint MSet_GetMatchesUpperBound(global::System.Runtime.InteropServices.HandleRef jarg1);
757 
758   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetUncollapsedMatchesLowerBound")]
MSet_GetUncollapsedMatchesLowerBound(global::System.Runtime.InteropServices.HandleRef jarg1)759   public static extern uint MSet_GetUncollapsedMatchesLowerBound(global::System.Runtime.InteropServices.HandleRef jarg1);
760 
761   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetUncollapsedMatchesEstimated")]
MSet_GetUncollapsedMatchesEstimated(global::System.Runtime.InteropServices.HandleRef jarg1)762   public static extern uint MSet_GetUncollapsedMatchesEstimated(global::System.Runtime.InteropServices.HandleRef jarg1);
763 
764   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetUncollapsedMatchesUpperBound")]
MSet_GetUncollapsedMatchesUpperBound(global::System.Runtime.InteropServices.HandleRef jarg1)765   public static extern uint MSet_GetUncollapsedMatchesUpperBound(global::System.Runtime.InteropServices.HandleRef jarg1);
766 
767   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetMaxAttained")]
MSet_GetMaxAttained(global::System.Runtime.InteropServices.HandleRef jarg1)768   public static extern double MSet_GetMaxAttained(global::System.Runtime.InteropServices.HandleRef jarg1);
769 
770   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetMaxPossible")]
MSet_GetMaxPossible(global::System.Runtime.InteropServices.HandleRef jarg1)771   public static extern double MSet_GetMaxPossible(global::System.Runtime.InteropServices.HandleRef jarg1);
772 
773   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_SNIPPET_BACKGROUND_MODEL_get")]
MSet_SNIPPET_BACKGROUND_MODEL_get()774   public static extern int MSet_SNIPPET_BACKGROUND_MODEL_get();
775 
776   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_SNIPPET_EXHAUSTIVE_get")]
MSet_SNIPPET_EXHAUSTIVE_get()777   public static extern int MSet_SNIPPET_EXHAUSTIVE_get();
778 
779   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_SNIPPET_EMPTY_WITHOUT_MATCH_get")]
MSet_SNIPPET_EMPTY_WITHOUT_MATCH_get()780   public static extern int MSet_SNIPPET_EMPTY_WITHOUT_MATCH_get();
781 
782   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_SNIPPET_CJK_NGRAM_get")]
MSet_SNIPPET_CJK_NGRAM_get()783   public static extern int MSet_SNIPPET_CJK_NGRAM_get();
784 
785   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Snippet__SWIG_0")]
MSet_Snippet__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, uint jarg5, string jarg6, string jarg7, string jarg8)786   public static extern string MSet_Snippet__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, uint jarg5, string jarg6, string jarg7, string jarg8);
787 
788   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Snippet__SWIG_1")]
MSet_Snippet__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, uint jarg5, string jarg6, string jarg7)789   public static extern string MSet_Snippet__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, uint jarg5, string jarg6, string jarg7);
790 
791   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Snippet__SWIG_2")]
MSet_Snippet__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, uint jarg5, string jarg6)792   public static extern string MSet_Snippet__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, uint jarg5, string jarg6);
793 
794   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Snippet__SWIG_3")]
MSet_Snippet__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, uint jarg5)795   public static extern string MSet_Snippet__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, uint jarg5);
796 
797   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Snippet__SWIG_4")]
MSet_Snippet__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)798   public static extern string MSet_Snippet__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
799 
800   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Snippet__SWIG_5")]
MSet_Snippet__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)801   public static extern string MSet_Snippet__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
802 
803   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Snippet__SWIG_6")]
MSet_Snippet__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)804   public static extern string MSet_Snippet__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
805 
806   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Fetch__SWIG_0")]
MSet_Fetch__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)807   public static extern void MSet_Fetch__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
808 
809   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Fetch__SWIG_1")]
MSet_Fetch__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)810   public static extern void MSet_Fetch__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
811 
812   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Fetch__SWIG_2")]
MSet_Fetch__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)813   public static extern void MSet_Fetch__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
814 
815   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Size")]
MSet_Size(global::System.Runtime.InteropServices.HandleRef jarg1)816   public static extern uint MSet_Size(global::System.Runtime.InteropServices.HandleRef jarg1);
817 
818   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Empty")]
MSet_Empty(global::System.Runtime.InteropServices.HandleRef jarg1)819   public static extern bool MSet_Empty(global::System.Runtime.InteropServices.HandleRef jarg1);
820 
821   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Begin")]
MSet_Begin(global::System.Runtime.InteropServices.HandleRef jarg1)822   public static extern global::System.IntPtr MSet_Begin(global::System.Runtime.InteropServices.HandleRef jarg1);
823 
824   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_End")]
MSet_End(global::System.Runtime.InteropServices.HandleRef jarg1)825   public static extern global::System.IntPtr MSet_End(global::System.Runtime.InteropServices.HandleRef jarg1);
826 
827   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_Back")]
MSet_Back(global::System.Runtime.InteropServices.HandleRef jarg1)828   public static extern global::System.IntPtr MSet_Back(global::System.Runtime.InteropServices.HandleRef jarg1);
829 
830   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetDescription")]
MSet_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)831   public static extern string MSet_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
832 
833   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetDocId")]
MSet_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)834   public static extern uint MSet_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
835 
836   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetDocument")]
MSet_GetDocument(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)837   public static extern global::System.IntPtr MSet_GetDocument(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
838 
839   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetHit")]
MSet_GetHit(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)840   public static extern global::System.IntPtr MSet_GetHit(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
841 
842   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSet_GetDocumentPercentage")]
MSet_GetDocumentPercentage(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)843   public static extern int MSet_GetDocumentPercentage(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
844 
845   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_mset_set")]
MSetIterator_mset_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)846   public static extern void MSetIterator_mset_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
847 
848   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_mset_get")]
MSetIterator_mset_get(global::System.Runtime.InteropServices.HandleRef jarg1)849   public static extern global::System.IntPtr MSetIterator_mset_get(global::System.Runtime.InteropServices.HandleRef jarg1);
850 
851   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_off_from_end_set")]
MSetIterator_off_from_end_set(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)852   public static extern void MSetIterator_off_from_end_set(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
853 
854   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_off_from_end_get")]
MSetIterator_off_from_end_get(global::System.Runtime.InteropServices.HandleRef jarg1)855   public static extern uint MSetIterator_off_from_end_get(global::System.Runtime.InteropServices.HandleRef jarg1);
856 
857   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_MSetIterator")]
new_MSetIterator()858   public static extern global::System.IntPtr new_MSetIterator();
859 
860   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_GetRank")]
MSetIterator_GetRank(global::System.Runtime.InteropServices.HandleRef jarg1)861   public static extern uint MSetIterator_GetRank(global::System.Runtime.InteropServices.HandleRef jarg1);
862 
863   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_GetDocument")]
MSetIterator_GetDocument(global::System.Runtime.InteropServices.HandleRef jarg1)864   public static extern global::System.IntPtr MSetIterator_GetDocument(global::System.Runtime.InteropServices.HandleRef jarg1);
865 
866   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_GetWeight")]
MSetIterator_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1)867   public static extern double MSetIterator_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
868 
869   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_GetCollapseKey")]
MSetIterator_GetCollapseKey(global::System.Runtime.InteropServices.HandleRef jarg1)870   public static extern string MSetIterator_GetCollapseKey(global::System.Runtime.InteropServices.HandleRef jarg1);
871 
872   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_GetCollapseCount")]
MSetIterator_GetCollapseCount(global::System.Runtime.InteropServices.HandleRef jarg1)873   public static extern uint MSetIterator_GetCollapseCount(global::System.Runtime.InteropServices.HandleRef jarg1);
874 
875   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_GetSortKey")]
MSetIterator_GetSortKey(global::System.Runtime.InteropServices.HandleRef jarg1)876   public static extern string MSetIterator_GetSortKey(global::System.Runtime.InteropServices.HandleRef jarg1);
877 
878   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_GetPercent")]
MSetIterator_GetPercent(global::System.Runtime.InteropServices.HandleRef jarg1)879   public static extern int MSetIterator_GetPercent(global::System.Runtime.InteropServices.HandleRef jarg1);
880 
881   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_GetDescription")]
MSetIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)882   public static extern string MSetIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
883 
884   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_Equals")]
MSetIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)885   public static extern bool MSetIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
886 
887   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_GetDocId")]
MSetIterator_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1)888   public static extern uint MSetIterator_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1);
889 
890   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_Next")]
MSetIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1)891   public static extern global::System.IntPtr MSetIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1);
892 
893   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MSetIterator_Prev")]
MSetIterator_Prev(global::System.Runtime.InteropServices.HandleRef jarg1)894   public static extern global::System.IntPtr MSetIterator_Prev(global::System.Runtime.InteropServices.HandleRef jarg1);
895 
896   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_MSetIterator")]
delete_MSetIterator(global::System.Runtime.InteropServices.HandleRef jarg1)897   public static extern void delete_MSetIterator(global::System.Runtime.InteropServices.HandleRef jarg1);
898 
899   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ESet")]
new_ESet()900   public static extern global::System.IntPtr new_ESet();
901 
902   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ESet")]
delete_ESet(global::System.Runtime.InteropServices.HandleRef jarg1)903   public static extern void delete_ESet(global::System.Runtime.InteropServices.HandleRef jarg1);
904 
905   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESet_Size")]
ESet_Size(global::System.Runtime.InteropServices.HandleRef jarg1)906   public static extern uint ESet_Size(global::System.Runtime.InteropServices.HandleRef jarg1);
907 
908   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESet_Empty")]
ESet_Empty(global::System.Runtime.InteropServices.HandleRef jarg1)909   public static extern bool ESet_Empty(global::System.Runtime.InteropServices.HandleRef jarg1);
910 
911   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESet_GetEbound")]
ESet_GetEbound(global::System.Runtime.InteropServices.HandleRef jarg1)912   public static extern uint ESet_GetEbound(global::System.Runtime.InteropServices.HandleRef jarg1);
913 
914   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESet_Begin")]
ESet_Begin(global::System.Runtime.InteropServices.HandleRef jarg1)915   public static extern global::System.IntPtr ESet_Begin(global::System.Runtime.InteropServices.HandleRef jarg1);
916 
917   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESet_End")]
ESet_End(global::System.Runtime.InteropServices.HandleRef jarg1)918   public static extern global::System.IntPtr ESet_End(global::System.Runtime.InteropServices.HandleRef jarg1);
919 
920   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESet_Back")]
ESet_Back(global::System.Runtime.InteropServices.HandleRef jarg1)921   public static extern global::System.IntPtr ESet_Back(global::System.Runtime.InteropServices.HandleRef jarg1);
922 
923   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESet_GetDescription")]
ESet_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)924   public static extern string ESet_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
925 
926   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESetIterator_eset_set")]
ESetIterator_eset_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)927   public static extern void ESetIterator_eset_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
928 
929   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESetIterator_eset_get")]
ESetIterator_eset_get(global::System.Runtime.InteropServices.HandleRef jarg1)930   public static extern global::System.IntPtr ESetIterator_eset_get(global::System.Runtime.InteropServices.HandleRef jarg1);
931 
932   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESetIterator_off_from_end_set")]
ESetIterator_off_from_end_set(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)933   public static extern void ESetIterator_off_from_end_set(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
934 
935   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESetIterator_off_from_end_get")]
ESetIterator_off_from_end_get(global::System.Runtime.InteropServices.HandleRef jarg1)936   public static extern uint ESetIterator_off_from_end_get(global::System.Runtime.InteropServices.HandleRef jarg1);
937 
938   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ESetIterator")]
new_ESetIterator()939   public static extern global::System.IntPtr new_ESetIterator();
940 
941   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESetIterator_GetWeight")]
ESetIterator_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1)942   public static extern double ESetIterator_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
943 
944   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESetIterator_GetDescription")]
ESetIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)945   public static extern string ESetIterator_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
946 
947   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESetIterator_Equals")]
ESetIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)948   public static extern bool ESetIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
949 
950   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESetIterator_GetTerm")]
ESetIterator_GetTerm(global::System.Runtime.InteropServices.HandleRef jarg1)951   public static extern string ESetIterator_GetTerm(global::System.Runtime.InteropServices.HandleRef jarg1);
952 
953   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESetIterator_Next")]
ESetIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1)954   public static extern global::System.IntPtr ESetIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1);
955 
956   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ESetIterator_Prev")]
ESetIterator_Prev(global::System.Runtime.InteropServices.HandleRef jarg1)957   public static extern global::System.IntPtr ESetIterator_Prev(global::System.Runtime.InteropServices.HandleRef jarg1);
958 
959   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ESetIterator")]
delete_ESetIterator(global::System.Runtime.InteropServices.HandleRef jarg1)960   public static extern void delete_ESetIterator(global::System.Runtime.InteropServices.HandleRef jarg1);
961 
962   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_RSet")]
new_RSet()963   public static extern global::System.IntPtr new_RSet();
964 
965   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_RSet")]
delete_RSet(global::System.Runtime.InteropServices.HandleRef jarg1)966   public static extern void delete_RSet(global::System.Runtime.InteropServices.HandleRef jarg1);
967 
968   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RSet_Size")]
RSet_Size(global::System.Runtime.InteropServices.HandleRef jarg1)969   public static extern uint RSet_Size(global::System.Runtime.InteropServices.HandleRef jarg1);
970 
971   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RSet_Empty")]
RSet_Empty(global::System.Runtime.InteropServices.HandleRef jarg1)972   public static extern bool RSet_Empty(global::System.Runtime.InteropServices.HandleRef jarg1);
973 
974   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RSet_AddDocument__SWIG_0")]
RSet_AddDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)975   public static extern void RSet_AddDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
976 
977   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RSet_AddDocument__SWIG_1")]
RSet_AddDocument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)978   public static extern void RSet_AddDocument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
979 
980   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RSet_RemoveDocument__SWIG_0")]
RSet_RemoveDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)981   public static extern void RSet_RemoveDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
982 
983   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RSet_RemoveDocument__SWIG_1")]
RSet_RemoveDocument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)984   public static extern void RSet_RemoveDocument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
985 
986   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RSet_Contains__SWIG_0")]
RSet_Contains__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)987   public static extern bool RSet_Contains__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
988 
989   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RSet_Contains__SWIG_1")]
RSet_Contains__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)990   public static extern bool RSet_Contains__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
991 
992   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RSet_GetDescription")]
RSet_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)993   public static extern string RSet_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
994 
995   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_MatchDecider")]
new_MatchDecider()996   public static extern global::System.IntPtr new_MatchDecider();
997 
998   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchDecider_Apply")]
MatchDecider_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)999   public static extern bool MatchDecider_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1000 
1001   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_MatchDecider")]
delete_MatchDecider(global::System.Runtime.InteropServices.HandleRef jarg1)1002   public static extern void delete_MatchDecider(global::System.Runtime.InteropServices.HandleRef jarg1);
1003 
1004   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchDecider_director_connect")]
MatchDecider_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, MatchDecider.SwigDelegateMatchDecider_0 delegate0)1005   public static extern void MatchDecider_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, MatchDecider.SwigDelegateMatchDecider_0 delegate0);
1006 
1007   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Enquire")]
new_Enquire(global::System.Runtime.InteropServices.HandleRef jarg1)1008   public static extern global::System.IntPtr new_Enquire(global::System.Runtime.InteropServices.HandleRef jarg1);
1009 
1010   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_Enquire")]
delete_Enquire(global::System.Runtime.InteropServices.HandleRef jarg1)1011   public static extern void delete_Enquire(global::System.Runtime.InteropServices.HandleRef jarg1);
1012 
1013   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetQuery__SWIG_0")]
Enquire_SetQuery__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, uint jarg3)1014   public static extern void Enquire_SetQuery__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, uint jarg3);
1015 
1016   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetQuery__SWIG_1")]
Enquire_SetQuery__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1017   public static extern void Enquire_SetQuery__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1018 
1019   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetQuery")]
Enquire_GetQuery(global::System.Runtime.InteropServices.HandleRef jarg1)1020   public static extern global::System.IntPtr Enquire_GetQuery(global::System.Runtime.InteropServices.HandleRef jarg1);
1021 
1022   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_AddMatchspy")]
Enquire_AddMatchspy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1023   public static extern void Enquire_AddMatchspy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1024 
1025   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_ClearMatchspies")]
Enquire_ClearMatchspies(global::System.Runtime.InteropServices.HandleRef jarg1)1026   public static extern void Enquire_ClearMatchspies(global::System.Runtime.InteropServices.HandleRef jarg1);
1027 
1028   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetWeightingScheme")]
Enquire_SetWeightingScheme(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1029   public static extern void Enquire_SetWeightingScheme(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1030 
1031   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetExpansionScheme__SWIG_0")]
Enquire_SetExpansionScheme__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, double jarg3)1032   public static extern void Enquire_SetExpansionScheme__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, double jarg3);
1033 
1034   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetExpansionScheme__SWIG_1")]
Enquire_SetExpansionScheme__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1035   public static extern void Enquire_SetExpansionScheme__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1036 
1037   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetCollapseKey__SWIG_0")]
Enquire_SetCollapseKey__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1038   public static extern void Enquire_SetCollapseKey__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1039 
1040   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetCollapseKey__SWIG_1")]
Enquire_SetCollapseKey__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)1041   public static extern void Enquire_SetCollapseKey__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
1042 
1043   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetDocidOrder")]
Enquire_SetDocidOrder(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)1044   public static extern void Enquire_SetDocidOrder(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
1045 
1046   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetCutoff__SWIG_0")]
Enquire_SetCutoff__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, double jarg3)1047   public static extern void Enquire_SetCutoff__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, double jarg3);
1048 
1049   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetCutoff__SWIG_1")]
Enquire_SetCutoff__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)1050   public static extern void Enquire_SetCutoff__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
1051 
1052   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetSortByRelevance")]
Enquire_SetSortByRelevance(global::System.Runtime.InteropServices.HandleRef jarg1)1053   public static extern void Enquire_SetSortByRelevance(global::System.Runtime.InteropServices.HandleRef jarg1);
1054 
1055   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetSortByValue")]
Enquire_SetSortByValue(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, bool jarg3)1056   public static extern void Enquire_SetSortByValue(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, bool jarg3);
1057 
1058   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetSortByKey")]
Enquire_SetSortByKey(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)1059   public static extern void Enquire_SetSortByKey(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3);
1060 
1061   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetSortByValueThenRelevance")]
Enquire_SetSortByValueThenRelevance(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, bool jarg3)1062   public static extern void Enquire_SetSortByValueThenRelevance(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, bool jarg3);
1063 
1064   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetSortByKeyThenRelevance")]
Enquire_SetSortByKeyThenRelevance(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)1065   public static extern void Enquire_SetSortByKeyThenRelevance(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3);
1066 
1067   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetSortByRelevanceThenValue")]
Enquire_SetSortByRelevanceThenValue(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, bool jarg3)1068   public static extern void Enquire_SetSortByRelevanceThenValue(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, bool jarg3);
1069 
1070   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetSortByRelevanceThenKey")]
Enquire_SetSortByRelevanceThenKey(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)1071   public static extern void Enquire_SetSortByRelevanceThenKey(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3);
1072 
1073   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_SetTimeLimit")]
Enquire_SetTimeLimit(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)1074   public static extern void Enquire_SetTimeLimit(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
1075 
1076   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetMSet__SWIG_0")]
Enquire_GetMSet__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)1077   public static extern global::System.IntPtr Enquire_GetMSet__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6);
1078 
1079   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetMSet__SWIG_1")]
Enquire_GetMSet__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)1080   public static extern global::System.IntPtr Enquire_GetMSet__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4, global::System.Runtime.InteropServices.HandleRef jarg5);
1081 
1082   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetMSet__SWIG_2")]
Enquire_GetMSet__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1083   public static extern global::System.IntPtr Enquire_GetMSet__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1084 
1085   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetMSet__SWIG_3")]
Enquire_GetMSet__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1086   public static extern global::System.IntPtr Enquire_GetMSet__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1087 
1088   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetMSet__SWIG_4")]
Enquire_GetMSet__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)1089   public static extern global::System.IntPtr Enquire_GetMSet__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5);
1090 
1091   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetMSet__SWIG_5")]
Enquire_GetMSet__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)1092   public static extern global::System.IntPtr Enquire_GetMSet__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
1093 
1094   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_INCLUDE_QUERY_TERMS_get")]
Enquire_INCLUDE_QUERY_TERMS_get()1095   public static extern int Enquire_INCLUDE_QUERY_TERMS_get();
1096 
1097   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_USE_EXACT_TERMFREQ_get")]
Enquire_USE_EXACT_TERMFREQ_get()1098   public static extern int Enquire_USE_EXACT_TERMFREQ_get();
1099 
1100   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetESet__SWIG_0")]
Enquire_GetESet__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, double jarg6)1101   public static extern global::System.IntPtr Enquire_GetESet__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, double jarg6);
1102 
1103   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetESet__SWIG_1")]
Enquire_GetESet__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)1104   public static extern global::System.IntPtr Enquire_GetESet__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5);
1105 
1106   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetESet__SWIG_2")]
Enquire_GetESet__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)1107   public static extern global::System.IntPtr Enquire_GetESet__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4);
1108 
1109   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetESet__SWIG_3")]
Enquire_GetESet__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1110   public static extern global::System.IntPtr Enquire_GetESet__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1111 
1112   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetESet__SWIG_4")]
Enquire_GetESet__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)1113   public static extern global::System.IntPtr Enquire_GetESet__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
1114 
1115   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetESet__SWIG_5")]
Enquire_GetESet__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, double jarg7)1116   public static extern global::System.IntPtr Enquire_GetESet__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6, double jarg7);
1117 
1118   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetESet__SWIG_6")]
Enquire_GetESet__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6)1119   public static extern global::System.IntPtr Enquire_GetESet__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, double jarg5, global::System.Runtime.InteropServices.HandleRef jarg6);
1120 
1121   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetESet__SWIG_7")]
Enquire_GetESet__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, double jarg5)1122   public static extern global::System.IntPtr Enquire_GetESet__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, double jarg5);
1123 
1124   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetMatchingTermsBegin__SWIG_0")]
Enquire_GetMatchingTermsBegin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)1125   public static extern global::System.IntPtr Enquire_GetMatchingTermsBegin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
1126 
1127   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetMatchingTermsEnd__SWIG_0")]
Enquire_GetMatchingTermsEnd__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)1128   public static extern global::System.IntPtr Enquire_GetMatchingTermsEnd__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
1129 
1130   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetMatchingTermsBegin__SWIG_1")]
Enquire_GetMatchingTermsBegin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1131   public static extern global::System.IntPtr Enquire_GetMatchingTermsBegin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1132 
1133   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetMatchingTermsEnd__SWIG_1")]
Enquire_GetMatchingTermsEnd__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1134   public static extern global::System.IntPtr Enquire_GetMatchingTermsEnd__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1135 
1136   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Enquire_GetDescription")]
Enquire_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)1137   public static extern string Enquire_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
1138 
1139   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ExpandDecider")]
new_ExpandDecider()1140   public static extern global::System.IntPtr new_ExpandDecider();
1141 
1142   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ExpandDecider_Apply")]
ExpandDecider_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1143   public static extern bool ExpandDecider_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1144 
1145   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ExpandDecider")]
delete_ExpandDecider(global::System.Runtime.InteropServices.HandleRef jarg1)1146   public static extern void delete_ExpandDecider(global::System.Runtime.InteropServices.HandleRef jarg1);
1147 
1148   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ExpandDecider_Release")]
ExpandDecider_Release(global::System.Runtime.InteropServices.HandleRef jarg1)1149   public static extern global::System.IntPtr ExpandDecider_Release(global::System.Runtime.InteropServices.HandleRef jarg1);
1150 
1151   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ExpandDecider_director_connect")]
ExpandDecider_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ExpandDecider.SwigDelegateExpandDecider_0 delegate0)1152   public static extern void ExpandDecider_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ExpandDecider.SwigDelegateExpandDecider_0 delegate0);
1153 
1154   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ExpandDeciderAnd")]
new_ExpandDeciderAnd(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1155   public static extern global::System.IntPtr new_ExpandDeciderAnd(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1156 
1157   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ExpandDeciderAnd_Apply")]
ExpandDeciderAnd_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1158   public static extern bool ExpandDeciderAnd_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1159 
1160   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ExpandDeciderAnd")]
delete_ExpandDeciderAnd(global::System.Runtime.InteropServices.HandleRef jarg1)1161   public static extern void delete_ExpandDeciderAnd(global::System.Runtime.InteropServices.HandleRef jarg1);
1162 
1163   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ExpandDeciderFilterPrefix")]
new_ExpandDeciderFilterPrefix(string jarg1)1164   public static extern global::System.IntPtr new_ExpandDeciderFilterPrefix(string jarg1);
1165 
1166   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ExpandDeciderFilterPrefix_Apply")]
ExpandDeciderFilterPrefix_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1167   public static extern bool ExpandDeciderFilterPrefix_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1168 
1169   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ExpandDeciderFilterPrefix")]
delete_ExpandDeciderFilterPrefix(global::System.Runtime.InteropServices.HandleRef jarg1)1170   public static extern void delete_ExpandDeciderFilterPrefix(global::System.Runtime.InteropServices.HandleRef jarg1);
1171 
1172   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_KeyMaker")]
new_KeyMaker()1173   public static extern global::System.IntPtr new_KeyMaker();
1174 
1175   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_KeyMaker_Apply")]
KeyMaker_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1176   public static extern string KeyMaker_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1177 
1178   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_KeyMaker")]
delete_KeyMaker(global::System.Runtime.InteropServices.HandleRef jarg1)1179   public static extern void delete_KeyMaker(global::System.Runtime.InteropServices.HandleRef jarg1);
1180 
1181   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_KeyMaker_Release")]
KeyMaker_Release(global::System.Runtime.InteropServices.HandleRef jarg1)1182   public static extern global::System.IntPtr KeyMaker_Release(global::System.Runtime.InteropServices.HandleRef jarg1);
1183 
1184   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_KeyMaker_director_connect")]
KeyMaker_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, KeyMaker.SwigDelegateKeyMaker_0 delegate0)1185   public static extern void KeyMaker_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, KeyMaker.SwigDelegateKeyMaker_0 delegate0);
1186 
1187   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_MultiValueKeyMaker")]
new_MultiValueKeyMaker()1188   public static extern global::System.IntPtr new_MultiValueKeyMaker();
1189 
1190   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MultiValueKeyMaker_Apply")]
MultiValueKeyMaker_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1191   public static extern string MultiValueKeyMaker_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1192 
1193   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MultiValueKeyMaker_AddValue__SWIG_0")]
MultiValueKeyMaker_AddValue__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, bool jarg3, string jarg4)1194   public static extern void MultiValueKeyMaker_AddValue__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, bool jarg3, string jarg4);
1195 
1196   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MultiValueKeyMaker_AddValue__SWIG_1")]
MultiValueKeyMaker_AddValue__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, bool jarg3)1197   public static extern void MultiValueKeyMaker_AddValue__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, bool jarg3);
1198 
1199   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MultiValueKeyMaker_AddValue__SWIG_2")]
MultiValueKeyMaker_AddValue__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)1200   public static extern void MultiValueKeyMaker_AddValue__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
1201 
1202   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_MultiValueKeyMaker")]
delete_MultiValueKeyMaker(global::System.Runtime.InteropServices.HandleRef jarg1)1203   public static extern void delete_MultiValueKeyMaker(global::System.Runtime.InteropServices.HandleRef jarg1);
1204 
1205   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RP_SUFFIX_get")]
RP_SUFFIX_get()1206   public static extern int RP_SUFFIX_get();
1207 
1208   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RP_REPEATED_get")]
RP_REPEATED_get()1209   public static extern int RP_REPEATED_get();
1210 
1211   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RP_DATE_PREFER_MDY_get")]
RP_DATE_PREFER_MDY_get()1212   public static extern int RP_DATE_PREFER_MDY_get();
1213 
1214   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Stopper")]
new_Stopper()1215   public static extern global::System.IntPtr new_Stopper();
1216 
1217   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Stopper_Apply")]
Stopper_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1218   public static extern bool Stopper_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1219 
1220   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_Stopper")]
delete_Stopper(global::System.Runtime.InteropServices.HandleRef jarg1)1221   public static extern void delete_Stopper(global::System.Runtime.InteropServices.HandleRef jarg1);
1222 
1223   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Stopper_GetDescription")]
Stopper_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)1224   public static extern string Stopper_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
1225 
1226   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Stopper_GetDescriptionSwigExplicitStopper")]
Stopper_GetDescriptionSwigExplicitStopper(global::System.Runtime.InteropServices.HandleRef jarg1)1227   public static extern string Stopper_GetDescriptionSwigExplicitStopper(global::System.Runtime.InteropServices.HandleRef jarg1);
1228 
1229   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Stopper_Release")]
Stopper_Release(global::System.Runtime.InteropServices.HandleRef jarg1)1230   public static extern global::System.IntPtr Stopper_Release(global::System.Runtime.InteropServices.HandleRef jarg1);
1231 
1232   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Stopper_director_connect")]
Stopper_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, Stopper.SwigDelegateStopper_0 delegate0, Stopper.SwigDelegateStopper_1 delegate1)1233   public static extern void Stopper_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, Stopper.SwigDelegateStopper_0 delegate0, Stopper.SwigDelegateStopper_1 delegate1);
1234 
1235   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_SimpleStopper__SWIG_0")]
new_SimpleStopper__SWIG_0()1236   public static extern global::System.IntPtr new_SimpleStopper__SWIG_0();
1237 
1238   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_SimpleStopper_Add")]
SimpleStopper_Add(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1239   public static extern void SimpleStopper_Add(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1240 
1241   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_SimpleStopper_Apply")]
SimpleStopper_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1242   public static extern bool SimpleStopper_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1243 
1244   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_SimpleStopper_GetDescription")]
SimpleStopper_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)1245   public static extern string SimpleStopper_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
1246 
1247   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_SimpleStopper__SWIG_2")]
new_SimpleStopper__SWIG_2(string jarg1)1248   public static extern global::System.IntPtr new_SimpleStopper__SWIG_2(string jarg1);
1249 
1250   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_SimpleStopper")]
delete_SimpleStopper(global::System.Runtime.InteropServices.HandleRef jarg1)1251   public static extern void delete_SimpleStopper(global::System.Runtime.InteropServices.HandleRef jarg1);
1252 
1253   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_RangeProcessor__SWIG_0")]
new_RangeProcessor__SWIG_0()1254   public static extern global::System.IntPtr new_RangeProcessor__SWIG_0();
1255 
1256   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_RangeProcessor__SWIG_1")]
new_RangeProcessor__SWIG_1(uint jarg1, string jarg2, uint jarg3)1257   public static extern global::System.IntPtr new_RangeProcessor__SWIG_1(uint jarg1, string jarg2, uint jarg3);
1258 
1259   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_RangeProcessor__SWIG_2")]
new_RangeProcessor__SWIG_2(uint jarg1, string jarg2)1260   public static extern global::System.IntPtr new_RangeProcessor__SWIG_2(uint jarg1, string jarg2);
1261 
1262   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_RangeProcessor__SWIG_3")]
new_RangeProcessor__SWIG_3(uint jarg1)1263   public static extern global::System.IntPtr new_RangeProcessor__SWIG_3(uint jarg1);
1264 
1265   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_RangeProcessor")]
delete_RangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1)1266   public static extern void delete_RangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1);
1267 
1268   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RangeProcessor_CheckRange")]
RangeProcessor_CheckRange(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)1269   public static extern global::System.IntPtr RangeProcessor_CheckRange(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
1270 
1271   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RangeProcessor_Apply")]
RangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)1272   public static extern global::System.IntPtr RangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
1273 
1274   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RangeProcessor_ApplySwigExplicitRangeProcessor")]
RangeProcessor_ApplySwigExplicitRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)1275   public static extern global::System.IntPtr RangeProcessor_ApplySwigExplicitRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
1276 
1277   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RangeProcessor_Release")]
RangeProcessor_Release(global::System.Runtime.InteropServices.HandleRef jarg1)1278   public static extern global::System.IntPtr RangeProcessor_Release(global::System.Runtime.InteropServices.HandleRef jarg1);
1279 
1280   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_RangeProcessor_director_connect")]
RangeProcessor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, RangeProcessor.SwigDelegateRangeProcessor_0 delegate0)1281   public static extern void RangeProcessor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, RangeProcessor.SwigDelegateRangeProcessor_0 delegate0);
1282 
1283   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateRangeProcessor__SWIG_0")]
new_DateRangeProcessor__SWIG_0(uint jarg1, uint jarg2, int jarg3)1284   public static extern global::System.IntPtr new_DateRangeProcessor__SWIG_0(uint jarg1, uint jarg2, int jarg3);
1285 
1286   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateRangeProcessor__SWIG_1")]
new_DateRangeProcessor__SWIG_1(uint jarg1, uint jarg2)1287   public static extern global::System.IntPtr new_DateRangeProcessor__SWIG_1(uint jarg1, uint jarg2);
1288 
1289   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateRangeProcessor__SWIG_2")]
new_DateRangeProcessor__SWIG_2(uint jarg1)1290   public static extern global::System.IntPtr new_DateRangeProcessor__SWIG_2(uint jarg1);
1291 
1292   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateRangeProcessor__SWIG_3")]
new_DateRangeProcessor__SWIG_3(uint jarg1, string jarg2, uint jarg3, int jarg4)1293   public static extern global::System.IntPtr new_DateRangeProcessor__SWIG_3(uint jarg1, string jarg2, uint jarg3, int jarg4);
1294 
1295   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateRangeProcessor__SWIG_4")]
new_DateRangeProcessor__SWIG_4(uint jarg1, string jarg2, uint jarg3)1296   public static extern global::System.IntPtr new_DateRangeProcessor__SWIG_4(uint jarg1, string jarg2, uint jarg3);
1297 
1298   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateRangeProcessor__SWIG_5")]
new_DateRangeProcessor__SWIG_5(uint jarg1, string jarg2)1299   public static extern global::System.IntPtr new_DateRangeProcessor__SWIG_5(uint jarg1, string jarg2);
1300 
1301   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DateRangeProcessor_Apply")]
DateRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)1302   public static extern global::System.IntPtr DateRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
1303 
1304   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_DateRangeProcessor")]
delete_DateRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1)1305   public static extern void delete_DateRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1);
1306 
1307   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_NumberRangeProcessor__SWIG_0")]
new_NumberRangeProcessor__SWIG_0(uint jarg1, string jarg2, uint jarg3)1308   public static extern global::System.IntPtr new_NumberRangeProcessor__SWIG_0(uint jarg1, string jarg2, uint jarg3);
1309 
1310   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_NumberRangeProcessor__SWIG_1")]
new_NumberRangeProcessor__SWIG_1(uint jarg1, string jarg2)1311   public static extern global::System.IntPtr new_NumberRangeProcessor__SWIG_1(uint jarg1, string jarg2);
1312 
1313   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_NumberRangeProcessor__SWIG_2")]
new_NumberRangeProcessor__SWIG_2(uint jarg1)1314   public static extern global::System.IntPtr new_NumberRangeProcessor__SWIG_2(uint jarg1);
1315 
1316   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_NumberRangeProcessor_Apply")]
NumberRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)1317   public static extern global::System.IntPtr NumberRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
1318 
1319   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_NumberRangeProcessor")]
delete_NumberRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1)1320   public static extern void delete_NumberRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1);
1321 
1322   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ValueRangeProcessor")]
new_ValueRangeProcessor()1323   public static extern global::System.IntPtr new_ValueRangeProcessor();
1324 
1325   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ValueRangeProcessor")]
delete_ValueRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1)1326   public static extern void delete_ValueRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1);
1327 
1328   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueRangeProcessor_Apply")]
ValueRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1329   public static extern uint ValueRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1330 
1331   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueRangeProcessor_Release")]
ValueRangeProcessor_Release(global::System.Runtime.InteropServices.HandleRef jarg1)1332   public static extern global::System.IntPtr ValueRangeProcessor_Release(global::System.Runtime.InteropServices.HandleRef jarg1);
1333 
1334   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueRangeProcessor_director_connect")]
ValueRangeProcessor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ValueRangeProcessor.SwigDelegateValueRangeProcessor_0 delegate0)1335   public static extern void ValueRangeProcessor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ValueRangeProcessor.SwigDelegateValueRangeProcessor_0 delegate0);
1336 
1337   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_StringValueRangeProcessor__SWIG_0")]
new_StringValueRangeProcessor__SWIG_0(uint jarg1)1338   public static extern global::System.IntPtr new_StringValueRangeProcessor__SWIG_0(uint jarg1);
1339 
1340   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_StringValueRangeProcessor__SWIG_1")]
new_StringValueRangeProcessor__SWIG_1(uint jarg1, string jarg2, bool jarg3)1341   public static extern global::System.IntPtr new_StringValueRangeProcessor__SWIG_1(uint jarg1, string jarg2, bool jarg3);
1342 
1343   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_StringValueRangeProcessor__SWIG_2")]
new_StringValueRangeProcessor__SWIG_2(uint jarg1, string jarg2)1344   public static extern global::System.IntPtr new_StringValueRangeProcessor__SWIG_2(uint jarg1, string jarg2);
1345 
1346   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_StringValueRangeProcessor_Apply")]
StringValueRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1347   public static extern uint StringValueRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1348 
1349   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_StringValueRangeProcessor")]
delete_StringValueRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1)1350   public static extern void delete_StringValueRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1);
1351 
1352   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateValueRangeProcessor__SWIG_0")]
new_DateValueRangeProcessor__SWIG_0(uint jarg1, bool jarg2, int jarg3)1353   public static extern global::System.IntPtr new_DateValueRangeProcessor__SWIG_0(uint jarg1, bool jarg2, int jarg3);
1354 
1355   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateValueRangeProcessor__SWIG_1")]
new_DateValueRangeProcessor__SWIG_1(uint jarg1, bool jarg2)1356   public static extern global::System.IntPtr new_DateValueRangeProcessor__SWIG_1(uint jarg1, bool jarg2);
1357 
1358   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateValueRangeProcessor__SWIG_2")]
new_DateValueRangeProcessor__SWIG_2(uint jarg1)1359   public static extern global::System.IntPtr new_DateValueRangeProcessor__SWIG_2(uint jarg1);
1360 
1361   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateValueRangeProcessor__SWIG_3")]
new_DateValueRangeProcessor__SWIG_3(uint jarg1, string jarg2, bool jarg3, bool jarg4, int jarg5)1362   public static extern global::System.IntPtr new_DateValueRangeProcessor__SWIG_3(uint jarg1, string jarg2, bool jarg3, bool jarg4, int jarg5);
1363 
1364   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateValueRangeProcessor__SWIG_4")]
new_DateValueRangeProcessor__SWIG_4(uint jarg1, string jarg2, bool jarg3, bool jarg4)1365   public static extern global::System.IntPtr new_DateValueRangeProcessor__SWIG_4(uint jarg1, string jarg2, bool jarg3, bool jarg4);
1366 
1367   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateValueRangeProcessor__SWIG_5")]
new_DateValueRangeProcessor__SWIG_5(uint jarg1, string jarg2, bool jarg3)1368   public static extern global::System.IntPtr new_DateValueRangeProcessor__SWIG_5(uint jarg1, string jarg2, bool jarg3);
1369 
1370   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DateValueRangeProcessor__SWIG_6")]
new_DateValueRangeProcessor__SWIG_6(uint jarg1, string jarg2)1371   public static extern global::System.IntPtr new_DateValueRangeProcessor__SWIG_6(uint jarg1, string jarg2);
1372 
1373   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DateValueRangeProcessor_Apply")]
DateValueRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1374   public static extern uint DateValueRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1375 
1376   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_DateValueRangeProcessor")]
delete_DateValueRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1)1377   public static extern void delete_DateValueRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1);
1378 
1379   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_NumberValueRangeProcessor__SWIG_0")]
new_NumberValueRangeProcessor__SWIG_0(uint jarg1)1380   public static extern global::System.IntPtr new_NumberValueRangeProcessor__SWIG_0(uint jarg1);
1381 
1382   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_NumberValueRangeProcessor__SWIG_1")]
new_NumberValueRangeProcessor__SWIG_1(uint jarg1, string jarg2, bool jarg3)1383   public static extern global::System.IntPtr new_NumberValueRangeProcessor__SWIG_1(uint jarg1, string jarg2, bool jarg3);
1384 
1385   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_NumberValueRangeProcessor__SWIG_2")]
new_NumberValueRangeProcessor__SWIG_2(uint jarg1, string jarg2)1386   public static extern global::System.IntPtr new_NumberValueRangeProcessor__SWIG_2(uint jarg1, string jarg2);
1387 
1388   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_NumberValueRangeProcessor_Apply")]
NumberValueRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1389   public static extern uint NumberValueRangeProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1390 
1391   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_NumberValueRangeProcessor")]
delete_NumberValueRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1)1392   public static extern void delete_NumberValueRangeProcessor(global::System.Runtime.InteropServices.HandleRef jarg1);
1393 
1394   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_FieldProcessor")]
new_FieldProcessor()1395   public static extern global::System.IntPtr new_FieldProcessor();
1396 
1397   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_FieldProcessor")]
delete_FieldProcessor(global::System.Runtime.InteropServices.HandleRef jarg1)1398   public static extern void delete_FieldProcessor(global::System.Runtime.InteropServices.HandleRef jarg1);
1399 
1400   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FieldProcessor_Apply")]
FieldProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1401   public static extern global::System.IntPtr FieldProcessor_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1402 
1403   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FieldProcessor_Release")]
FieldProcessor_Release(global::System.Runtime.InteropServices.HandleRef jarg1)1404   public static extern global::System.IntPtr FieldProcessor_Release(global::System.Runtime.InteropServices.HandleRef jarg1);
1405 
1406   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FieldProcessor_director_connect")]
FieldProcessor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, FieldProcessor.SwigDelegateFieldProcessor_0 delegate0)1407   public static extern void FieldProcessor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, FieldProcessor.SwigDelegateFieldProcessor_0 delegate0);
1408 
1409   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_QueryParser")]
new_QueryParser()1410   public static extern global::System.IntPtr new_QueryParser();
1411 
1412   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_QueryParser")]
delete_QueryParser(global::System.Runtime.InteropServices.HandleRef jarg1)1413   public static extern void delete_QueryParser(global::System.Runtime.InteropServices.HandleRef jarg1);
1414 
1415   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_SetStemmer")]
QueryParser_SetStemmer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1416   public static extern void QueryParser_SetStemmer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1417 
1418   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_SetStemmingStrategy")]
QueryParser_SetStemmingStrategy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)1419   public static extern void QueryParser_SetStemmingStrategy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
1420 
1421   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_SetStopper__SWIG_0")]
QueryParser_SetStopper__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1422   public static extern void QueryParser_SetStopper__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1423 
1424   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_SetStopper__SWIG_1")]
QueryParser_SetStopper__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1425   public static extern void QueryParser_SetStopper__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1426 
1427   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_SetDefaultOp")]
QueryParser_SetDefaultOp(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)1428   public static extern void QueryParser_SetDefaultOp(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
1429 
1430   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_GetDefaultOp")]
QueryParser_GetDefaultOp(global::System.Runtime.InteropServices.HandleRef jarg1)1431   public static extern int QueryParser_GetDefaultOp(global::System.Runtime.InteropServices.HandleRef jarg1);
1432 
1433   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_SetDatabase")]
QueryParser_SetDatabase(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1434   public static extern void QueryParser_SetDatabase(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1435 
1436   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_SetMaxExpansion__SWIG_0")]
QueryParser_SetMaxExpansion__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, int jarg3, uint jarg4)1437   public static extern void QueryParser_SetMaxExpansion__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, int jarg3, uint jarg4);
1438 
1439   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_SetMaxExpansion__SWIG_1")]
QueryParser_SetMaxExpansion__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, int jarg3)1440   public static extern void QueryParser_SetMaxExpansion__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, int jarg3);
1441 
1442   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_SetMaxExpansion__SWIG_2")]
QueryParser_SetMaxExpansion__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)1443   public static extern void QueryParser_SetMaxExpansion__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
1444 
1445   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_SetMaxWildcardExpansion")]
QueryParser_SetMaxWildcardExpansion(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)1446   public static extern void QueryParser_SetMaxWildcardExpansion(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
1447 
1448   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_ParseQuery__SWIG_0")]
QueryParser_ParseQuery__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, string jarg4)1449   public static extern global::System.IntPtr QueryParser_ParseQuery__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, string jarg4);
1450 
1451   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_ParseQuery__SWIG_1")]
QueryParser_ParseQuery__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)1452   public static extern global::System.IntPtr QueryParser_ParseQuery__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
1453 
1454   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_ParseQuery__SWIG_2")]
QueryParser_ParseQuery__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1455   public static extern global::System.IntPtr QueryParser_ParseQuery__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1456 
1457   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddPrefix__SWIG_0")]
QueryParser_AddPrefix__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)1458   public static extern void QueryParser_AddPrefix__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
1459 
1460   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddPrefix__SWIG_1")]
QueryParser_AddPrefix__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1461   public static extern void QueryParser_AddPrefix__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1462 
1463   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddBooleanPrefix__SWIG_0")]
QueryParser_AddBooleanPrefix__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3, string jarg4)1464   public static extern void QueryParser_AddBooleanPrefix__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3, string jarg4);
1465 
1466   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddBooleanPrefix__SWIG_1")]
QueryParser_AddBooleanPrefix__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)1467   public static extern void QueryParser_AddBooleanPrefix__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
1468 
1469   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddBooleanPrefix__SWIG_2")]
QueryParser_AddBooleanPrefix__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3, bool jarg4)1470   public static extern void QueryParser_AddBooleanPrefix__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3, bool jarg4);
1471 
1472   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddBooleanPrefix__SWIG_3")]
QueryParser_AddBooleanPrefix__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, string jarg4)1473   public static extern void QueryParser_AddBooleanPrefix__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, string jarg4);
1474 
1475   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddBooleanPrefix__SWIG_4")]
QueryParser_AddBooleanPrefix__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1476   public static extern void QueryParser_AddBooleanPrefix__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1477 
1478   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddBooleanPrefix__SWIG_5")]
QueryParser_AddBooleanPrefix__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)1479   public static extern void QueryParser_AddBooleanPrefix__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4);
1480 
1481   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_StopListBegin")]
QueryParser_StopListBegin(global::System.Runtime.InteropServices.HandleRef jarg1)1482   public static extern global::System.IntPtr QueryParser_StopListBegin(global::System.Runtime.InteropServices.HandleRef jarg1);
1483 
1484   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_StopListEnd")]
QueryParser_StopListEnd(global::System.Runtime.InteropServices.HandleRef jarg1)1485   public static extern global::System.IntPtr QueryParser_StopListEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
1486 
1487   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_UnstemBegin")]
QueryParser_UnstemBegin(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1488   public static extern global::System.IntPtr QueryParser_UnstemBegin(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1489 
1490   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_UnstemEnd")]
QueryParser_UnstemEnd(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1491   public static extern global::System.IntPtr QueryParser_UnstemEnd(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1492 
1493   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddRangeprocessor__SWIG_0")]
QueryParser_AddRangeprocessor__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, string jarg3)1494   public static extern void QueryParser_AddRangeprocessor__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, string jarg3);
1495 
1496   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddRangeprocessor__SWIG_1")]
QueryParser_AddRangeprocessor__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1497   public static extern void QueryParser_AddRangeprocessor__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1498 
1499   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_AddValuerangeprocessor")]
QueryParser_AddValuerangeprocessor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1500   public static extern void QueryParser_AddValuerangeprocessor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1501 
1502   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_GetCorrectedQueryString")]
QueryParser_GetCorrectedQueryString(global::System.Runtime.InteropServices.HandleRef jarg1)1503   public static extern string QueryParser_GetCorrectedQueryString(global::System.Runtime.InteropServices.HandleRef jarg1);
1504 
1505   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_QueryParser_GetDescription")]
QueryParser_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)1506   public static extern string QueryParser_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
1507 
1508   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_SortableSerialise")]
SortableSerialise(double jarg1)1509   public static extern string SortableSerialise(double jarg1);
1510 
1511   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_SortableUnserialise")]
SortableUnserialise(string jarg1)1512   public static extern double SortableUnserialise(string jarg1);
1513 
1514   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ValueSetMatchDecider")]
new_ValueSetMatchDecider(uint jarg1, bool jarg2)1515   public static extern global::System.IntPtr new_ValueSetMatchDecider(uint jarg1, bool jarg2);
1516 
1517   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueSetMatchDecider_AddValue")]
ValueSetMatchDecider_AddValue(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1518   public static extern void ValueSetMatchDecider_AddValue(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1519 
1520   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueSetMatchDecider_RemoveValue")]
ValueSetMatchDecider_RemoveValue(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1521   public static extern void ValueSetMatchDecider_RemoveValue(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1522 
1523   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueSetMatchDecider_Apply")]
ValueSetMatchDecider_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1524   public static extern bool ValueSetMatchDecider_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1525 
1526   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ValueSetMatchDecider")]
delete_ValueSetMatchDecider(global::System.Runtime.InteropServices.HandleRef jarg1)1527   public static extern void delete_ValueSetMatchDecider(global::System.Runtime.InteropServices.HandleRef jarg1);
1528 
1529   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_Weight")]
delete_Weight(global::System.Runtime.InteropServices.HandleRef jarg1)1530   public static extern void delete_Weight(global::System.Runtime.InteropServices.HandleRef jarg1);
1531 
1532   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Weight_Name")]
Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1533   public static extern string Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1534 
1535   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Weight_GetSumPart")]
Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1536   public static extern double Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1537 
1538   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Weight_GetMaxPart")]
Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1539   public static extern double Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1540 
1541   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Weight_GetSumExtra")]
Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1542   public static extern double Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1543 
1544   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Weight_GetMaxExtra")]
Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1545   public static extern double Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1546 
1547   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_BoolWeight")]
new_BoolWeight()1548   public static extern global::System.IntPtr new_BoolWeight();
1549 
1550   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BoolWeight_Name")]
BoolWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1551   public static extern string BoolWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1552 
1553   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BoolWeight_GetSumPart")]
BoolWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1554   public static extern double BoolWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1555 
1556   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BoolWeight_GetMaxPart")]
BoolWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1557   public static extern double BoolWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1558 
1559   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BoolWeight_GetSumExtra")]
BoolWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1560   public static extern double BoolWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1561 
1562   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BoolWeight_GetMaxExtra")]
BoolWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1563   public static extern double BoolWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1564 
1565   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_BoolWeight")]
delete_BoolWeight(global::System.Runtime.InteropServices.HandleRef jarg1)1566   public static extern void delete_BoolWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
1567 
1568   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_TfIdfWeight__SWIG_0")]
new_TfIdfWeight__SWIG_0(string jarg1)1569   public static extern global::System.IntPtr new_TfIdfWeight__SWIG_0(string jarg1);
1570 
1571   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_TfIdfWeight__SWIG_1")]
new_TfIdfWeight__SWIG_1()1572   public static extern global::System.IntPtr new_TfIdfWeight__SWIG_1();
1573 
1574   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TfIdfWeight_Name")]
TfIdfWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1575   public static extern string TfIdfWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1576 
1577   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TfIdfWeight_GetSumPart")]
TfIdfWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1578   public static extern double TfIdfWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1579 
1580   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TfIdfWeight_GetMaxPart")]
TfIdfWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1581   public static extern double TfIdfWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1582 
1583   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TfIdfWeight_GetSumExtra")]
TfIdfWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1584   public static extern double TfIdfWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1585 
1586   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TfIdfWeight_GetMaxExtra")]
TfIdfWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1587   public static extern double TfIdfWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1588 
1589   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_TfIdfWeight")]
delete_TfIdfWeight(global::System.Runtime.InteropServices.HandleRef jarg1)1590   public static extern void delete_TfIdfWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
1591 
1592   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_BM25Weight__SWIG_0")]
new_BM25Weight__SWIG_0(double jarg1, double jarg2, double jarg3, double jarg4, double jarg5)1593   public static extern global::System.IntPtr new_BM25Weight__SWIG_0(double jarg1, double jarg2, double jarg3, double jarg4, double jarg5);
1594 
1595   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_BM25Weight__SWIG_1")]
new_BM25Weight__SWIG_1()1596   public static extern global::System.IntPtr new_BM25Weight__SWIG_1();
1597 
1598   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25Weight_Name")]
BM25Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1599   public static extern string BM25Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1600 
1601   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25Weight_GetSumPart")]
BM25Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1602   public static extern double BM25Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1603 
1604   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25Weight_GetMaxPart")]
BM25Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1605   public static extern double BM25Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1606 
1607   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25Weight_GetSumExtra")]
BM25Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1608   public static extern double BM25Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1609 
1610   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25Weight_GetMaxExtra")]
BM25Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1611   public static extern double BM25Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1612 
1613   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_BM25Weight")]
delete_BM25Weight(global::System.Runtime.InteropServices.HandleRef jarg1)1614   public static extern void delete_BM25Weight(global::System.Runtime.InteropServices.HandleRef jarg1);
1615 
1616   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_BM25PlusWeight__SWIG_0")]
new_BM25PlusWeight__SWIG_0(double jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6)1617   public static extern global::System.IntPtr new_BM25PlusWeight__SWIG_0(double jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6);
1618 
1619   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_BM25PlusWeight__SWIG_1")]
new_BM25PlusWeight__SWIG_1()1620   public static extern global::System.IntPtr new_BM25PlusWeight__SWIG_1();
1621 
1622   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25PlusWeight_Name")]
BM25PlusWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1623   public static extern string BM25PlusWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1624 
1625   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25PlusWeight_GetSumPart")]
BM25PlusWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1626   public static extern double BM25PlusWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1627 
1628   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25PlusWeight_GetMaxPart")]
BM25PlusWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1629   public static extern double BM25PlusWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1630 
1631   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25PlusWeight_GetSumExtra")]
BM25PlusWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1632   public static extern double BM25PlusWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1633 
1634   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25PlusWeight_GetMaxExtra")]
BM25PlusWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1635   public static extern double BM25PlusWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1636 
1637   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_BM25PlusWeight")]
delete_BM25PlusWeight(global::System.Runtime.InteropServices.HandleRef jarg1)1638   public static extern void delete_BM25PlusWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
1639 
1640   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_TradWeight__SWIG_0")]
new_TradWeight__SWIG_0(double jarg1)1641   public static extern global::System.IntPtr new_TradWeight__SWIG_0(double jarg1);
1642 
1643   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_TradWeight__SWIG_1")]
new_TradWeight__SWIG_1()1644   public static extern global::System.IntPtr new_TradWeight__SWIG_1();
1645 
1646   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TradWeight_Name")]
TradWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1647   public static extern string TradWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1648 
1649   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TradWeight_GetSumPart")]
TradWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1650   public static extern double TradWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1651 
1652   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TradWeight_GetMaxPart")]
TradWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1653   public static extern double TradWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1654 
1655   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TradWeight_GetSumExtra")]
TradWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1656   public static extern double TradWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1657 
1658   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TradWeight_GetMaxExtra")]
TradWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1659   public static extern double TradWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1660 
1661   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_TradWeight")]
delete_TradWeight(global::System.Runtime.InteropServices.HandleRef jarg1)1662   public static extern void delete_TradWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
1663 
1664   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_InL2Weight__SWIG_0")]
new_InL2Weight__SWIG_0(double jarg1)1665   public static extern global::System.IntPtr new_InL2Weight__SWIG_0(double jarg1);
1666 
1667   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_InL2Weight__SWIG_1")]
new_InL2Weight__SWIG_1()1668   public static extern global::System.IntPtr new_InL2Weight__SWIG_1();
1669 
1670   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_InL2Weight_Name")]
InL2Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1671   public static extern string InL2Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1672 
1673   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_InL2Weight_GetSumPart")]
InL2Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1674   public static extern double InL2Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1675 
1676   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_InL2Weight_GetMaxPart")]
InL2Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1677   public static extern double InL2Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1678 
1679   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_InL2Weight_GetSumExtra")]
InL2Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1680   public static extern double InL2Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1681 
1682   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_InL2Weight_GetMaxExtra")]
InL2Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1683   public static extern double InL2Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1684 
1685   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_InL2Weight")]
delete_InL2Weight(global::System.Runtime.InteropServices.HandleRef jarg1)1686   public static extern void delete_InL2Weight(global::System.Runtime.InteropServices.HandleRef jarg1);
1687 
1688   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_IfB2Weight__SWIG_0")]
new_IfB2Weight__SWIG_0(double jarg1)1689   public static extern global::System.IntPtr new_IfB2Weight__SWIG_0(double jarg1);
1690 
1691   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_IfB2Weight__SWIG_1")]
new_IfB2Weight__SWIG_1()1692   public static extern global::System.IntPtr new_IfB2Weight__SWIG_1();
1693 
1694   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IfB2Weight_Name")]
IfB2Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1695   public static extern string IfB2Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1696 
1697   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IfB2Weight_GetSumPart")]
IfB2Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1698   public static extern double IfB2Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1699 
1700   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IfB2Weight_GetMaxPart")]
IfB2Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1701   public static extern double IfB2Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1702 
1703   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IfB2Weight_GetSumExtra")]
IfB2Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1704   public static extern double IfB2Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1705 
1706   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IfB2Weight_GetMaxExtra")]
IfB2Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1707   public static extern double IfB2Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1708 
1709   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_IfB2Weight")]
delete_IfB2Weight(global::System.Runtime.InteropServices.HandleRef jarg1)1710   public static extern void delete_IfB2Weight(global::System.Runtime.InteropServices.HandleRef jarg1);
1711 
1712   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_IneB2Weight__SWIG_0")]
new_IneB2Weight__SWIG_0(double jarg1)1713   public static extern global::System.IntPtr new_IneB2Weight__SWIG_0(double jarg1);
1714 
1715   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_IneB2Weight__SWIG_1")]
new_IneB2Weight__SWIG_1()1716   public static extern global::System.IntPtr new_IneB2Weight__SWIG_1();
1717 
1718   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IneB2Weight_Name")]
IneB2Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1719   public static extern string IneB2Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1720 
1721   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IneB2Weight_GetSumPart")]
IneB2Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1722   public static extern double IneB2Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1723 
1724   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IneB2Weight_GetMaxPart")]
IneB2Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1725   public static extern double IneB2Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1726 
1727   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IneB2Weight_GetSumExtra")]
IneB2Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1728   public static extern double IneB2Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1729 
1730   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IneB2Weight_GetMaxExtra")]
IneB2Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1731   public static extern double IneB2Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1732 
1733   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_IneB2Weight")]
delete_IneB2Weight(global::System.Runtime.InteropServices.HandleRef jarg1)1734   public static extern void delete_IneB2Weight(global::System.Runtime.InteropServices.HandleRef jarg1);
1735 
1736   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_BB2Weight__SWIG_0")]
new_BB2Weight__SWIG_0(double jarg1)1737   public static extern global::System.IntPtr new_BB2Weight__SWIG_0(double jarg1);
1738 
1739   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_BB2Weight__SWIG_1")]
new_BB2Weight__SWIG_1()1740   public static extern global::System.IntPtr new_BB2Weight__SWIG_1();
1741 
1742   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BB2Weight_Name")]
BB2Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1743   public static extern string BB2Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1744 
1745   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BB2Weight_GetSumPart")]
BB2Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1746   public static extern double BB2Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1747 
1748   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BB2Weight_GetMaxPart")]
BB2Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1749   public static extern double BB2Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1750 
1751   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BB2Weight_GetSumExtra")]
BB2Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1752   public static extern double BB2Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1753 
1754   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BB2Weight_GetMaxExtra")]
BB2Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1755   public static extern double BB2Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1756 
1757   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_BB2Weight")]
delete_BB2Weight(global::System.Runtime.InteropServices.HandleRef jarg1)1758   public static extern void delete_BB2Weight(global::System.Runtime.InteropServices.HandleRef jarg1);
1759 
1760   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DLHWeight")]
new_DLHWeight()1761   public static extern global::System.IntPtr new_DLHWeight();
1762 
1763   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DLHWeight_Name")]
DLHWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1764   public static extern string DLHWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1765 
1766   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DLHWeight_GetSumPart")]
DLHWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1767   public static extern double DLHWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1768 
1769   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DLHWeight_GetMaxPart")]
DLHWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1770   public static extern double DLHWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1771 
1772   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DLHWeight_GetSumExtra")]
DLHWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1773   public static extern double DLHWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1774 
1775   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DLHWeight_GetMaxExtra")]
DLHWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1776   public static extern double DLHWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1777 
1778   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_DLHWeight")]
delete_DLHWeight(global::System.Runtime.InteropServices.HandleRef jarg1)1779   public static extern void delete_DLHWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
1780 
1781   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_PL2Weight__SWIG_0")]
new_PL2Weight__SWIG_0(double jarg1)1782   public static extern global::System.IntPtr new_PL2Weight__SWIG_0(double jarg1);
1783 
1784   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_PL2Weight__SWIG_1")]
new_PL2Weight__SWIG_1()1785   public static extern global::System.IntPtr new_PL2Weight__SWIG_1();
1786 
1787   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2Weight_Name")]
PL2Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1788   public static extern string PL2Weight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1789 
1790   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2Weight_GetSumPart")]
PL2Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1791   public static extern double PL2Weight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1792 
1793   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2Weight_GetMaxPart")]
PL2Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1794   public static extern double PL2Weight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1795 
1796   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2Weight_GetSumExtra")]
PL2Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1797   public static extern double PL2Weight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1798 
1799   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2Weight_GetMaxExtra")]
PL2Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1800   public static extern double PL2Weight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1801 
1802   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_PL2Weight")]
delete_PL2Weight(global::System.Runtime.InteropServices.HandleRef jarg1)1803   public static extern void delete_PL2Weight(global::System.Runtime.InteropServices.HandleRef jarg1);
1804 
1805   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_PL2PlusWeight__SWIG_0")]
new_PL2PlusWeight__SWIG_0(double jarg1, double jarg2)1806   public static extern global::System.IntPtr new_PL2PlusWeight__SWIG_0(double jarg1, double jarg2);
1807 
1808   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_PL2PlusWeight__SWIG_1")]
new_PL2PlusWeight__SWIG_1()1809   public static extern global::System.IntPtr new_PL2PlusWeight__SWIG_1();
1810 
1811   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2PlusWeight_Name")]
PL2PlusWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1812   public static extern string PL2PlusWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1813 
1814   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2PlusWeight_GetSumPart")]
PL2PlusWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1815   public static extern double PL2PlusWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1816 
1817   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2PlusWeight_GetMaxPart")]
PL2PlusWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1818   public static extern double PL2PlusWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1819 
1820   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2PlusWeight_GetSumExtra")]
PL2PlusWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1821   public static extern double PL2PlusWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1822 
1823   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2PlusWeight_GetMaxExtra")]
PL2PlusWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1824   public static extern double PL2PlusWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1825 
1826   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_PL2PlusWeight")]
delete_PL2PlusWeight(global::System.Runtime.InteropServices.HandleRef jarg1)1827   public static extern void delete_PL2PlusWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
1828 
1829   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DPHWeight")]
new_DPHWeight()1830   public static extern global::System.IntPtr new_DPHWeight();
1831 
1832   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DPHWeight_Name")]
DPHWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1833   public static extern string DPHWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1834 
1835   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DPHWeight_GetSumPart")]
DPHWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1836   public static extern double DPHWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1837 
1838   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DPHWeight_GetMaxPart")]
DPHWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1839   public static extern double DPHWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1840 
1841   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DPHWeight_GetSumExtra")]
DPHWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1842   public static extern double DPHWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1843 
1844   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DPHWeight_GetMaxExtra")]
DPHWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1845   public static extern double DPHWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1846 
1847   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_DPHWeight")]
delete_DPHWeight(global::System.Runtime.InteropServices.HandleRef jarg1)1848   public static extern void delete_DPHWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
1849 
1850   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LMWeight__SWIG_0")]
new_LMWeight__SWIG_0(double jarg1, int jarg2, double jarg3, double jarg4)1851   public static extern global::System.IntPtr new_LMWeight__SWIG_0(double jarg1, int jarg2, double jarg3, double jarg4);
1852 
1853   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LMWeight__SWIG_1")]
new_LMWeight__SWIG_1(double jarg1, int jarg2, double jarg3)1854   public static extern global::System.IntPtr new_LMWeight__SWIG_1(double jarg1, int jarg2, double jarg3);
1855 
1856   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LMWeight__SWIG_2")]
new_LMWeight__SWIG_2(double jarg1, int jarg2)1857   public static extern global::System.IntPtr new_LMWeight__SWIG_2(double jarg1, int jarg2);
1858 
1859   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LMWeight__SWIG_3")]
new_LMWeight__SWIG_3(double jarg1)1860   public static extern global::System.IntPtr new_LMWeight__SWIG_3(double jarg1);
1861 
1862   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LMWeight__SWIG_4")]
new_LMWeight__SWIG_4()1863   public static extern global::System.IntPtr new_LMWeight__SWIG_4();
1864 
1865   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LMWeight_Name")]
LMWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1866   public static extern string LMWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1867 
1868   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LMWeight_GetSumPart")]
LMWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1869   public static extern double LMWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1870 
1871   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LMWeight_GetMaxPart")]
LMWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1872   public static extern double LMWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1873 
1874   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LMWeight_GetSumExtra")]
LMWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1875   public static extern double LMWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1876 
1877   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LMWeight_GetMaxExtra")]
LMWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1878   public static extern double LMWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1879 
1880   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_LMWeight")]
delete_LMWeight(global::System.Runtime.InteropServices.HandleRef jarg1)1881   public static extern void delete_LMWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
1882 
1883   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_CoordWeight_Init")]
CoordWeight_Init(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)1884   public static extern void CoordWeight_Init(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
1885 
1886   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_CoordWeight")]
new_CoordWeight()1887   public static extern global::System.IntPtr new_CoordWeight();
1888 
1889   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_CoordWeight_Name")]
CoordWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1890   public static extern string CoordWeight_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1891 
1892   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_CoordWeight_GetSumPart")]
CoordWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4)1893   public static extern double CoordWeight_GetSumPart(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4);
1894 
1895   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_CoordWeight_GetMaxPart")]
CoordWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1)1896   public static extern double CoordWeight_GetMaxPart(global::System.Runtime.InteropServices.HandleRef jarg1);
1897 
1898   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_CoordWeight_GetSumExtra")]
CoordWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)1899   public static extern double CoordWeight_GetSumExtra(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
1900 
1901   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_CoordWeight_GetMaxExtra")]
CoordWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1)1902   public static extern double CoordWeight_GetMaxExtra(global::System.Runtime.InteropServices.HandleRef jarg1);
1903 
1904   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_CoordWeight")]
delete_CoordWeight(global::System.Runtime.InteropServices.HandleRef jarg1)1905   public static extern void delete_CoordWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
1906 
1907   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Compactor")]
new_Compactor()1908   public static extern global::System.IntPtr new_Compactor();
1909 
1910   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_Compactor")]
delete_Compactor(global::System.Runtime.InteropServices.HandleRef jarg1)1911   public static extern void delete_Compactor(global::System.Runtime.InteropServices.HandleRef jarg1);
1912 
1913   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_SetBlockSize")]
Compactor_SetBlockSize(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)1914   public static extern void Compactor_SetBlockSize(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
1915 
1916   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_SetRenumber")]
Compactor_SetRenumber(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1917   public static extern void Compactor_SetRenumber(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1918 
1919   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_SetMultipass")]
Compactor_SetMultipass(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1920   public static extern void Compactor_SetMultipass(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1921 
1922   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_SetCompactionLevel")]
Compactor_SetCompactionLevel(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)1923   public static extern void Compactor_SetCompactionLevel(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
1924 
1925   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_SetDestdir")]
Compactor_SetDestdir(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1926   public static extern void Compactor_SetDestdir(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1927 
1928   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_AddSource")]
Compactor_AddSource(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)1929   public static extern void Compactor_AddSource(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
1930 
1931   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_Compact")]
Compactor_Compact(global::System.Runtime.InteropServices.HandleRef jarg1)1932   public static extern void Compactor_Compact(global::System.Runtime.InteropServices.HandleRef jarg1);
1933 
1934   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_SetStatus")]
Compactor_SetStatus(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)1935   public static extern void Compactor_SetStatus(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
1936 
1937   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_SetStatusSwigExplicitCompactor")]
Compactor_SetStatusSwigExplicitCompactor(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)1938   public static extern void Compactor_SetStatusSwigExplicitCompactor(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
1939 
1940   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_ResolveDuplicateMetadata")]
Compactor_ResolveDuplicateMetadata(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)1941   public static extern string Compactor_ResolveDuplicateMetadata(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
1942 
1943   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_ResolveDuplicateMetadataSwigExplicitCompactor")]
Compactor_ResolveDuplicateMetadataSwigExplicitCompactor(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)1944   public static extern string Compactor_ResolveDuplicateMetadataSwigExplicitCompactor(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
1945 
1946   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Compactor_director_connect")]
Compactor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, Compactor.SwigDelegateCompactor_0 delegate0, Compactor.SwigDelegateCompactor_1 delegate1)1947   public static extern void Compactor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, Compactor.SwigDelegateCompactor_0 delegate0, Compactor.SwigDelegateCompactor_1 delegate1);
1948 
1949   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_PostingSource")]
new_PostingSource()1950   public static extern global::System.IntPtr new_PostingSource();
1951 
1952   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_PostingSource")]
delete_PostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)1953   public static extern void delete_PostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
1954 
1955   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_GetTermfreqMin")]
PostingSource_GetTermfreqMin(global::System.Runtime.InteropServices.HandleRef jarg1)1956   public static extern uint PostingSource_GetTermfreqMin(global::System.Runtime.InteropServices.HandleRef jarg1);
1957 
1958   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_GetTermfreqEst")]
PostingSource_GetTermfreqEst(global::System.Runtime.InteropServices.HandleRef jarg1)1959   public static extern uint PostingSource_GetTermfreqEst(global::System.Runtime.InteropServices.HandleRef jarg1);
1960 
1961   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_GetTermfreqMax")]
PostingSource_GetTermfreqMax(global::System.Runtime.InteropServices.HandleRef jarg1)1962   public static extern uint PostingSource_GetTermfreqMax(global::System.Runtime.InteropServices.HandleRef jarg1);
1963 
1964   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_SetMaxweight")]
PostingSource_SetMaxweight(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)1965   public static extern void PostingSource_SetMaxweight(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
1966 
1967   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_GetMaxweight")]
PostingSource_GetMaxweight(global::System.Runtime.InteropServices.HandleRef jarg1)1968   public static extern double PostingSource_GetMaxweight(global::System.Runtime.InteropServices.HandleRef jarg1);
1969 
1970   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_GetWeight")]
PostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1)1971   public static extern double PostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
1972 
1973   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_GetWeightSwigExplicitPostingSource")]
PostingSource_GetWeightSwigExplicitPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)1974   public static extern double PostingSource_GetWeightSwigExplicitPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
1975 
1976   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_GetDocId")]
PostingSource_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1)1977   public static extern uint PostingSource_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1);
1978 
1979   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_Next")]
PostingSource_Next(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)1980   public static extern void PostingSource_Next(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
1981 
1982   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_SkipTo")]
PostingSource_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)1983   public static extern void PostingSource_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
1984 
1985   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_SkipToSwigExplicitPostingSource")]
PostingSource_SkipToSwigExplicitPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)1986   public static extern void PostingSource_SkipToSwigExplicitPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
1987 
1988   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_Check")]
PostingSource_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)1989   public static extern bool PostingSource_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
1990 
1991   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_CheckSwigExplicitPostingSource")]
PostingSource_CheckSwigExplicitPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)1992   public static extern bool PostingSource_CheckSwigExplicitPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
1993 
1994   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_AtEnd")]
PostingSource_AtEnd(global::System.Runtime.InteropServices.HandleRef jarg1)1995   public static extern bool PostingSource_AtEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
1996 
1997   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_Name")]
PostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1)1998   public static extern string PostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
1999 
2000   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_NameSwigExplicitPostingSource")]
PostingSource_NameSwigExplicitPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2001   public static extern string PostingSource_NameSwigExplicitPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2002 
2003   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_Init")]
PostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2004   public static extern void PostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2005 
2006   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_GetDescription")]
PostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2007   public static extern string PostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2008 
2009   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_GetDescriptionSwigExplicitPostingSource")]
PostingSource_GetDescriptionSwigExplicitPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2010   public static extern string PostingSource_GetDescriptionSwigExplicitPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2011 
2012   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_Release")]
PostingSource_Release(global::System.Runtime.InteropServices.HandleRef jarg1)2013   public static extern global::System.IntPtr PostingSource_Release(global::System.Runtime.InteropServices.HandleRef jarg1);
2014 
2015   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PostingSource_director_connect")]
PostingSource_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, PostingSource.SwigDelegatePostingSource_0 delegate0, PostingSource.SwigDelegatePostingSource_1 delegate1, PostingSource.SwigDelegatePostingSource_2 delegate2, PostingSource.SwigDelegatePostingSource_3 delegate3, PostingSource.SwigDelegatePostingSource_4 delegate4, PostingSource.SwigDelegatePostingSource_5 delegate5, PostingSource.SwigDelegatePostingSource_6 delegate6, PostingSource.SwigDelegatePostingSource_7 delegate7, PostingSource.SwigDelegatePostingSource_8 delegate8, PostingSource.SwigDelegatePostingSource_9 delegate9, PostingSource.SwigDelegatePostingSource_10 delegate10, PostingSource.SwigDelegatePostingSource_11 delegate11)2016   public static extern void PostingSource_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, PostingSource.SwigDelegatePostingSource_0 delegate0, PostingSource.SwigDelegatePostingSource_1 delegate1, PostingSource.SwigDelegatePostingSource_2 delegate2, PostingSource.SwigDelegatePostingSource_3 delegate3, PostingSource.SwigDelegatePostingSource_4 delegate4, PostingSource.SwigDelegatePostingSource_5 delegate5, PostingSource.SwigDelegatePostingSource_6 delegate6, PostingSource.SwigDelegatePostingSource_7 delegate7, PostingSource.SwigDelegatePostingSource_8 delegate8, PostingSource.SwigDelegatePostingSource_9 delegate9, PostingSource.SwigDelegatePostingSource_10 delegate10, PostingSource.SwigDelegatePostingSource_11 delegate11);
2017 
2018   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ValuePostingSource")]
new_ValuePostingSource(uint jarg1)2019   public static extern global::System.IntPtr new_ValuePostingSource(uint jarg1);
2020 
2021   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetTermfreqMin")]
ValuePostingSource_GetTermfreqMin(global::System.Runtime.InteropServices.HandleRef jarg1)2022   public static extern uint ValuePostingSource_GetTermfreqMin(global::System.Runtime.InteropServices.HandleRef jarg1);
2023 
2024   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetTermfreqMinSwigExplicitValuePostingSource")]
ValuePostingSource_GetTermfreqMinSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2025   public static extern uint ValuePostingSource_GetTermfreqMinSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2026 
2027   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetTermfreqEst")]
ValuePostingSource_GetTermfreqEst(global::System.Runtime.InteropServices.HandleRef jarg1)2028   public static extern uint ValuePostingSource_GetTermfreqEst(global::System.Runtime.InteropServices.HandleRef jarg1);
2029 
2030   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetTermfreqEstSwigExplicitValuePostingSource")]
ValuePostingSource_GetTermfreqEstSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2031   public static extern uint ValuePostingSource_GetTermfreqEstSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2032 
2033   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetTermfreqMax")]
ValuePostingSource_GetTermfreqMax(global::System.Runtime.InteropServices.HandleRef jarg1)2034   public static extern uint ValuePostingSource_GetTermfreqMax(global::System.Runtime.InteropServices.HandleRef jarg1);
2035 
2036   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetTermfreqMaxSwigExplicitValuePostingSource")]
ValuePostingSource_GetTermfreqMaxSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2037   public static extern uint ValuePostingSource_GetTermfreqMaxSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2038 
2039   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_Next")]
ValuePostingSource_Next(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2040   public static extern void ValuePostingSource_Next(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2041 
2042   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_NextSwigExplicitValuePostingSource")]
ValuePostingSource_NextSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2043   public static extern void ValuePostingSource_NextSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2044 
2045   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_SkipTo")]
ValuePostingSource_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)2046   public static extern void ValuePostingSource_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
2047 
2048   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_SkipToSwigExplicitValuePostingSource")]
ValuePostingSource_SkipToSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)2049   public static extern void ValuePostingSource_SkipToSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
2050 
2051   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_Check")]
ValuePostingSource_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)2052   public static extern bool ValuePostingSource_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
2053 
2054   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_CheckSwigExplicitValuePostingSource")]
ValuePostingSource_CheckSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)2055   public static extern bool ValuePostingSource_CheckSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
2056 
2057   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_AtEnd")]
ValuePostingSource_AtEnd(global::System.Runtime.InteropServices.HandleRef jarg1)2058   public static extern bool ValuePostingSource_AtEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
2059 
2060   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_AtEndSwigExplicitValuePostingSource")]
ValuePostingSource_AtEndSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2061   public static extern bool ValuePostingSource_AtEndSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2062 
2063   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetDocId")]
ValuePostingSource_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1)2064   public static extern uint ValuePostingSource_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1);
2065 
2066   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetDocIdSwigExplicitValuePostingSource")]
ValuePostingSource_GetDocIdSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2067   public static extern uint ValuePostingSource_GetDocIdSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2068 
2069   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_Init")]
ValuePostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2070   public static extern void ValuePostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2071 
2072   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_InitSwigExplicitValuePostingSource")]
ValuePostingSource_InitSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2073   public static extern void ValuePostingSource_InitSwigExplicitValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2074 
2075   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetDatabase")]
ValuePostingSource_GetDatabase(global::System.Runtime.InteropServices.HandleRef jarg1)2076   public static extern global::System.IntPtr ValuePostingSource_GetDatabase(global::System.Runtime.InteropServices.HandleRef jarg1);
2077 
2078   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetSlot")]
ValuePostingSource_GetSlot(global::System.Runtime.InteropServices.HandleRef jarg1)2079   public static extern uint ValuePostingSource_GetSlot(global::System.Runtime.InteropServices.HandleRef jarg1);
2080 
2081   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetValue")]
ValuePostingSource_GetValue(global::System.Runtime.InteropServices.HandleRef jarg1)2082   public static extern string ValuePostingSource_GetValue(global::System.Runtime.InteropServices.HandleRef jarg1);
2083 
2084   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_Done")]
ValuePostingSource_Done(global::System.Runtime.InteropServices.HandleRef jarg1)2085   public static extern void ValuePostingSource_Done(global::System.Runtime.InteropServices.HandleRef jarg1);
2086 
2087   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_GetStarted")]
ValuePostingSource_GetStarted(global::System.Runtime.InteropServices.HandleRef jarg1)2088   public static extern bool ValuePostingSource_GetStarted(global::System.Runtime.InteropServices.HandleRef jarg1);
2089 
2090   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_SetTermfreqMin")]
ValuePostingSource_SetTermfreqMin(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2091   public static extern void ValuePostingSource_SetTermfreqMin(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2092 
2093   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_SetTermfreqEst")]
ValuePostingSource_SetTermfreqEst(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2094   public static extern void ValuePostingSource_SetTermfreqEst(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2095 
2096   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_SetTermfreqMax")]
ValuePostingSource_SetTermfreqMax(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2097   public static extern void ValuePostingSource_SetTermfreqMax(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2098 
2099   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ValuePostingSource")]
delete_ValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2100   public static extern void delete_ValuePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2101 
2102   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_director_connect")]
ValuePostingSource_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ValuePostingSource.SwigDelegateValuePostingSource_0 delegate0, ValuePostingSource.SwigDelegateValuePostingSource_1 delegate1, ValuePostingSource.SwigDelegateValuePostingSource_2 delegate2, ValuePostingSource.SwigDelegateValuePostingSource_3 delegate3, ValuePostingSource.SwigDelegateValuePostingSource_4 delegate4, ValuePostingSource.SwigDelegateValuePostingSource_5 delegate5, ValuePostingSource.SwigDelegateValuePostingSource_6 delegate6, ValuePostingSource.SwigDelegateValuePostingSource_7 delegate7, ValuePostingSource.SwigDelegateValuePostingSource_8 delegate8, ValuePostingSource.SwigDelegateValuePostingSource_9 delegate9, ValuePostingSource.SwigDelegateValuePostingSource_10 delegate10, ValuePostingSource.SwigDelegateValuePostingSource_11 delegate11)2103   public static extern void ValuePostingSource_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ValuePostingSource.SwigDelegateValuePostingSource_0 delegate0, ValuePostingSource.SwigDelegateValuePostingSource_1 delegate1, ValuePostingSource.SwigDelegateValuePostingSource_2 delegate2, ValuePostingSource.SwigDelegateValuePostingSource_3 delegate3, ValuePostingSource.SwigDelegateValuePostingSource_4 delegate4, ValuePostingSource.SwigDelegateValuePostingSource_5 delegate5, ValuePostingSource.SwigDelegateValuePostingSource_6 delegate6, ValuePostingSource.SwigDelegateValuePostingSource_7 delegate7, ValuePostingSource.SwigDelegateValuePostingSource_8 delegate8, ValuePostingSource.SwigDelegateValuePostingSource_9 delegate9, ValuePostingSource.SwigDelegateValuePostingSource_10 delegate10, ValuePostingSource.SwigDelegateValuePostingSource_11 delegate11);
2104 
2105   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ValueWeightPostingSource")]
new_ValueWeightPostingSource(uint jarg1)2106   public static extern global::System.IntPtr new_ValueWeightPostingSource(uint jarg1);
2107 
2108   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueWeightPostingSource_GetWeight")]
ValueWeightPostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1)2109   public static extern double ValueWeightPostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
2110 
2111   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueWeightPostingSource_GetWeightSwigExplicitValueWeightPostingSource")]
ValueWeightPostingSource_GetWeightSwigExplicitValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2112   public static extern double ValueWeightPostingSource_GetWeightSwigExplicitValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2113 
2114   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueWeightPostingSource_Name")]
ValueWeightPostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1)2115   public static extern string ValueWeightPostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
2116 
2117   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueWeightPostingSource_NameSwigExplicitValueWeightPostingSource")]
ValueWeightPostingSource_NameSwigExplicitValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2118   public static extern string ValueWeightPostingSource_NameSwigExplicitValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2119 
2120   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueWeightPostingSource_Init")]
ValueWeightPostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2121   public static extern void ValueWeightPostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2122 
2123   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueWeightPostingSource_InitSwigExplicitValueWeightPostingSource")]
ValueWeightPostingSource_InitSwigExplicitValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2124   public static extern void ValueWeightPostingSource_InitSwigExplicitValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2125 
2126   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueWeightPostingSource_GetDescription")]
ValueWeightPostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2127   public static extern string ValueWeightPostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2128 
2129   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueWeightPostingSource_GetDescriptionSwigExplicitValueWeightPostingSource")]
ValueWeightPostingSource_GetDescriptionSwigExplicitValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2130   public static extern string ValueWeightPostingSource_GetDescriptionSwigExplicitValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2131 
2132   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ValueWeightPostingSource")]
delete_ValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2133   public static extern void delete_ValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2134 
2135   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueWeightPostingSource_director_connect")]
ValueWeightPostingSource_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_0 delegate0, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_1 delegate1, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_2 delegate2, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_3 delegate3, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_4 delegate4, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_5 delegate5, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_6 delegate6, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_7 delegate7, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_8 delegate8, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_9 delegate9, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_10 delegate10, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_11 delegate11)2136   public static extern void ValueWeightPostingSource_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_0 delegate0, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_1 delegate1, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_2 delegate2, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_3 delegate3, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_4 delegate4, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_5 delegate5, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_6 delegate6, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_7 delegate7, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_8 delegate8, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_9 delegate9, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_10 delegate10, ValueWeightPostingSource.SwigDelegateValueWeightPostingSource_11 delegate11);
2137 
2138   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DecreasingValueWeightPostingSource__SWIG_0")]
new_DecreasingValueWeightPostingSource__SWIG_0(uint jarg1, uint jarg2, uint jarg3)2139   public static extern global::System.IntPtr new_DecreasingValueWeightPostingSource__SWIG_0(uint jarg1, uint jarg2, uint jarg3);
2140 
2141   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DecreasingValueWeightPostingSource__SWIG_1")]
new_DecreasingValueWeightPostingSource__SWIG_1(uint jarg1, uint jarg2)2142   public static extern global::System.IntPtr new_DecreasingValueWeightPostingSource__SWIG_1(uint jarg1, uint jarg2);
2143 
2144   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_DecreasingValueWeightPostingSource__SWIG_2")]
new_DecreasingValueWeightPostingSource__SWIG_2(uint jarg1)2145   public static extern global::System.IntPtr new_DecreasingValueWeightPostingSource__SWIG_2(uint jarg1);
2146 
2147   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DecreasingValueWeightPostingSource_GetWeight")]
DecreasingValueWeightPostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1)2148   public static extern double DecreasingValueWeightPostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
2149 
2150   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DecreasingValueWeightPostingSource_Name")]
DecreasingValueWeightPostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1)2151   public static extern string DecreasingValueWeightPostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
2152 
2153   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DecreasingValueWeightPostingSource_Init")]
DecreasingValueWeightPostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2154   public static extern void DecreasingValueWeightPostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2155 
2156   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DecreasingValueWeightPostingSource_Next")]
DecreasingValueWeightPostingSource_Next(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2157   public static extern void DecreasingValueWeightPostingSource_Next(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2158 
2159   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DecreasingValueWeightPostingSource_SkipTo")]
DecreasingValueWeightPostingSource_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)2160   public static extern void DecreasingValueWeightPostingSource_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
2161 
2162   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DecreasingValueWeightPostingSource_Check")]
DecreasingValueWeightPostingSource_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)2163   public static extern bool DecreasingValueWeightPostingSource_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
2164 
2165   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DecreasingValueWeightPostingSource_GetDescription")]
DecreasingValueWeightPostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2166   public static extern string DecreasingValueWeightPostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2167 
2168   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_DecreasingValueWeightPostingSource")]
delete_DecreasingValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2169   public static extern void delete_DecreasingValueWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2170 
2171   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ValueMapPostingSource")]
new_ValueMapPostingSource(uint jarg1)2172   public static extern global::System.IntPtr new_ValueMapPostingSource(uint jarg1);
2173 
2174   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueMapPostingSource_AddMapping")]
ValueMapPostingSource_AddMapping(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, double jarg3)2175   public static extern void ValueMapPostingSource_AddMapping(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, double jarg3);
2176 
2177   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueMapPostingSource_ClearMappings")]
ValueMapPostingSource_ClearMappings(global::System.Runtime.InteropServices.HandleRef jarg1)2178   public static extern void ValueMapPostingSource_ClearMappings(global::System.Runtime.InteropServices.HandleRef jarg1);
2179 
2180   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueMapPostingSource_SetDefaultWeight")]
ValueMapPostingSource_SetDefaultWeight(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2181   public static extern void ValueMapPostingSource_SetDefaultWeight(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2182 
2183   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueMapPostingSource_GetWeight")]
ValueMapPostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1)2184   public static extern double ValueMapPostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
2185 
2186   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueMapPostingSource_Name")]
ValueMapPostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1)2187   public static extern string ValueMapPostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
2188 
2189   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueMapPostingSource_Init")]
ValueMapPostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2190   public static extern void ValueMapPostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2191 
2192   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueMapPostingSource_GetDescription")]
ValueMapPostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2193   public static extern string ValueMapPostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2194 
2195   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ValueMapPostingSource")]
delete_ValueMapPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2196   public static extern void delete_ValueMapPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2197 
2198   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_FixedWeightPostingSource")]
new_FixedWeightPostingSource(double jarg1)2199   public static extern global::System.IntPtr new_FixedWeightPostingSource(double jarg1);
2200 
2201   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_GetTermfreqMin")]
FixedWeightPostingSource_GetTermfreqMin(global::System.Runtime.InteropServices.HandleRef jarg1)2202   public static extern uint FixedWeightPostingSource_GetTermfreqMin(global::System.Runtime.InteropServices.HandleRef jarg1);
2203 
2204   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_GetTermfreqEst")]
FixedWeightPostingSource_GetTermfreqEst(global::System.Runtime.InteropServices.HandleRef jarg1)2205   public static extern uint FixedWeightPostingSource_GetTermfreqEst(global::System.Runtime.InteropServices.HandleRef jarg1);
2206 
2207   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_GetTermfreqMax")]
FixedWeightPostingSource_GetTermfreqMax(global::System.Runtime.InteropServices.HandleRef jarg1)2208   public static extern uint FixedWeightPostingSource_GetTermfreqMax(global::System.Runtime.InteropServices.HandleRef jarg1);
2209 
2210   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_GetWeight")]
FixedWeightPostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1)2211   public static extern double FixedWeightPostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
2212 
2213   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_Next")]
FixedWeightPostingSource_Next(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2214   public static extern void FixedWeightPostingSource_Next(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2215 
2216   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_SkipTo")]
FixedWeightPostingSource_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)2217   public static extern void FixedWeightPostingSource_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
2218 
2219   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_Check")]
FixedWeightPostingSource_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)2220   public static extern bool FixedWeightPostingSource_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
2221 
2222   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_AtEnd")]
FixedWeightPostingSource_AtEnd(global::System.Runtime.InteropServices.HandleRef jarg1)2223   public static extern bool FixedWeightPostingSource_AtEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
2224 
2225   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_GetDocId")]
FixedWeightPostingSource_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1)2226   public static extern uint FixedWeightPostingSource_GetDocId(global::System.Runtime.InteropServices.HandleRef jarg1);
2227 
2228   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_Name")]
FixedWeightPostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1)2229   public static extern string FixedWeightPostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
2230 
2231   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_Init")]
FixedWeightPostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2232   public static extern void FixedWeightPostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2233 
2234   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_GetDescription")]
FixedWeightPostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2235   public static extern string FixedWeightPostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2236 
2237   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_FixedWeightPostingSource")]
delete_FixedWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2238   public static extern void delete_FixedWeightPostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2239 
2240   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_MatchSpy")]
new_MatchSpy()2241   public static extern global::System.IntPtr new_MatchSpy();
2242 
2243   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_MatchSpy")]
delete_MatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1)2244   public static extern void delete_MatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1);
2245 
2246   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchSpy_Apply")]
MatchSpy_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)2247   public static extern void MatchSpy_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3);
2248 
2249   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchSpy_Name")]
MatchSpy_Name(global::System.Runtime.InteropServices.HandleRef jarg1)2250   public static extern string MatchSpy_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
2251 
2252   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchSpy_NameSwigExplicitMatchSpy")]
MatchSpy_NameSwigExplicitMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1)2253   public static extern string MatchSpy_NameSwigExplicitMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1);
2254 
2255   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchSpy_MergeResults")]
MatchSpy_MergeResults(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2256   public static extern void MatchSpy_MergeResults(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2257 
2258   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchSpy_MergeResultsSwigExplicitMatchSpy")]
MatchSpy_MergeResultsSwigExplicitMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2259   public static extern void MatchSpy_MergeResultsSwigExplicitMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2260 
2261   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchSpy_GetDescription")]
MatchSpy_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2262   public static extern string MatchSpy_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2263 
2264   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchSpy_GetDescriptionSwigExplicitMatchSpy")]
MatchSpy_GetDescriptionSwigExplicitMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1)2265   public static extern string MatchSpy_GetDescriptionSwigExplicitMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1);
2266 
2267   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchSpy_Release")]
MatchSpy_Release(global::System.Runtime.InteropServices.HandleRef jarg1)2268   public static extern global::System.IntPtr MatchSpy_Release(global::System.Runtime.InteropServices.HandleRef jarg1);
2269 
2270   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MatchSpy_director_connect")]
MatchSpy_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, MatchSpy.SwigDelegateMatchSpy_0 delegate0, MatchSpy.SwigDelegateMatchSpy_1 delegate1, MatchSpy.SwigDelegateMatchSpy_2 delegate2, MatchSpy.SwigDelegateMatchSpy_3 delegate3)2271   public static extern void MatchSpy_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, MatchSpy.SwigDelegateMatchSpy_0 delegate0, MatchSpy.SwigDelegateMatchSpy_1 delegate1, MatchSpy.SwigDelegateMatchSpy_2 delegate2, MatchSpy.SwigDelegateMatchSpy_3 delegate3);
2272 
2273   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ValueCountMatchSpy__SWIG_0")]
new_ValueCountMatchSpy__SWIG_0()2274   public static extern global::System.IntPtr new_ValueCountMatchSpy__SWIG_0();
2275 
2276   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_ValueCountMatchSpy__SWIG_1")]
new_ValueCountMatchSpy__SWIG_1(uint jarg1)2277   public static extern global::System.IntPtr new_ValueCountMatchSpy__SWIG_1(uint jarg1);
2278 
2279   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueCountMatchSpy_GetTotal")]
ValueCountMatchSpy_GetTotal(global::System.Runtime.InteropServices.HandleRef jarg1)2280   public static extern uint ValueCountMatchSpy_GetTotal(global::System.Runtime.InteropServices.HandleRef jarg1);
2281 
2282   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueCountMatchSpy_ValuesBegin")]
ValueCountMatchSpy_ValuesBegin(global::System.Runtime.InteropServices.HandleRef jarg1)2283   public static extern global::System.IntPtr ValueCountMatchSpy_ValuesBegin(global::System.Runtime.InteropServices.HandleRef jarg1);
2284 
2285   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueCountMatchSpy_ValuesEnd")]
ValueCountMatchSpy_ValuesEnd(global::System.Runtime.InteropServices.HandleRef jarg1)2286   public static extern global::System.IntPtr ValueCountMatchSpy_ValuesEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
2287 
2288   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueCountMatchSpy_TopValuesBegin")]
ValueCountMatchSpy_TopValuesBegin(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2289   public static extern global::System.IntPtr ValueCountMatchSpy_TopValuesBegin(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2290 
2291   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueCountMatchSpy_TopValuesEnd")]
ValueCountMatchSpy_TopValuesEnd(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2292   public static extern global::System.IntPtr ValueCountMatchSpy_TopValuesEnd(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2293 
2294   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueCountMatchSpy_Apply")]
ValueCountMatchSpy_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)2295   public static extern void ValueCountMatchSpy_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3);
2296 
2297   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueCountMatchSpy_Name")]
ValueCountMatchSpy_Name(global::System.Runtime.InteropServices.HandleRef jarg1)2298   public static extern string ValueCountMatchSpy_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
2299 
2300   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueCountMatchSpy_MergeResults")]
ValueCountMatchSpy_MergeResults(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2301   public static extern void ValueCountMatchSpy_MergeResults(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2302 
2303   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueCountMatchSpy_GetDescription")]
ValueCountMatchSpy_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2304   public static extern string ValueCountMatchSpy_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2305 
2306   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_ValueCountMatchSpy")]
delete_ValueCountMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1)2307   public static extern void delete_ValueCountMatchSpy(global::System.Runtime.InteropServices.HandleRef jarg1);
2308 
2309   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MilesToMetres")]
MilesToMetres(double jarg1)2310   public static extern double MilesToMetres(double jarg1);
2311 
2312   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MetresToMiles")]
MetresToMiles(double jarg1)2313   public static extern double MetresToMiles(double jarg1);
2314 
2315   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoord_latitude_set")]
LatLongCoord_latitude_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2316   public static extern void LatLongCoord_latitude_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2317 
2318   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoord_latitude_get")]
LatLongCoord_latitude_get(global::System.Runtime.InteropServices.HandleRef jarg1)2319   public static extern double LatLongCoord_latitude_get(global::System.Runtime.InteropServices.HandleRef jarg1);
2320 
2321   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoord_longitude_set")]
LatLongCoord_longitude_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2322   public static extern void LatLongCoord_longitude_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2323 
2324   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoord_longitude_get")]
LatLongCoord_longitude_get(global::System.Runtime.InteropServices.HandleRef jarg1)2325   public static extern double LatLongCoord_longitude_get(global::System.Runtime.InteropServices.HandleRef jarg1);
2326 
2327   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongCoord__SWIG_0")]
new_LatLongCoord__SWIG_0()2328   public static extern global::System.IntPtr new_LatLongCoord__SWIG_0();
2329 
2330   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongCoord__SWIG_1")]
new_LatLongCoord__SWIG_1(double jarg1, double jarg2)2331   public static extern global::System.IntPtr new_LatLongCoord__SWIG_1(double jarg1, double jarg2);
2332 
2333   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoord_Unserialise")]
LatLongCoord_Unserialise(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2334   public static extern void LatLongCoord_Unserialise(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2335 
2336   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoord_Serialise")]
LatLongCoord_Serialise(global::System.Runtime.InteropServices.HandleRef jarg1)2337   public static extern string LatLongCoord_Serialise(global::System.Runtime.InteropServices.HandleRef jarg1);
2338 
2339   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoord_GetDescription")]
LatLongCoord_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2340   public static extern string LatLongCoord_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2341 
2342   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_LatLongCoord")]
delete_LatLongCoord(global::System.Runtime.InteropServices.HandleRef jarg1)2343   public static extern void delete_LatLongCoord(global::System.Runtime.InteropServices.HandleRef jarg1);
2344 
2345   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongCoordsIterator")]
new_LatLongCoordsIterator()2346   public static extern global::System.IntPtr new_LatLongCoordsIterator();
2347 
2348   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoordsIterator_Equals")]
LatLongCoordsIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2349   public static extern bool LatLongCoordsIterator_Equals(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2350 
2351   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoordsIterator_GetCoord")]
LatLongCoordsIterator_GetCoord(global::System.Runtime.InteropServices.HandleRef jarg1)2352   public static extern global::System.IntPtr LatLongCoordsIterator_GetCoord(global::System.Runtime.InteropServices.HandleRef jarg1);
2353 
2354   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoordsIterator_Next")]
LatLongCoordsIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1)2355   public static extern global::System.IntPtr LatLongCoordsIterator_Next(global::System.Runtime.InteropServices.HandleRef jarg1);
2356 
2357   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_LatLongCoordsIterator")]
delete_LatLongCoordsIterator(global::System.Runtime.InteropServices.HandleRef jarg1)2358   public static extern void delete_LatLongCoordsIterator(global::System.Runtime.InteropServices.HandleRef jarg1);
2359 
2360   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoords_Begin")]
LatLongCoords_Begin(global::System.Runtime.InteropServices.HandleRef jarg1)2361   public static extern global::System.IntPtr LatLongCoords_Begin(global::System.Runtime.InteropServices.HandleRef jarg1);
2362 
2363   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoords_End")]
LatLongCoords_End(global::System.Runtime.InteropServices.HandleRef jarg1)2364   public static extern global::System.IntPtr LatLongCoords_End(global::System.Runtime.InteropServices.HandleRef jarg1);
2365 
2366   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoords_Size")]
LatLongCoords_Size(global::System.Runtime.InteropServices.HandleRef jarg1)2367   public static extern uint LatLongCoords_Size(global::System.Runtime.InteropServices.HandleRef jarg1);
2368 
2369   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoords_Empty")]
LatLongCoords_Empty(global::System.Runtime.InteropServices.HandleRef jarg1)2370   public static extern bool LatLongCoords_Empty(global::System.Runtime.InteropServices.HandleRef jarg1);
2371 
2372   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoords_Append")]
LatLongCoords_Append(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2373   public static extern void LatLongCoords_Append(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2374 
2375   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongCoords__SWIG_0")]
new_LatLongCoords__SWIG_0()2376   public static extern global::System.IntPtr new_LatLongCoords__SWIG_0();
2377 
2378   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongCoords__SWIG_1")]
new_LatLongCoords__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2379   public static extern global::System.IntPtr new_LatLongCoords__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2380 
2381   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoords_Unserialise")]
LatLongCoords_Unserialise(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2382   public static extern void LatLongCoords_Unserialise(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2383 
2384   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoords_Serialise")]
LatLongCoords_Serialise(global::System.Runtime.InteropServices.HandleRef jarg1)2385   public static extern string LatLongCoords_Serialise(global::System.Runtime.InteropServices.HandleRef jarg1);
2386 
2387   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongCoords_GetDescription")]
LatLongCoords_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2388   public static extern string LatLongCoords_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2389 
2390   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_LatLongCoords")]
delete_LatLongCoords(global::System.Runtime.InteropServices.HandleRef jarg1)2391   public static extern void delete_LatLongCoords(global::System.Runtime.InteropServices.HandleRef jarg1);
2392 
2393   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_LatLongMetric")]
delete_LatLongMetric(global::System.Runtime.InteropServices.HandleRef jarg1)2394   public static extern void delete_LatLongMetric(global::System.Runtime.InteropServices.HandleRef jarg1);
2395 
2396   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongMetric_PointwiseDistance")]
LatLongMetric_PointwiseDistance(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)2397   public static extern double LatLongMetric_PointwiseDistance(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
2398 
2399   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongMetric_Apply__SWIG_0")]
LatLongMetric_Apply__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)2400   public static extern double LatLongMetric_Apply__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
2401 
2402   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongMetric_Apply__SWIG_1")]
LatLongMetric_Apply__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, string jarg3)2403   public static extern double LatLongMetric_Apply__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, string jarg3);
2404 
2405   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongMetric_Apply__SWIG_2")]
LatLongMetric_Apply__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, string jarg3, uint jarg4)2406   public static extern double LatLongMetric_Apply__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, string jarg3, uint jarg4);
2407 
2408   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongMetric_Name")]
LatLongMetric_Name(global::System.Runtime.InteropServices.HandleRef jarg1)2409   public static extern string LatLongMetric_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
2410 
2411   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongMetric")]
new_LatLongMetric()2412   public static extern global::System.IntPtr new_LatLongMetric();
2413 
2414   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongMetric_director_connect")]
LatLongMetric_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, LatLongMetric.SwigDelegateLatLongMetric_0 delegate0, LatLongMetric.SwigDelegateLatLongMetric_1 delegate1)2415   public static extern void LatLongMetric_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, LatLongMetric.SwigDelegateLatLongMetric_0 delegate0, LatLongMetric.SwigDelegateLatLongMetric_1 delegate1);
2416 
2417   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_GreatCircleMetric__SWIG_0")]
new_GreatCircleMetric__SWIG_0()2418   public static extern global::System.IntPtr new_GreatCircleMetric__SWIG_0();
2419 
2420   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_GreatCircleMetric__SWIG_1")]
new_GreatCircleMetric__SWIG_1(double jarg1)2421   public static extern global::System.IntPtr new_GreatCircleMetric__SWIG_1(double jarg1);
2422 
2423   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_GreatCircleMetric_PointwiseDistance")]
GreatCircleMetric_PointwiseDistance(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)2424   public static extern double GreatCircleMetric_PointwiseDistance(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
2425 
2426   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_GreatCircleMetric_Name")]
GreatCircleMetric_Name(global::System.Runtime.InteropServices.HandleRef jarg1)2427   public static extern string GreatCircleMetric_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
2428 
2429   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_GreatCircleMetric")]
delete_GreatCircleMetric(global::System.Runtime.InteropServices.HandleRef jarg1)2430   public static extern void delete_GreatCircleMetric(global::System.Runtime.InteropServices.HandleRef jarg1);
2431 
2432   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistancePostingSource__SWIG_0")]
new_LatLongDistancePostingSource__SWIG_0(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, double jarg5, double jarg6)2433   public static extern global::System.IntPtr new_LatLongDistancePostingSource__SWIG_0(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, double jarg5, double jarg6);
2434 
2435   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistancePostingSource__SWIG_1")]
new_LatLongDistancePostingSource__SWIG_1(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, double jarg5)2436   public static extern global::System.IntPtr new_LatLongDistancePostingSource__SWIG_1(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4, double jarg5);
2437 
2438   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistancePostingSource__SWIG_2")]
new_LatLongDistancePostingSource__SWIG_2(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)2439   public static extern global::System.IntPtr new_LatLongDistancePostingSource__SWIG_2(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4);
2440 
2441   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistancePostingSource__SWIG_3")]
new_LatLongDistancePostingSource__SWIG_3(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)2442   public static extern global::System.IntPtr new_LatLongDistancePostingSource__SWIG_3(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
2443 
2444   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistancePostingSource__SWIG_4")]
new_LatLongDistancePostingSource__SWIG_4(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, double jarg4, double jarg5)2445   public static extern global::System.IntPtr new_LatLongDistancePostingSource__SWIG_4(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, double jarg4, double jarg5);
2446 
2447   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistancePostingSource__SWIG_5")]
new_LatLongDistancePostingSource__SWIG_5(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, double jarg4)2448   public static extern global::System.IntPtr new_LatLongDistancePostingSource__SWIG_5(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, double jarg4);
2449 
2450   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistancePostingSource__SWIG_6")]
new_LatLongDistancePostingSource__SWIG_6(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)2451   public static extern global::System.IntPtr new_LatLongDistancePostingSource__SWIG_6(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3);
2452 
2453   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistancePostingSource__SWIG_7")]
new_LatLongDistancePostingSource__SWIG_7(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2454   public static extern global::System.IntPtr new_LatLongDistancePostingSource__SWIG_7(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2455 
2456   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_LatLongDistancePostingSource")]
delete_LatLongDistancePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1)2457   public static extern void delete_LatLongDistancePostingSource(global::System.Runtime.InteropServices.HandleRef jarg1);
2458 
2459   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongDistancePostingSource_Next")]
LatLongDistancePostingSource_Next(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2460   public static extern void LatLongDistancePostingSource_Next(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2461 
2462   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongDistancePostingSource_SkipTo")]
LatLongDistancePostingSource_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)2463   public static extern void LatLongDistancePostingSource_SkipTo(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
2464 
2465   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongDistancePostingSource_Check")]
LatLongDistancePostingSource_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3)2466   public static extern bool LatLongDistancePostingSource_Check(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, double jarg3);
2467 
2468   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongDistancePostingSource_GetWeight")]
LatLongDistancePostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1)2469   public static extern double LatLongDistancePostingSource_GetWeight(global::System.Runtime.InteropServices.HandleRef jarg1);
2470 
2471   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongDistancePostingSource_Name")]
LatLongDistancePostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1)2472   public static extern string LatLongDistancePostingSource_Name(global::System.Runtime.InteropServices.HandleRef jarg1);
2473 
2474   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongDistancePostingSource_Init")]
LatLongDistancePostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2475   public static extern void LatLongDistancePostingSource_Init(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2476 
2477   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongDistancePostingSource_GetDescription")]
LatLongDistancePostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2478   public static extern string LatLongDistancePostingSource_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2479 
2480   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistanceKeyMaker__SWIG_0")]
new_LatLongDistanceKeyMaker__SWIG_0(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)2481   public static extern global::System.IntPtr new_LatLongDistanceKeyMaker__SWIG_0(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4);
2482 
2483   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistanceKeyMaker__SWIG_1")]
new_LatLongDistanceKeyMaker__SWIG_1(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)2484   public static extern global::System.IntPtr new_LatLongDistanceKeyMaker__SWIG_1(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
2485 
2486   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistanceKeyMaker__SWIG_2")]
new_LatLongDistanceKeyMaker__SWIG_2(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2487   public static extern global::System.IntPtr new_LatLongDistanceKeyMaker__SWIG_2(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2488 
2489   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistanceKeyMaker__SWIG_3")]
new_LatLongDistanceKeyMaker__SWIG_3(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4)2490   public static extern global::System.IntPtr new_LatLongDistanceKeyMaker__SWIG_3(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, double jarg4);
2491 
2492   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistanceKeyMaker__SWIG_4")]
new_LatLongDistanceKeyMaker__SWIG_4(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)2493   public static extern global::System.IntPtr new_LatLongDistanceKeyMaker__SWIG_4(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
2494 
2495   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_LatLongDistanceKeyMaker__SWIG_5")]
new_LatLongDistanceKeyMaker__SWIG_5(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2496   public static extern global::System.IntPtr new_LatLongDistanceKeyMaker__SWIG_5(uint jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2497 
2498   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_LatLongDistanceKeyMaker")]
delete_LatLongDistanceKeyMaker(global::System.Runtime.InteropServices.HandleRef jarg1)2499   public static extern void delete_LatLongDistanceKeyMaker(global::System.Runtime.InteropServices.HandleRef jarg1);
2500 
2501   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongDistanceKeyMaker_Apply")]
LatLongDistanceKeyMaker_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2502   public static extern string LatLongDistanceKeyMaker_Apply(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2503 
2504   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_AddDatabase")]
Database_AddDatabase(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2505   public static extern void Database_AddDatabase(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2506 
2507   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Size")]
Database_Size(global::System.Runtime.InteropServices.HandleRef jarg1)2508   public static extern uint Database_Size(global::System.Runtime.InteropServices.HandleRef jarg1);
2509 
2510   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Database__SWIG_0")]
new_Database__SWIG_0()2511   public static extern global::System.IntPtr new_Database__SWIG_0();
2512 
2513   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Database__SWIG_1")]
new_Database__SWIG_1(string jarg1, int jarg2)2514   public static extern global::System.IntPtr new_Database__SWIG_1(string jarg1, int jarg2);
2515 
2516   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Database__SWIG_2")]
new_Database__SWIG_2(string jarg1)2517   public static extern global::System.IntPtr new_Database__SWIG_2(string jarg1);
2518 
2519   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Database__SWIG_3")]
new_Database__SWIG_3(int jarg1, int jarg2)2520   public static extern global::System.IntPtr new_Database__SWIG_3(int jarg1, int jarg2);
2521 
2522   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_Database__SWIG_4")]
new_Database__SWIG_4(int jarg1)2523   public static extern global::System.IntPtr new_Database__SWIG_4(int jarg1);
2524 
2525   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_Database")]
delete_Database(global::System.Runtime.InteropServices.HandleRef jarg1)2526   public static extern void delete_Database(global::System.Runtime.InteropServices.HandleRef jarg1);
2527 
2528   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Reopen")]
Database_Reopen(global::System.Runtime.InteropServices.HandleRef jarg1)2529   public static extern bool Database_Reopen(global::System.Runtime.InteropServices.HandleRef jarg1);
2530 
2531   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Close")]
Database_Close(global::System.Runtime.InteropServices.HandleRef jarg1)2532   public static extern void Database_Close(global::System.Runtime.InteropServices.HandleRef jarg1);
2533 
2534   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetDescription")]
Database_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2535   public static extern string Database_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2536 
2537   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_PostListBegin")]
Database_PostListBegin(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2538   public static extern global::System.IntPtr Database_PostListBegin(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2539 
2540   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_PostListEnd")]
Database_PostListEnd(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2541   public static extern global::System.IntPtr Database_PostListEnd(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2542 
2543   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_TermListBegin")]
Database_TermListBegin(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2544   public static extern global::System.IntPtr Database_TermListBegin(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2545 
2546   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_TermListEnd")]
Database_TermListEnd(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2547   public static extern global::System.IntPtr Database_TermListEnd(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2548 
2549   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_HasPositions")]
Database_HasPositions(global::System.Runtime.InteropServices.HandleRef jarg1)2550   public static extern bool Database_HasPositions(global::System.Runtime.InteropServices.HandleRef jarg1);
2551 
2552   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_PositionListBegin")]
Database_PositionListBegin(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, string jarg3)2553   public static extern global::System.IntPtr Database_PositionListBegin(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, string jarg3);
2554 
2555   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_PositionListEnd")]
Database_PositionListEnd(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, string jarg3)2556   public static extern global::System.IntPtr Database_PositionListEnd(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, string jarg3);
2557 
2558   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_AllTermsBegin__SWIG_0")]
Database_AllTermsBegin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2559   public static extern global::System.IntPtr Database_AllTermsBegin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2560 
2561   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_AllTermsBegin__SWIG_1")]
Database_AllTermsBegin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2562   public static extern global::System.IntPtr Database_AllTermsBegin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2563 
2564   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_AllTermsEnd__SWIG_0")]
Database_AllTermsEnd__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2565   public static extern global::System.IntPtr Database_AllTermsEnd__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2566 
2567   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_AllTermsEnd__SWIG_1")]
Database_AllTermsEnd__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2568   public static extern global::System.IntPtr Database_AllTermsEnd__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2569 
2570   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetDocCount")]
Database_GetDocCount(global::System.Runtime.InteropServices.HandleRef jarg1)2571   public static extern uint Database_GetDocCount(global::System.Runtime.InteropServices.HandleRef jarg1);
2572 
2573   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetLastDocId")]
Database_GetLastDocId(global::System.Runtime.InteropServices.HandleRef jarg1)2574   public static extern uint Database_GetLastDocId(global::System.Runtime.InteropServices.HandleRef jarg1);
2575 
2576   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetAvLength")]
Database_GetAvLength(global::System.Runtime.InteropServices.HandleRef jarg1)2577   public static extern double Database_GetAvLength(global::System.Runtime.InteropServices.HandleRef jarg1);
2578 
2579   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetAverageLength")]
Database_GetAverageLength(global::System.Runtime.InteropServices.HandleRef jarg1)2580   public static extern double Database_GetAverageLength(global::System.Runtime.InteropServices.HandleRef jarg1);
2581 
2582   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetTotalLength")]
Database_GetTotalLength(global::System.Runtime.InteropServices.HandleRef jarg1)2583   public static extern uint Database_GetTotalLength(global::System.Runtime.InteropServices.HandleRef jarg1);
2584 
2585   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetTermFreq")]
Database_GetTermFreq(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2586   public static extern uint Database_GetTermFreq(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2587 
2588   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_TermExists")]
Database_TermExists(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2589   public static extern bool Database_TermExists(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2590 
2591   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetCollectionFreq")]
Database_GetCollectionFreq(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2592   public static extern uint Database_GetCollectionFreq(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2593 
2594   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetValueFreq")]
Database_GetValueFreq(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2595   public static extern uint Database_GetValueFreq(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2596 
2597   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetValueLowerBound")]
Database_GetValueLowerBound(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2598   public static extern string Database_GetValueLowerBound(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2599 
2600   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetValueUpperBound")]
Database_GetValueUpperBound(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2601   public static extern string Database_GetValueUpperBound(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2602 
2603   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetDoclengthLowerBound")]
Database_GetDoclengthLowerBound(global::System.Runtime.InteropServices.HandleRef jarg1)2604   public static extern uint Database_GetDoclengthLowerBound(global::System.Runtime.InteropServices.HandleRef jarg1);
2605 
2606   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetDoclengthUpperBound")]
Database_GetDoclengthUpperBound(global::System.Runtime.InteropServices.HandleRef jarg1)2607   public static extern uint Database_GetDoclengthUpperBound(global::System.Runtime.InteropServices.HandleRef jarg1);
2608 
2609   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetWdfUpperBound")]
Database_GetWdfUpperBound(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2610   public static extern uint Database_GetWdfUpperBound(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2611 
2612   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_ValuestreamBegin")]
Database_ValuestreamBegin(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2613   public static extern global::System.IntPtr Database_ValuestreamBegin(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2614 
2615   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_ValuestreamEnd")]
Database_ValuestreamEnd(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2616   public static extern global::System.IntPtr Database_ValuestreamEnd(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2617 
2618   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetDocLength")]
Database_GetDocLength(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2619   public static extern uint Database_GetDocLength(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2620 
2621   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetUniqueTerms")]
Database_GetUniqueTerms(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2622   public static extern uint Database_GetUniqueTerms(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2623 
2624   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_KeepAlive")]
Database_KeepAlive(global::System.Runtime.InteropServices.HandleRef jarg1)2625   public static extern void Database_KeepAlive(global::System.Runtime.InteropServices.HandleRef jarg1);
2626 
2627   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetDocument__SWIG_0")]
Database_GetDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2628   public static extern global::System.IntPtr Database_GetDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2629 
2630   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetDocument__SWIG_1")]
Database_GetDocument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3)2631   public static extern global::System.IntPtr Database_GetDocument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, uint jarg3);
2632 
2633   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetSpellingSuggestion__SWIG_0")]
Database_GetSpellingSuggestion__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)2634   public static extern string Database_GetSpellingSuggestion__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
2635 
2636   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetSpellingSuggestion__SWIG_1")]
Database_GetSpellingSuggestion__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2637   public static extern string Database_GetSpellingSuggestion__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2638 
2639   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_SpellingsBegin")]
Database_SpellingsBegin(global::System.Runtime.InteropServices.HandleRef jarg1)2640   public static extern global::System.IntPtr Database_SpellingsBegin(global::System.Runtime.InteropServices.HandleRef jarg1);
2641 
2642   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_SpellingsEnd")]
Database_SpellingsEnd(global::System.Runtime.InteropServices.HandleRef jarg1)2643   public static extern global::System.IntPtr Database_SpellingsEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
2644 
2645   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_SynonymsBegin")]
Database_SynonymsBegin(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2646   public static extern global::System.IntPtr Database_SynonymsBegin(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2647 
2648   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_SynonymsEnd")]
Database_SynonymsEnd(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2649   public static extern global::System.IntPtr Database_SynonymsEnd(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2650 
2651   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_SynonymKeysBegin__SWIG_0")]
Database_SynonymKeysBegin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2652   public static extern global::System.IntPtr Database_SynonymKeysBegin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2653 
2654   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_SynonymKeysBegin__SWIG_1")]
Database_SynonymKeysBegin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2655   public static extern global::System.IntPtr Database_SynonymKeysBegin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2656 
2657   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_SynonymKeysEnd__SWIG_0")]
Database_SynonymKeysEnd__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2658   public static extern global::System.IntPtr Database_SynonymKeysEnd__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2659 
2660   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_SynonymKeysEnd__SWIG_1")]
Database_SynonymKeysEnd__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2661   public static extern global::System.IntPtr Database_SynonymKeysEnd__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2662 
2663   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetMetadata")]
Database_GetMetadata(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2664   public static extern string Database_GetMetadata(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2665 
2666   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_MetadataKeysBegin__SWIG_0")]
Database_MetadataKeysBegin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2667   public static extern global::System.IntPtr Database_MetadataKeysBegin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2668 
2669   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_MetadataKeysBegin__SWIG_1")]
Database_MetadataKeysBegin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2670   public static extern global::System.IntPtr Database_MetadataKeysBegin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2671 
2672   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_MetadataKeysEnd__SWIG_0")]
Database_MetadataKeysEnd__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2673   public static extern global::System.IntPtr Database_MetadataKeysEnd__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2674 
2675   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_MetadataKeysEnd__SWIG_1")]
Database_MetadataKeysEnd__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2676   public static extern global::System.IntPtr Database_MetadataKeysEnd__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2677 
2678   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetUuid")]
Database_GetUuid(global::System.Runtime.InteropServices.HandleRef jarg1)2679   public static extern string Database_GetUuid(global::System.Runtime.InteropServices.HandleRef jarg1);
2680 
2681   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Locked")]
Database_Locked(global::System.Runtime.InteropServices.HandleRef jarg1)2682   public static extern bool Database_Locked(global::System.Runtime.InteropServices.HandleRef jarg1);
2683 
2684   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_GetRevision")]
Database_GetRevision(global::System.Runtime.InteropServices.HandleRef jarg1)2685   public static extern uint Database_GetRevision(global::System.Runtime.InteropServices.HandleRef jarg1);
2686 
2687   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Check__SWIG_0")]
Database_Check__SWIG_0(string jarg1, int jarg2)2688   public static extern uint Database_Check__SWIG_0(string jarg1, int jarg2);
2689 
2690   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Check__SWIG_1")]
Database_Check__SWIG_1(string jarg1)2691   public static extern uint Database_Check__SWIG_1(string jarg1);
2692 
2693   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Check__SWIG_2")]
Database_Check__SWIG_2(int jarg1, int jarg2)2694   public static extern uint Database_Check__SWIG_2(int jarg1, int jarg2);
2695 
2696   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Check__SWIG_3")]
Database_Check__SWIG_3(int jarg1)2697   public static extern uint Database_Check__SWIG_3(int jarg1);
2698 
2699   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Compact__SWIG_0")]
Database_Compact__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, int jarg4)2700   public static extern void Database_Compact__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, int jarg4);
2701 
2702   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Compact__SWIG_1")]
Database_Compact__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)2703   public static extern void Database_Compact__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
2704 
2705   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Compact__SWIG_2")]
Database_Compact__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2706   public static extern void Database_Compact__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2707 
2708   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Compact__SWIG_3")]
Database_Compact__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, uint jarg3, int jarg4)2709   public static extern void Database_Compact__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, uint jarg3, int jarg4);
2710 
2711   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Compact__SWIG_4")]
Database_Compact__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, uint jarg3)2712   public static extern void Database_Compact__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, uint jarg3);
2713 
2714   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Compact__SWIG_5")]
Database_Compact__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)2715   public static extern void Database_Compact__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
2716 
2717   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Compact__SWIG_6")]
Database_Compact__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)2718   public static extern void Database_Compact__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5);
2719 
2720   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Database_Compact__SWIG_7")]
Database_Compact__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, uint jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)2721   public static extern void Database_Compact__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, uint jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5);
2722 
2723   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_delete_WritableDatabase")]
delete_WritableDatabase(global::System.Runtime.InteropServices.HandleRef jarg1)2724   public static extern void delete_WritableDatabase(global::System.Runtime.InteropServices.HandleRef jarg1);
2725 
2726   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_WritableDatabase__SWIG_0")]
new_WritableDatabase__SWIG_0()2727   public static extern global::System.IntPtr new_WritableDatabase__SWIG_0();
2728 
2729   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_WritableDatabase__SWIG_1")]
new_WritableDatabase__SWIG_1(string jarg1, int jarg2, int jarg3)2730   public static extern global::System.IntPtr new_WritableDatabase__SWIG_1(string jarg1, int jarg2, int jarg3);
2731 
2732   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_WritableDatabase__SWIG_2")]
new_WritableDatabase__SWIG_2(string jarg1, int jarg2)2733   public static extern global::System.IntPtr new_WritableDatabase__SWIG_2(string jarg1, int jarg2);
2734 
2735   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_new_WritableDatabase__SWIG_3")]
new_WritableDatabase__SWIG_3(string jarg1)2736   public static extern global::System.IntPtr new_WritableDatabase__SWIG_3(string jarg1);
2737 
2738   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_Commit")]
WritableDatabase_Commit(global::System.Runtime.InteropServices.HandleRef jarg1)2739   public static extern void WritableDatabase_Commit(global::System.Runtime.InteropServices.HandleRef jarg1);
2740 
2741   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_Flush")]
WritableDatabase_Flush(global::System.Runtime.InteropServices.HandleRef jarg1)2742   public static extern void WritableDatabase_Flush(global::System.Runtime.InteropServices.HandleRef jarg1);
2743 
2744   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_BeginTransaction__SWIG_0")]
WritableDatabase_BeginTransaction__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2745   public static extern void WritableDatabase_BeginTransaction__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2746 
2747   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_BeginTransaction__SWIG_1")]
WritableDatabase_BeginTransaction__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2748   public static extern void WritableDatabase_BeginTransaction__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2749 
2750   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_CommitTransaction")]
WritableDatabase_CommitTransaction(global::System.Runtime.InteropServices.HandleRef jarg1)2751   public static extern void WritableDatabase_CommitTransaction(global::System.Runtime.InteropServices.HandleRef jarg1);
2752 
2753   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_CancelTransaction")]
WritableDatabase_CancelTransaction(global::System.Runtime.InteropServices.HandleRef jarg1)2754   public static extern void WritableDatabase_CancelTransaction(global::System.Runtime.InteropServices.HandleRef jarg1);
2755 
2756   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_AddDocument")]
WritableDatabase_AddDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2757   public static extern uint WritableDatabase_AddDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2758 
2759   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_DeleteDocument__SWIG_0")]
WritableDatabase_DeleteDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)2760   public static extern void WritableDatabase_DeleteDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
2761 
2762   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_DeleteDocument__SWIG_1")]
WritableDatabase_DeleteDocument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2763   public static extern void WritableDatabase_DeleteDocument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2764 
2765   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_ReplaceDocument__SWIG_0")]
WritableDatabase_ReplaceDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)2766   public static extern void WritableDatabase_ReplaceDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
2767 
2768   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_ReplaceDocument__SWIG_1")]
WritableDatabase_ReplaceDocument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)2769   public static extern uint WritableDatabase_ReplaceDocument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
2770 
2771   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_AddSpelling__SWIG_0")]
WritableDatabase_AddSpelling__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)2772   public static extern void WritableDatabase_AddSpelling__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
2773 
2774   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_AddSpelling__SWIG_1")]
WritableDatabase_AddSpelling__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2775   public static extern void WritableDatabase_AddSpelling__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2776 
2777   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_RemoveSpelling__SWIG_0")]
WritableDatabase_RemoveSpelling__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3)2778   public static extern void WritableDatabase_RemoveSpelling__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, uint jarg3);
2779 
2780   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_RemoveSpelling__SWIG_1")]
WritableDatabase_RemoveSpelling__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2781   public static extern void WritableDatabase_RemoveSpelling__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2782 
2783   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_AddSynonym")]
WritableDatabase_AddSynonym(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)2784   public static extern void WritableDatabase_AddSynonym(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
2785 
2786   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_RemoveSynonym")]
WritableDatabase_RemoveSynonym(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)2787   public static extern void WritableDatabase_RemoveSynonym(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
2788 
2789   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_ClearSynonyms")]
WritableDatabase_ClearSynonyms(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)2790   public static extern void WritableDatabase_ClearSynonyms(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
2791 
2792   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_SetMetadata")]
WritableDatabase_SetMetadata(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3)2793   public static extern void WritableDatabase_SetMetadata(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
2794 
2795   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_GetDescription")]
WritableDatabase_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1)2796   public static extern string WritableDatabase_GetDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
2797 
2798   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Auto_OpenStub")]
Auto_OpenStub(string jarg1)2799   public static extern global::System.IntPtr Auto_OpenStub(string jarg1);
2800 
2801   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Chert_Open__SWIG_0")]
Chert_Open__SWIG_0(string jarg1)2802   public static extern global::System.IntPtr Chert_Open__SWIG_0(string jarg1);
2803 
2804   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Chert_Open__SWIG_1")]
Chert_Open__SWIG_1(string jarg1, int jarg2, int jarg3)2805   public static extern global::System.IntPtr Chert_Open__SWIG_1(string jarg1, int jarg2, int jarg3);
2806 
2807   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Chert_Open__SWIG_2")]
Chert_Open__SWIG_2(string jarg1, int jarg2)2808   public static extern global::System.IntPtr Chert_Open__SWIG_2(string jarg1, int jarg2);
2809 
2810   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_InMemory_Open")]
InMemory_Open()2811   public static extern global::System.IntPtr InMemory_Open();
2812 
2813   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Remote_Open__SWIG_0")]
Remote_Open__SWIG_0(string jarg1, uint jarg2, uint jarg3, uint jarg4)2814   public static extern global::System.IntPtr Remote_Open__SWIG_0(string jarg1, uint jarg2, uint jarg3, uint jarg4);
2815 
2816   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Remote_Open__SWIG_1")]
Remote_Open__SWIG_1(string jarg1, uint jarg2, uint jarg3)2817   public static extern global::System.IntPtr Remote_Open__SWIG_1(string jarg1, uint jarg2, uint jarg3);
2818 
2819   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Remote_Open__SWIG_2")]
Remote_Open__SWIG_2(string jarg1, uint jarg2)2820   public static extern global::System.IntPtr Remote_Open__SWIG_2(string jarg1, uint jarg2);
2821 
2822   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Remote_OpenWritable__SWIG_0")]
Remote_OpenWritable__SWIG_0(string jarg1, uint jarg2, uint jarg3, uint jarg4)2823   public static extern global::System.IntPtr Remote_OpenWritable__SWIG_0(string jarg1, uint jarg2, uint jarg3, uint jarg4);
2824 
2825   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Remote_OpenWritable__SWIG_1")]
Remote_OpenWritable__SWIG_1(string jarg1, uint jarg2, uint jarg3)2826   public static extern global::System.IntPtr Remote_OpenWritable__SWIG_1(string jarg1, uint jarg2, uint jarg3);
2827 
2828   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Remote_OpenWritable__SWIG_2")]
Remote_OpenWritable__SWIG_2(string jarg1, uint jarg2)2829   public static extern global::System.IntPtr Remote_OpenWritable__SWIG_2(string jarg1, uint jarg2);
2830 
2831   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Remote_Open__SWIG_3")]
Remote_Open__SWIG_3(string jarg1, string jarg2, uint jarg3)2832   public static extern global::System.IntPtr Remote_Open__SWIG_3(string jarg1, string jarg2, uint jarg3);
2833 
2834   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Remote_Open__SWIG_4")]
Remote_Open__SWIG_4(string jarg1, string jarg2)2835   public static extern global::System.IntPtr Remote_Open__SWIG_4(string jarg1, string jarg2);
2836 
2837   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Remote_OpenWritable__SWIG_3")]
Remote_OpenWritable__SWIG_3(string jarg1, string jarg2, uint jarg3)2838   public static extern global::System.IntPtr Remote_OpenWritable__SWIG_3(string jarg1, string jarg2, uint jarg3);
2839 
2840   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_Remote_OpenWritable__SWIG_4")]
Remote_OpenWritable__SWIG_4(string jarg1, string jarg2)2841   public static extern global::System.IntPtr Remote_OpenWritable__SWIG_4(string jarg1, string jarg2);
2842 
2843   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ExpandDeciderAnd_SWIGUpcast")]
ExpandDeciderAnd_SWIGUpcast(global::System.IntPtr jarg1)2844   public static extern global::System.IntPtr ExpandDeciderAnd_SWIGUpcast(global::System.IntPtr jarg1);
2845 
2846   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ExpandDeciderFilterPrefix_SWIGUpcast")]
ExpandDeciderFilterPrefix_SWIGUpcast(global::System.IntPtr jarg1)2847   public static extern global::System.IntPtr ExpandDeciderFilterPrefix_SWIGUpcast(global::System.IntPtr jarg1);
2848 
2849   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_MultiValueKeyMaker_SWIGUpcast")]
MultiValueKeyMaker_SWIGUpcast(global::System.IntPtr jarg1)2850   public static extern global::System.IntPtr MultiValueKeyMaker_SWIGUpcast(global::System.IntPtr jarg1);
2851 
2852   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_SimpleStopper_SWIGUpcast")]
SimpleStopper_SWIGUpcast(global::System.IntPtr jarg1)2853   public static extern global::System.IntPtr SimpleStopper_SWIGUpcast(global::System.IntPtr jarg1);
2854 
2855   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DateRangeProcessor_SWIGUpcast")]
DateRangeProcessor_SWIGUpcast(global::System.IntPtr jarg1)2856   public static extern global::System.IntPtr DateRangeProcessor_SWIGUpcast(global::System.IntPtr jarg1);
2857 
2858   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_NumberRangeProcessor_SWIGUpcast")]
NumberRangeProcessor_SWIGUpcast(global::System.IntPtr jarg1)2859   public static extern global::System.IntPtr NumberRangeProcessor_SWIGUpcast(global::System.IntPtr jarg1);
2860 
2861   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_StringValueRangeProcessor_SWIGUpcast")]
StringValueRangeProcessor_SWIGUpcast(global::System.IntPtr jarg1)2862   public static extern global::System.IntPtr StringValueRangeProcessor_SWIGUpcast(global::System.IntPtr jarg1);
2863 
2864   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DateValueRangeProcessor_SWIGUpcast")]
DateValueRangeProcessor_SWIGUpcast(global::System.IntPtr jarg1)2865   public static extern global::System.IntPtr DateValueRangeProcessor_SWIGUpcast(global::System.IntPtr jarg1);
2866 
2867   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_NumberValueRangeProcessor_SWIGUpcast")]
NumberValueRangeProcessor_SWIGUpcast(global::System.IntPtr jarg1)2868   public static extern global::System.IntPtr NumberValueRangeProcessor_SWIGUpcast(global::System.IntPtr jarg1);
2869 
2870   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueSetMatchDecider_SWIGUpcast")]
ValueSetMatchDecider_SWIGUpcast(global::System.IntPtr jarg1)2871   public static extern global::System.IntPtr ValueSetMatchDecider_SWIGUpcast(global::System.IntPtr jarg1);
2872 
2873   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BoolWeight_SWIGUpcast")]
BoolWeight_SWIGUpcast(global::System.IntPtr jarg1)2874   public static extern global::System.IntPtr BoolWeight_SWIGUpcast(global::System.IntPtr jarg1);
2875 
2876   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TfIdfWeight_SWIGUpcast")]
TfIdfWeight_SWIGUpcast(global::System.IntPtr jarg1)2877   public static extern global::System.IntPtr TfIdfWeight_SWIGUpcast(global::System.IntPtr jarg1);
2878 
2879   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25Weight_SWIGUpcast")]
BM25Weight_SWIGUpcast(global::System.IntPtr jarg1)2880   public static extern global::System.IntPtr BM25Weight_SWIGUpcast(global::System.IntPtr jarg1);
2881 
2882   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BM25PlusWeight_SWIGUpcast")]
BM25PlusWeight_SWIGUpcast(global::System.IntPtr jarg1)2883   public static extern global::System.IntPtr BM25PlusWeight_SWIGUpcast(global::System.IntPtr jarg1);
2884 
2885   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_TradWeight_SWIGUpcast")]
TradWeight_SWIGUpcast(global::System.IntPtr jarg1)2886   public static extern global::System.IntPtr TradWeight_SWIGUpcast(global::System.IntPtr jarg1);
2887 
2888   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_InL2Weight_SWIGUpcast")]
InL2Weight_SWIGUpcast(global::System.IntPtr jarg1)2889   public static extern global::System.IntPtr InL2Weight_SWIGUpcast(global::System.IntPtr jarg1);
2890 
2891   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IfB2Weight_SWIGUpcast")]
IfB2Weight_SWIGUpcast(global::System.IntPtr jarg1)2892   public static extern global::System.IntPtr IfB2Weight_SWIGUpcast(global::System.IntPtr jarg1);
2893 
2894   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_IneB2Weight_SWIGUpcast")]
IneB2Weight_SWIGUpcast(global::System.IntPtr jarg1)2895   public static extern global::System.IntPtr IneB2Weight_SWIGUpcast(global::System.IntPtr jarg1);
2896 
2897   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_BB2Weight_SWIGUpcast")]
BB2Weight_SWIGUpcast(global::System.IntPtr jarg1)2898   public static extern global::System.IntPtr BB2Weight_SWIGUpcast(global::System.IntPtr jarg1);
2899 
2900   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DLHWeight_SWIGUpcast")]
DLHWeight_SWIGUpcast(global::System.IntPtr jarg1)2901   public static extern global::System.IntPtr DLHWeight_SWIGUpcast(global::System.IntPtr jarg1);
2902 
2903   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2Weight_SWIGUpcast")]
PL2Weight_SWIGUpcast(global::System.IntPtr jarg1)2904   public static extern global::System.IntPtr PL2Weight_SWIGUpcast(global::System.IntPtr jarg1);
2905 
2906   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_PL2PlusWeight_SWIGUpcast")]
PL2PlusWeight_SWIGUpcast(global::System.IntPtr jarg1)2907   public static extern global::System.IntPtr PL2PlusWeight_SWIGUpcast(global::System.IntPtr jarg1);
2908 
2909   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DPHWeight_SWIGUpcast")]
DPHWeight_SWIGUpcast(global::System.IntPtr jarg1)2910   public static extern global::System.IntPtr DPHWeight_SWIGUpcast(global::System.IntPtr jarg1);
2911 
2912   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LMWeight_SWIGUpcast")]
LMWeight_SWIGUpcast(global::System.IntPtr jarg1)2913   public static extern global::System.IntPtr LMWeight_SWIGUpcast(global::System.IntPtr jarg1);
2914 
2915   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_CoordWeight_SWIGUpcast")]
CoordWeight_SWIGUpcast(global::System.IntPtr jarg1)2916   public static extern global::System.IntPtr CoordWeight_SWIGUpcast(global::System.IntPtr jarg1);
2917 
2918   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValuePostingSource_SWIGUpcast")]
ValuePostingSource_SWIGUpcast(global::System.IntPtr jarg1)2919   public static extern global::System.IntPtr ValuePostingSource_SWIGUpcast(global::System.IntPtr jarg1);
2920 
2921   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueWeightPostingSource_SWIGUpcast")]
ValueWeightPostingSource_SWIGUpcast(global::System.IntPtr jarg1)2922   public static extern global::System.IntPtr ValueWeightPostingSource_SWIGUpcast(global::System.IntPtr jarg1);
2923 
2924   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_DecreasingValueWeightPostingSource_SWIGUpcast")]
DecreasingValueWeightPostingSource_SWIGUpcast(global::System.IntPtr jarg1)2925   public static extern global::System.IntPtr DecreasingValueWeightPostingSource_SWIGUpcast(global::System.IntPtr jarg1);
2926 
2927   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueMapPostingSource_SWIGUpcast")]
ValueMapPostingSource_SWIGUpcast(global::System.IntPtr jarg1)2928   public static extern global::System.IntPtr ValueMapPostingSource_SWIGUpcast(global::System.IntPtr jarg1);
2929 
2930   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_FixedWeightPostingSource_SWIGUpcast")]
FixedWeightPostingSource_SWIGUpcast(global::System.IntPtr jarg1)2931   public static extern global::System.IntPtr FixedWeightPostingSource_SWIGUpcast(global::System.IntPtr jarg1);
2932 
2933   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_ValueCountMatchSpy_SWIGUpcast")]
ValueCountMatchSpy_SWIGUpcast(global::System.IntPtr jarg1)2934   public static extern global::System.IntPtr ValueCountMatchSpy_SWIGUpcast(global::System.IntPtr jarg1);
2935 
2936   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_GreatCircleMetric_SWIGUpcast")]
GreatCircleMetric_SWIGUpcast(global::System.IntPtr jarg1)2937   public static extern global::System.IntPtr GreatCircleMetric_SWIGUpcast(global::System.IntPtr jarg1);
2938 
2939   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongDistancePostingSource_SWIGUpcast")]
LatLongDistancePostingSource_SWIGUpcast(global::System.IntPtr jarg1)2940   public static extern global::System.IntPtr LatLongDistancePostingSource_SWIGUpcast(global::System.IntPtr jarg1);
2941 
2942   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_LatLongDistanceKeyMaker_SWIGUpcast")]
LatLongDistanceKeyMaker_SWIGUpcast(global::System.IntPtr jarg1)2943   public static extern global::System.IntPtr LatLongDistanceKeyMaker_SWIGUpcast(global::System.IntPtr jarg1);
2944 
2945   [global::System.Runtime.InteropServices.DllImport("_XapianSharp", EntryPoint="CSharp_Xapian_WritableDatabase_SWIGUpcast")]
WritableDatabase_SWIGUpcast(global::System.IntPtr jarg1)2946   public static extern global::System.IntPtr WritableDatabase_SWIGUpcast(global::System.IntPtr jarg1);
2947 }
2948 
2949 }
2950