|
|
@ -152,10 +152,10 @@ public final class plasmaCondenser {
|
|
|
|
// phrase 99 is taken from the media Link url and anchor description
|
|
|
|
// phrase 99 is taken from the media Link url and anchor description
|
|
|
|
// phrase 100 and above are lines from the text
|
|
|
|
// phrase 100 and above are lines from the text
|
|
|
|
|
|
|
|
|
|
|
|
insertTextToWords(document.getTitle(), 1, indexRWIEntry.flag_app_descr, wflags);
|
|
|
|
insertTextToWords(document.getTitle(), 1, indexRWIEntry.flag_app_descr, wflags);
|
|
|
|
//insertTextToWords(document.getTitle(), 2, indexRWIEntryNew.flag_app_descr, wflags);
|
|
|
|
//insertTextToWords(document.getTitle(), 2, indexRWIEntryNew.flag_app_descr, wflags);
|
|
|
|
insertTextToWords(document.getAbstract(), 3, indexRWIEntry.flag_app_descr, wflags);
|
|
|
|
insertTextToWords(document.getAbstract(), 3, indexRWIEntry.flag_app_descr, wflags);
|
|
|
|
insertTextToWords(document.getAuthor(), 4, indexRWIEntry.flag_app_descr, wflags);
|
|
|
|
insertTextToWords(document.getAuthor(), 4, indexRWIEntry.flag_app_descr, wflags);
|
|
|
|
// missing: tags!
|
|
|
|
// missing: tags!
|
|
|
|
String[] titles = document.getSectionTitles();
|
|
|
|
String[] titles = document.getSectionTitles();
|
|
|
|
for (int i = 0; i < titles.length; i++) {
|
|
|
|
for (int i = 0; i < titles.length; i++) {
|
|
|
|