mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Expose more keyword search API to other modules
This commit is contained in:
parent
9a0aa6d9b3
commit
b52991e42a
@ -35,7 +35,7 @@ import org.sleuthkit.autopsy.keywordsearch.KeywordSearchResultFactory.ResultWrit
|
||||
* Wrapper over KeywordSearch Solr server singleton.
|
||||
* The class also provides some global types and property change support on the server events.
|
||||
*/
|
||||
class KeywordSearch {
|
||||
public class KeywordSearch {
|
||||
|
||||
private static final String BASE_URL = "http://localhost:8983/solr";
|
||||
private static Server server;
|
||||
|
@ -57,7 +57,7 @@ import org.sleuthkit.datamodel.Content;
|
||||
/**
|
||||
* Handles for keeping track of a Solr server and its cores
|
||||
*/
|
||||
class Server {
|
||||
public class Server {
|
||||
|
||||
public static enum Schema {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user