@ -33,11 +33,11 @@ public interface indexRWIEntry {
// appearance flags, used in RWI entry
// the flags 0..23 are identical to the category flags in plasmaCondenser
publicstaticfinalintflag_app_url =24;// word appears in url
publicstaticfinalintflag_app_reference=24;// word appears in anchor description text (the reference to an url), or any alternative text field of a link
publicstaticfinalintflag_app_descr=25;// word appears in headline (or any description part)
publicstaticfinalintflag_app_author=26;// word appears in author
publicstaticfinalintflag_app_tags=27;// word appears in header tags
publicstaticfinalintflag_app_reference=28;// word appears in anchor description text (the reference to an url), or any alternative text field of a link
publicstaticfinalintflag_app_url =28;// word appears in url
publicstaticfinalintflag_app_emphasized=29;// word is emphasized in text (i.e. bold, italics, special size)
@ -87,16 +87,7 @@ public final class indexRWIRowEntry implements indexRWIEntry {
privatestaticfinalintcol_posofphrase=17;// o 1 number of the phrase where word appears
privatestaticfinalintcol_worddistance=18;// i 1 initial zero; may be used as reserve: is filled during search
privatestaticfinalintcol_reserve=19;// k 1 reserve
// appearance flags, used in RWI entry
// the flags 0..23 are identical to the category flags in plasmaCondenser
publicstaticfinalintflag_app_url=24;// word appears in url
publicstaticfinalintflag_app_descr=25;// word appears in headline (or any description part)
publicstaticfinalintflag_app_author=26;// word appears in author
publicstaticfinalintflag_app_tags=27;// word appears in header tags
publicstaticfinalintflag_app_reference=28;// word appears in anchor description text (the reference to an url), or any alternative text field of a link
publicstaticfinalintflag_app_emphasized=29;// word is emphasized in text (i.e. bold, italics, special size)