00001
00002 #include <jni.h>
00003
00004
00005 #ifndef _Included_de_aitools_aq_invertedindex_core_IndexSearcher
00006 #define _Included_de_aitools_aq_invertedindex_core_IndexSearcher
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010
00011
00012
00013
00014
00015 JNIEXPORT jint JNICALL Java_de_aitools_aq_invertedindex_core_IndexSearcher_natInstance
00016 (JNIEnv *, jobject, jstring);
00017
00018
00019
00020
00021
00022
00023 JNIEXPORT jbyteArray JNICALL Java_de_aitools_aq_invertedindex_core_IndexSearcher_natInit
00024 (JNIEnv *, jobject, jint, jbyteArray);
00025
00026
00027
00028
00029
00030
00031 JNIEXPORT jintArray JNICALL Java_de_aitools_aq_invertedindex_core_IndexSearcher_natGetQuantile
00032 (JNIEnv *, jobject, jint, jstring);
00033
00034
00035
00036
00037
00038
00039 JNIEXPORT jlong JNICALL Java_de_aitools_aq_invertedindex_core_IndexSearcher_natGetFrequency
00040 (JNIEnv *, jobject, jint, jstring);
00041
00042
00043
00044
00045
00046
00047 JNIEXPORT jint JNICALL Java_de_aitools_aq_invertedindex_core_IndexSearcher_natSearchL
00048 (JNIEnv *, jobject, jint, jstring, jint);
00049
00050
00051
00052
00053
00054
00055 JNIEXPORT jint JNICALL Java_de_aitools_aq_invertedindex_core_IndexSearcher_natSearchO
00056 (JNIEnv *, jobject, jint, jstring, jint);
00057
00058
00059
00060
00061
00062
00063 JNIEXPORT void JNICALL Java_de_aitools_aq_invertedindex_core_IndexSearcher_natDelete
00064 (JNIEnv *, jobject, jint);
00065
00066 #ifdef __cplusplus
00067 }
00068 #endif
00069 #endif