mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-09 15:18:55 -04:00
Merge pull request #104 from kiwix/mhutti1/search-snippet
Allow JNI to access search snippets
This commit is contained in:
commit
9fc840b377
@ -38,6 +38,7 @@ public class JNIKiwixSearcher
|
|||||||
public native String getUrl();
|
public native String getUrl();
|
||||||
public native String getTitle();
|
public native String getTitle();
|
||||||
public native String getContent();
|
public native String getContent();
|
||||||
|
public native String getSnippet();
|
||||||
public native void dispose();
|
public native void dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user