to search procedure. This function can currently not used through the
search interface, but only through remote search.
added accumulation of search attributes to enable the audio, video,
image and application selection.
fixed a problem with external URL representation generation
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3036 6c8d7289-2bf4-0310-a012-ef5d649a1542
@ -89,13 +89,13 @@ public class indexRWIEntryNew implements Cloneable, indexRWIEntry {
privatestaticfinalintcol_reserve=19;// k 1 reserve
// appearance flags, used in RWI entry
// the flags 0..15 are identical to the category flags in plasmaCondenser
publicstaticfinalintflag_app_url=16;// word appears in url
publicstaticfinalintflag_app_descr=17;// word appears in headline (or any description part)
publicstaticfinalintflag_app_author=18;// word appears in author
publicstaticfinalintflag_app_tags=19;// word appears in header tags
publicstaticfinalintflag_app_reference=20;// word appears in anchor description text (the reference to an url), or any alternative text field of a link
publicstaticfinalintflag_app_emphasized=21;// word is emphasized in text (i.e. bold, italics, special size)
// 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)
if((!(query.constraint.equals(plasmaSearchQuery.catchall_constraint)))&&(!(iEntry.flags().allOf(query.constraint))))continue;// filter out entries that do not match the search constraint