@ -142,6 +142,7 @@ public final class search {
// http://localhost:8090/yacy/search.html?query=4galTpdpDM5Qgh8DKIhGKXws&abstracts=auto (search for linux and book, generate abstract automatically)
// http://localhost:8090/yacy/search.html?query=4galTpdpDM5Qgh8DKIhGKXws&abstracts=auto (search for linux and book, generate abstract automatically)
// http://localhost:8090/yacy/search.html?query=&abstracts=4galTpdpDM5Q (only abstracts for linux)
// http://localhost:8090/yacy/search.html?query=&abstracts=4galTpdpDM5Q (only abstracts for linux)
/ *
if ( ( sb . isRobinsonMode ( ) ) & &
if ( ( sb . isRobinsonMode ( ) ) & &
( ! ( ( sb . isPublicRobinson ( ) ) | |
( ! ( ( sb . isPublicRobinson ( ) ) | |
( sb . isInMyCluster ( header . get ( HeaderFramework . CONNECTION_PROP_CLIENTIP ) ) ) ) ) ) {
( sb . isInMyCluster ( header . get ( HeaderFramework . CONNECTION_PROP_CLIENTIP ) ) ) ) ) ) {
@ -151,6 +152,7 @@ public final class search {
prop . put ( "references" , "" ) ;
prop . put ( "references" , "" ) ;
return prop ;
return prop ;
}
}
n * /
// check the search tracker
// check the search tracker
TreeSet < Long > trackerHandles = sb . remoteSearchTracker . get ( client ) ;
TreeSet < Long > trackerHandles = sb . remoteSearchTracker . get ( client ) ;