Expose more keyword search API to other modules

This commit is contained in:
adam-m 2012-10-23 11:16:58 -04:00
parent 9a0aa6d9b3
commit b52991e42a
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 {