Skip to content

Commit

Permalink
add eBible to indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdenham committed May 8, 2017
1 parent 3838c9b commit 495d8de
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ public class MJDIndexAll {
private static final String REPOSITORY_IBT = "IBT";
private static final String REPOSITORY_XIPHOS = "Xiphos";
private static final String REPOSITORY_CROSSWIRE_BETA = "Crosswire Beta";
private static final String REPOSITORY_EBIBLE = "eBible";
// Default repo used below
private static final String REPOSITORY = REPOSITORY_CROSSWIRE;
private static final String REPOSITORY = REPOSITORY_EBIBLE;

// private static final BookFilter BOOK_FILTER = BookFilters.getDictionaries();
private static final BookFilter BOOK_FILTER = BookFilters.either(BookFilters.getBibles(), BookFilters.getCommentaries());
Expand Down Expand Up @@ -283,6 +284,10 @@ public static void main(String[] args) {
// indexAll.installAndIndexSingleBook("KAZ");
// indexAll.installSingleBook("KYLSC");
// indexAll.installAndIndexSingleBook("KJV");

//eBible
// f10
indexAll.installAndIndexSingleBook("fraLSG1910eb");
} catch (Exception e) {
e.printStackTrace();
}
Expand Down

0 comments on commit 495d8de

Please sign in to comment.