@ -180,7 +180,7 @@ public final class search {
plasmaSearchEvent theSearch = null ;
plasmaSearchEvent theSearch = null ;
if ( ( query . length ( ) = = 0 ) & & ( abstractSet ! = null ) ) {
if ( ( query . length ( ) = = 0 ) & & ( abstractSet ! = null ) ) {
// this is _not_ a normal search, only a request for index abstracts
// this is _not_ a normal search, only a request for index abstracts
theQuery = new plasmaSearchQuery ( null , abstractSet , new TreeSet < String > ( kelondroBase64Order . enhancedComparator ) , rankingProfile , maxdist , prefer , plasmaSearchQuery . contentdomParser ( contentdom ) , language , false , count , 0 , filter , plasmaSearchQuery . SEARCHDOM_LOCAL , null , - 1 , null , false , yacyURL . TLD_any_zone_filter , client , false ) ;
theQuery = new plasmaSearchQuery ( null , abstractSet , new TreeSet < String > ( kelondroBase64Order . enhancedComparator ) , null , rankingProfile , maxdist , prefer , plasmaSearchQuery . contentdomParser ( contentdom ) , language , false , count , 0 , filter , plasmaSearchQuery . SEARCHDOM_LOCAL , null , - 1 , null , false , yacyURL . TLD_any_zone_filter , client , false ) ;
theQuery . domType = plasmaSearchQuery . SEARCHDOM_LOCAL ;
theQuery . domType = plasmaSearchQuery . SEARCHDOM_LOCAL ;
yacyCore . log . logInfo ( "INIT HASH SEARCH (abstracts only): " + plasmaSearchQuery . anonymizedQueryHashes ( theQuery . queryHashes ) + " - " + theQuery . displayResults ( ) + " links" ) ;
yacyCore . log . logInfo ( "INIT HASH SEARCH (abstracts only): " + plasmaSearchQuery . anonymizedQueryHashes ( theQuery . queryHashes ) + " - " + theQuery . displayResults ( ) + " links" ) ;
@ -206,7 +206,7 @@ public final class search {
} else {
} else {
// retrieve index containers from search request
// retrieve index containers from search request
theQuery = new plasmaSearchQuery ( null , queryhashes , excludehashes , rankingProfile , maxdist , prefer , plasmaSearchQuery . contentdomParser ( contentdom ) , language , false , count , 0 , filter , plasmaSearchQuery . SEARCHDOM_LOCAL , null , - 1 , constraint , false , yacyURL . TLD_any_zone_filter , client , false ) ;
theQuery = new plasmaSearchQuery ( null , queryhashes , excludehashes , null , rankingProfile , maxdist , prefer , plasmaSearchQuery . contentdomParser ( contentdom ) , language , false , count , 0 , filter , plasmaSearchQuery . SEARCHDOM_LOCAL , null , - 1 , constraint , false , yacyURL . TLD_any_zone_filter , client , false ) ;
theQuery . domType = plasmaSearchQuery . SEARCHDOM_LOCAL ;
theQuery . domType = plasmaSearchQuery . SEARCHDOM_LOCAL ;
yacyCore . log . logInfo ( "INIT HASH SEARCH (query-" + abstracts + "): " + plasmaSearchQuery . anonymizedQueryHashes ( theQuery . queryHashes ) + " - " + theQuery . displayResults ( ) + " links" ) ;
yacyCore . log . logInfo ( "INIT HASH SEARCH (query-" + abstracts + "): " + plasmaSearchQuery . anonymizedQueryHashes ( theQuery . queryHashes ) + " - " + theQuery . displayResults ( ) + " links" ) ;
RSSFeed . channels ( RSSFeed . REMOTESEARCH ) . addMessage ( new RSSMessage ( "Remote Search Request from " + ( ( remoteSeed = = null ) ? "unknown" : remoteSeed . getName ( ) ) , plasmaSearchQuery . anonymizedQueryHashes ( theQuery . queryHashes ) , "" ) ) ;
RSSFeed . channels ( RSSFeed . REMOTESEARCH ) . addMessage ( new RSSMessage ( "Remote Search Request from " + ( ( remoteSeed = = null ) ? "unknown" : remoteSeed . getName ( ) ) , plasmaSearchQuery . anonymizedQueryHashes ( theQuery . queryHashes ) , "" ) ) ;