Relevanssi Search is broken with ver 4.07
-
My live woocommerce php7 site is using Relevanssi vers 4.04 – on my blogvault staging site, I updated to relevanssi ver 4.07 and now the following does not work:
I tested the Relevanssi search in my staging site prior to updating and it worked fine.
I did not update any other plugins other then Relevanssi1. Searching within product tags works in ver 4.04 – and shows no results in 4.07
2. Searching within a specific category works in 4.04 – and shows no results in ver 4.07
3. Searching for a plural such as flags in 4.04 brings back the max of my throttle which is 350 results and shows no results in ver 4.07I have tested by having both the live site open and the staging site and performing the same search, the search is not working anymore in 4.07. I have viewed the live site relevanssi plugin settings side by side with my staging site settings, they all appear to be the same as each other, but everything that is important to me, now doesnt work.
Luckily I havent updated my live site.
Hoping this can be fixed….
My custom snippet for searching within categories that you had previously provided is:
/* Relevanssi Search – Enable Search in Specific Category
* Add this to your theme’s functions.php file
*/add_filter(‘relevanssi_modify_wp_query’, ‘rlv_modify_query’);
function rlv_modify_query($query) {
if (isset($query->query_vars[‘product_cat’])) {
$query->query_vars[‘tax_query’][] = array(
‘taxonomy’ => ‘product_cat’,
‘field’ => ‘slug’,
‘terms’ => $query->query_vars[‘product_cat’],
‘include_children’ => false,
);
}
return $query;
}
-
Search done for term: Yorkie Flags –
Rel ver 4.04 store shows 140 results
Rel ver 4.07 store shows 0 resultsRESULTS OF 3 CODE SNIPPETS YOU REQUESTED:
———————————–
Re: 1. var_dump( $results )
———————————–
Result:
array(6) { [21209]=> float(94.022600155987) [21275]=> float(94.022600155987) [36230]=> float(94.022600155987) [36232]=> float(94.022600155987) [36234]=> float(94.022600155987) [36315]=> float(94.022600155987) }———————————–
Re: 2. var_dump( $match );
———————————–
Result:
object(stdClass)#2465 (22) { [“doc”]=> string(5) “21209” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “1” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(1) [“taxonomy_score”]=> int(0) [“weight”]=> float(94.022600155987) } object(stdClass)#2464 (22) { [“doc”]=> string(5) “21275” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “1” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(1) [“taxonomy_score”]=> int(0) [“weight”]=> float(94.022600155987) } object(stdClass)#2463 (22) { [“doc”]=> string(5) “36230” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “1” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(1) [“taxonomy_score”]=> int(0) [“weight”]=> float(94.022600155987) } object(stdClass)#2462 (22) { [“doc”]=> string(5) “36232” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “1” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(1) [“taxonomy_score”]=> int(0) [“weight”]=> float(94.022600155987) } object(stdClass)#2461 (22) { [“doc”]=> string(5) “36234” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “1” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(1) [“taxonomy_score”]=> int(0) [“weight”]=> float(94.022600155987) } object(stdClass)#2460 (22) { [“doc”]=> string(5) “36315” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “1” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(1) [“taxonomy_score”]=> int(0) [“weight”]=> float(94.022600155987) } object(stdClass)#2459 (22) { [“doc”]=> string(5) “20973” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2458 (22) { [“doc”]=> string(5) “21027” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2457 (22) { [“doc”]=> string(5) “21091” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2456 (22) { [“doc”]=> string(5) “21161” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2455 (22) { [“doc”]=> string(5) “21338” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2454 (22) { [“doc”]=> string(5) “21409” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2453 (22) { [“doc”]=> string(5) “21471” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2452 (22) { [“doc”]=> string(5) “21519” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2451 (22) { [“doc”]=> string(5) “21646” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2450 (22) { [“doc”]=> string(5) “21691” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2449 (22) { [“doc”]=> string(5) “21761” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2448 (22) { [“doc”]=> string(5) “21823” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2447 (22) { [“doc”]=> string(5) “21869” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2446 (22) { [“doc”]=> string(5) “21939” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2445 (22) { [“doc”]=> string(5) “22000” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2444 (22) { [“doc”]=> string(5) “22047” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2443 (22) { [“doc”]=> string(5) “22120” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2442 (22) { [“doc”]=> string(5) “22182” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2441 (22) { [“doc”]=> string(5) “22228” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2440 (22) { [“doc”]=> string(5) “22302” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2439 (22) { [“doc”]=> string(5) “22362” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2438 (22) { [“doc”]=> string(5) “22409” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2437 (22) { [“doc”]=> string(5) “22480” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2436 (22) { [“doc”]=> string(5) “22540” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2435 (22) { [“doc”]=> string(5) “22588” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2434 (22) { [“doc”]=> string(5) “22659” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2433 (22) { [“doc”]=> string(5) “22719” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2432 (22) { [“doc”]=> string(5) “22765” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2431 (22) { [“doc”]=> string(5) “22810” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2430 (22) { [“doc”]=> string(5) “22858” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2429 (22) { [“doc”]=> string(5) “22931” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2428 (22) { [“doc”]=> string(5) “22992” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2427 (22) { [“doc”]=> string(5) “23040” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2426 (22) { [“doc”]=> string(5) “23169” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2425 (22) { [“doc”]=> string(5) “23214” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2424 (22) { [“doc”]=> string(5) “23339” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2423 (22) { [“doc”]=> string(5) “23389” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2422 (22) { [“doc”]=> string(5) “23444” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2421 (22) { [“doc”]=> string(5) “23650” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2420 (22) { [“doc”]=> string(5) “23709” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2419 (22) { [“doc”]=> string(5) “23718” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2418 (22) { [“doc”]=> string(5) “23746” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2417 (22) { [“doc”]=> string(5) “23853” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2416 (22) { [“doc”]=> string(5) “23892” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2415 (22) { [“doc”]=> string(5) “23905” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2414 (22) { [“doc”]=> string(5) “23944” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2413 (22) { [“doc”]=> string(5) “23982” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2412 (22) { [“doc”]=> string(5) “24021” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2411 (22) { [“doc”]=> string(5) “24034” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2410 (22) { [“doc”]=> string(5) “24073” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2409 (22) { [“doc”]=> string(5) “24086” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2408 (22) { [“doc”]=> string(5) “24176” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2407 (22) { [“doc”]=> string(5) “24189” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2406 (22) { [“doc”]=> string(5) “24212” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2405 (22) { [“doc”]=> string(5) “24283” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2404 (22) { [“doc”]=> string(5) “24345” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2403 (22) { [“doc”]=> string(5) “24393” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2402 (22) { [“doc”]=> string(5) “24520” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2401 (22) { [“doc”]=> string(5) “24565” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2400 (22) { [“doc”]=> string(5) “24635” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2399 (22) { [“doc”]=> string(5) “24697” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2398 (22) { [“doc”]=> string(5) “24743” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2397 (22) { [“doc”]=> string(5) “24813” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2396 (22) { [“doc”]=> string(5) “24874” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2395 (22) { [“doc”]=> string(5) “24921” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2394 (22) { [“doc”]=> string(5) “24994” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2393 (22) { [“doc”]=> string(5) “25056” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2392 (22) { [“doc”]=> string(5) “25102” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2391 (22) { [“doc”]=> string(5) “25176” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2390 (22) { [“doc”]=> string(5) “25236” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2389 (22) { [“doc”]=> string(5) “25283” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2388 (22) { [“doc”]=> string(5) “25354” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2387 (22) { [“doc”]=> string(5) “25414” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2386 (22) { [“doc”]=> string(5) “25462” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2385 (22) { [“doc”]=> string(5) “25533” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2384 (22) { [“doc”]=> string(5) “25593” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2383 (22) { [“doc”]=> string(5) “25639” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2382 (22) { [“doc”]=> string(5) “25684” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2381 (22) { [“doc”]=> string(5) “25732” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2380 (22) { [“doc”]=> string(5) “25805” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2379 (22) { [“doc”]=> string(5) “25866” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2378 (22) { [“doc”]=> string(5) “25914” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2377 (22) { [“doc”]=> string(5) “26045” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2376 (22) { [“doc”]=> string(5) “26090” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2375 (22) { [“doc”]=> string(5) “26215” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2374 (22) { [“doc”]=> string(5) “26265” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2373 (22) { [“doc”]=> string(5) “26318” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2372 (22) { [“doc”]=> string(5) “26524” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2371 (22) { [“doc”]=> string(5) “26583” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2370 (22) { [“doc”]=> string(5) “26592” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2369 (22) { [“doc”]=> string(5) “26620” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2368 (22) { [“doc”]=> string(5) “26727” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2367 (22) { [“doc”]=> string(5) “26766” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2366 (22) { [“doc”]=> string(5) “26779” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2365 (22) { [“doc”]=> string(5) “26818” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2364 (22) { [“doc”]=> string(5) “26856” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2363 (22) { [“doc”]=> string(5) “26895” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2362 (22) { [“doc”]=> string(5) “26908” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2361 (22) { [“doc”]=> string(5) “26947” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2360 (22) { [“doc”]=> string(5) “26960” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2359 (22) { [“doc”]=> string(5) “27050” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2358 (22) { [“doc”]=> string(5) “27063” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2357 (22) { [“doc”]=> string(5) “27116” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2356 (22) { [“doc”]=> string(5) “27160” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2355 (22) { [“doc”]=> string(5) “27172” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2354 (22) { [“doc”]=> string(5) “27194” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2353 (22) { [“doc”]=> string(5) “27211” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2352 (22) { [“doc”]=> string(5) “27342” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2351 (22) { [“doc”]=> string(5) “27397” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2350 (22) { [“doc”]=> string(5) “27476” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2349 (22) { [“doc”]=> string(5) “27485” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2348 (22) { [“doc”]=> string(5) “27618” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2347 (22) { [“doc”]=> string(5) “27717” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2346 (22) { [“doc”]=> string(5) “27809” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2345 (22) { [“doc”]=> string(5) “27863” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2344 (22) { [“doc”]=> string(5) “28021” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2343 (22) { [“doc”]=> string(5) “28070” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2342 (22) { [“doc”]=> string(5) “28125” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2341 (22) { [“doc”]=> string(5) “28181” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2340 (22) { [“doc”]=> string(5) “28240” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2339 (22) { [“doc”]=> string(5) “28336” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2338 (22) { [“doc”]=> string(5) “28392” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2337 (22) { [“doc”]=> string(5) “28488” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2336 (22) { [“doc”]=> string(5) “28544” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2335 (22) { [“doc”]=> string(5) “28638” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2334 (22) { [“doc”]=> string(5) “28720” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2333 (22) { [“doc”]=> string(5) “28776” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2332 (22) { [“doc”]=> string(5) “28832” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2331 (22) { [“doc”]=> string(5) “28887” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2330 (22) { [“doc”]=> string(5) “28943” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2329 (22) { [“doc”]=> string(5) “29049” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2328 (22) { [“doc”]=> string(5) “29095” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2327 (22) { [“doc”]=> string(5) “29100” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2326 (22) { [“doc”]=> string(5) “29306” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2325 (22) { [“doc”]=> string(5) “29367” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2324 (22) { [“doc”]=> string(5) “29417” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2323 (22) { [“doc”]=> string(5) “29503” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2322 (22) { [“doc”]=> string(5) “29654” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2321 (22) { [“doc”]=> string(5) “29845” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2320 (22) { [“doc”]=> string(5) “29879” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2319 (22) { [“doc”]=> string(5) “29913” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2318 (22) { [“doc”]=> string(5) “30105” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2317 (22) { [“doc”]=> string(5) “30109” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2316 (22) { [“doc”]=> string(5) “30163” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2315 (22) { [“doc”]=> string(5) “30216” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2314 (22) { [“doc”]=> string(5) “30296” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2313 (22) { [“doc”]=> string(5) “30351” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2312 (22) { [“doc”]=> string(5) “30474” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2311 (22) { [“doc”]=> string(5) “30532” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2310 (22) { [“doc”]=> string(5) “30617” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2309 (22) { [“doc”]=> string(5) “30711” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2308 (22) { [“doc”]=> string(5) “30761” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2307 (22) { [“doc”]=> string(5) “30832” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2306 (22) { [“doc”]=> string(5) “30883” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2305 (22) { [“doc”]=> string(5) “31011” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2304 (22) { [“doc”]=> string(5) “31137” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2303 (22) { [“doc”]=> string(5) “31184” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2302 (22) { [“doc”]=> string(5) “31250” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2301 (22) { [“doc”]=> string(5) “31403” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2300 (22) { [“doc”]=> string(5) “31427” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2299 (22) { [“doc”]=> string(5) “31573” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2298 (22) { [“doc”]=> string(5) “31650” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2297 (22) { [“doc”]=> string(5) “31706” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2296 (22) { [“doc”]=> string(5) “31762” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2295 (22) { [“doc”]=> string(5) “31856” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2294 (22) { [“doc”]=> string(5) “31912” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2293 (22) { [“doc”]=> string(5) “32006” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2292 (22) { [“doc”]=> string(5) “32088” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2291 (22) { [“doc”]=> string(5) “32144” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2290 (22) { [“doc”]=> string(5) “32199” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2289 (22) { [“doc”]=> string(5) “32255” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2288 (22) { [“doc”]=> string(5) “32348” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2287 (22) { [“doc”]=> string(5) “32407” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2286 (22) { [“doc”]=> string(5) “32412” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2285 (22) { [“doc”]=> string(5) “32618” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2284 (22) { [“doc”]=> string(5) “32680” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2283 (22) { [“doc”]=> string(5) “32729” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2282 (22) { [“doc”]=> string(5) “32815” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2281 (22) { [“doc”]=> string(5) “32966” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2280 (22) { [“doc”]=> string(5) “33157” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2279 (22) { [“doc”]=> string(5) “33191” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2278 (22) { [“doc”]=> string(5) “33225” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2277 (22) { [“doc”]=> string(5) “33412” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2276 (22) { [“doc”]=> string(5) “33467” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2275 (22) { [“doc”]=> string(5) “33523” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2274 (22) { [“doc”]=> string(5) “33527” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2273 (22) { [“doc”]=> string(5) “33714” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2272 (22) { [“doc”]=> string(5) “33840” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2271 (22) { [“doc”]=> string(5) “33925” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2270 (22) { [“doc”]=> string(5) “33979” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2269 (22) { [“doc”]=> string(5) “34034” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2268 (22) { [“doc”]=> string(5) “34233” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2267 (22) { [“doc”]=> string(5) “34509” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2266 (22) { [“doc”]=> string(5) “34773” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2265 (22) { [“doc”]=> string(5) “35037” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2264 (22) { [“doc”]=> string(5) “35302” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2263 (22) { [“doc”]=> string(5) “35303” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2262 (22) { [“doc”]=> string(5) “35566” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2261 (22) { [“doc”]=> string(5) “35567” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2260 (22) { [“doc”]=> string(5) “35833” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2259 (22) { [“doc”]=> string(5) “35834” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2258 (22) { [“doc”]=> string(5) “35962” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2257 (22) { [“doc”]=> string(5) “36063” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2256 (22) { [“doc”]=> string(5) “36064” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2255 (22) { [“doc”]=> string(5) “36224” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2254 (22) { [“doc”]=> string(5) “36279” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2253 (22) { [“doc”]=> string(5) “36374” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2252 (22) { [“doc”]=> string(5) “37013” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2251 (22) { [“doc”]=> string(5) “37617” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2250 (22) { [“doc”]=> string(5) “38095” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2249 (22) { [“doc”]=> string(5) “38707” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2248 (22) { [“doc”]=> string(5) “41988” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2247 (22) { [“doc”]=> string(5) “45786” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2246 (22) { [“doc”]=> string(5) “47224” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2245 (22) { [“doc”]=> string(5) “48141” [“term”]=> string(6) “yorkie” [“term_reverse”]=> string(6) “eikroy” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2562 (22) { [“doc”]=> string(4) “1735” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2563 (22) { [“doc”]=> string(4) “1738” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2564 (22) { [“doc”]=> string(4) “1741” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2565 (22) { [“doc”]=> string(4) “1744” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2566 (22) { [“doc”]=> string(5) “21331” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2567 (22) { [“doc”]=> string(5) “21332” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2568 (22) { [“doc”]=> string(5) “21333” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2569 (22) { [“doc”]=> string(5) “21334” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2570 (22) { [“doc”]=> string(5) “21335” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2571 (22) { [“doc”]=> string(5) “21336” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2572 (22) { [“doc”]=> string(5) “21337” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2573 (22) { [“doc”]=> string(5) “21338” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2574 (22) { [“doc”]=> string(5) “21339” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2575 (22) { [“doc”]=> string(5) “21340” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2576 (22) { [“doc”]=> string(5) “21341” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2577 (22) { [“doc”]=> string(5) “21342” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2578 (22) { [“doc”]=> string(5) “21343” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2579 (22) { [“doc”]=> string(5) “21344” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2580 (22) { [“doc”]=> string(5) “21345” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2581 (22) { [“doc”]=> string(5) “21346” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2582 (22) { [“doc”]=> string(5) “21347” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2583 (22) { [“doc”]=> string(5) “21348” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2584 (22) { [“doc”]=> string(5) “21349” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2585 (22) { [“doc”]=> string(5) “21350” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2586 (22) { [“doc”]=> string(5) “21351” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2587 (22) { [“doc”]=> string(5) “21352” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2588 (22) { [“doc”]=> string(5) “21353” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2589 (22) { [“doc”]=> string(5) “21354” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2590 (22) { [“doc”]=> string(5) “21355” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2591 (22) { [“doc”]=> string(5) “21356” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2592 (22) { [“doc”]=> string(5) “21357” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2593 (22) { [“doc”]=> string(5) “21358” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2594 (22) { [“doc”]=> string(5) “21359” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2595 (22) { [“doc”]=> string(5) “21360” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2596 (22) { [“doc”]=> string(5) “21361” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2597 (22) { [“doc”]=> string(5) “21362” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2598 (22) { [“doc”]=> string(5) “21363” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2599 (22) { [“doc”]=> string(5) “21364” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2600 (22) { [“doc”]=> string(5) “21365” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2601 (22) { [“doc”]=> string(5) “21366” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2602 (22) { [“doc”]=> string(5) “21367” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2603 (22) { [“doc”]=> string(5) “21368” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2604 (22) { [“doc”]=> string(5) “21369” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2605 (22) { [“doc”]=> string(5) “21370” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2606 (22) { [“doc”]=> string(5) “21371” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2607 (22) { [“doc”]=> string(5) “21372” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2608 (22) { [“doc”]=> string(5) “21373” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2609 (22) { [“doc”]=> string(5) “21374” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2610 (22) { [“doc”]=> string(5) “21375” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2611 (22) { [“doc”]=> string(5) “21376” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2612 (22) { [“doc”]=> string(5) “21377” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2613 (22) { [“doc”]=> string(5) “21378” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2614 (22) { [“doc”]=> string(5) “21379” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2615 (22) { [“doc”]=> string(5) “21380” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2616 (22) { [“doc”]=> string(5) “21381” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2617 (22) { [“doc”]=> string(5) “21382” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2618 (22) { [“doc”]=> string(5) “21383” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2619 (22) { [“doc”]=> string(5) “21384” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2620 (22) { [“doc”]=> string(5) “21385” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2621 (22) { [“doc”]=> string(5) “21386” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2622 (22) { [“doc”]=> string(5) “21387” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2623 (22) { [“doc”]=> string(5) “21388” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2624 (22) { [“doc”]=> string(5) “21389” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2625 (22) { [“doc”]=> string(5) “21390” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2626 (22) { [“doc”]=> string(5) “21391” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2627 (22) { [“doc”]=> string(5) “21392” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2628 (22) { [“doc”]=> string(5) “21393” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2629 (22) { [“doc”]=> string(5) “21394” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2630 (22) { [“doc”]=> string(5) “21395” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2631 (22) { [“doc”]=> string(5) “21396” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2632 (22) { [“doc”]=> string(5) “21397” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2633 (22) { [“doc”]=> string(5) “21398” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2634 (22) { [“doc”]=> string(5) “21399” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2635 (22) { [“doc”]=> string(5) “21400” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2636 (22) { [“doc”]=> string(5) “21401” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2637 (22) { [“doc”]=> string(5) “21402” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2638 (22) { [“doc”]=> string(5) “21403” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2639 (22) { [“doc”]=> string(5) “21404” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2640 (22) { [“doc”]=> string(5) “21405” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2641 (22) { [“doc”]=> string(5) “21406” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2642 (22) { [“doc”]=> string(5) “21407” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2643 (22) { [“doc”]=> string(5) “21408” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2644 (22) { [“doc”]=> string(5) “21409” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2645 (22) { [“doc”]=> string(5) “21410” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2646 (22) { [“doc”]=> string(5) “21411” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2647 (22) { [“doc”]=> string(5) “21412” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2648 (22) { [“doc”]=> string(5) “21413” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2649 (22) { [“doc”]=> string(5) “21414” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2650 (22) { [“doc”]=> string(5) “21415” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2651 (22) { [“doc”]=> string(5) “21416” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2652 (22) { [“doc”]=> string(5) “21417” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2653 (22) { [“doc”]=> string(5) “21418” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2654 (22) { [“doc”]=> string(5) “21419” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2655 (22) { [“doc”]=> string(5) “21420” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2656 (22) { [“doc”]=> string(5) “21421” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2657 (22) { [“doc”]=> string(5) “21422” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2658 (22) { [“doc”]=> string(5) “21423” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2659 (22) { [“doc”]=> string(5) “21424” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2660 (22) { [“doc”]=> string(5) “21425” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2661 (22) { [“doc”]=> string(5) “21426” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2662 (22) { [“doc”]=> string(5) “21427” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2663 (22) { [“doc”]=> string(5) “21428” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2664 (22) { [“doc”]=> string(5) “21429” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2665 (22) { [“doc”]=> string(5) “21430” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2666 (22) { [“doc”]=> string(5) “21431” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2667 (22) { [“doc”]=> string(5) “21432” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2668 (22) { [“doc”]=> string(5) “21433” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2669 (22) { [“doc”]=> string(5) “21434” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2670 (22) { [“doc”]=> string(5) “21435” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2671 (22) { [“doc”]=> string(5) “21436” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2672 (22) { [“doc”]=> string(5) “21437” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2673 (22) { [“doc”]=> string(5) “21438” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2674 (22) { [“doc”]=> string(5) “21439” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2675 (22) { [“doc”]=> string(5) “21440” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2676 (22) { [“doc”]=> string(5) “21441” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2677 (22) { [“doc”]=> string(5) “21442” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2678 (22) { [“doc”]=> string(5) “21443” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2679 (22) { [“doc”]=> string(5) “21444” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2680 (22) { [“doc”]=> string(5) “21445” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2681 (22) { [“doc”]=> string(5) “21446” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2682 (22) { [“doc”]=> string(5) “21447” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2683 (22) { [“doc”]=> string(5) “21448” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2684 (22) { [“doc”]=> string(5) “21449” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2685 (22) { [“doc”]=> string(5) “21450” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2686 (22) { [“doc”]=> string(5) “21451” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2687 (22) { [“doc”]=> string(5) “21452” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2688 (22) { [“doc”]=> string(5) “21453” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2689 (22) { [“doc”]=> string(5) “21454” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2690 (22) { [“doc”]=> string(5) “21455” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2691 (22) { [“doc”]=> string(5) “21456” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2692 (22) { [“doc”]=> string(5) “21457” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2693 (22) { [“doc”]=> string(5) “21458” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2694 (22) { [“doc”]=> string(5) “21459” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2695 (22) { [“doc”]=> string(5) “21460” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2696 (22) { [“doc”]=> string(5) “21461” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2697 (22) { [“doc”]=> string(5) “21462” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2698 (22) { [“doc”]=> string(5) “21463” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2699 (22) { [“doc”]=> string(5) “21464” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2700 (22) { [“doc”]=> string(5) “21465” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2701 (22) { [“doc”]=> string(5) “21466” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2702 (22) { [“doc”]=> string(5) “21467” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2703 (22) { [“doc”]=> string(5) “21468” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2704 (22) { [“doc”]=> string(5) “21469” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2705 (22) { [“doc”]=> string(5) “21470” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2706 (22) { [“doc”]=> string(5) “21471” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2707 (22) { [“doc”]=> string(5) “21472” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2708 (22) { [“doc”]=> string(5) “21473” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2709 (22) { [“doc”]=> string(5) “21474” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2710 (22) { [“doc”]=> string(5) “21475” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2711 (22) { [“doc”]=> string(5) “21476” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2712 (22) { [“doc”]=> string(5) “21477” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2713 (22) { [“doc”]=> string(5) “21478” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2714 (22) { [“doc”]=> string(5) “21479” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2715 (22) { [“doc”]=> string(5) “21480” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2716 (22) { [“doc”]=> string(5) “21481” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2717 (22) { [“doc”]=> string(5) “21482” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2718 (22) { [“doc”]=> string(5) “21483” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2719 (22) { [“doc”]=> string(5) “21484” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2720 (22) { [“doc”]=> string(5) “21485” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2721 (22) { [“doc”]=> string(5) “21486” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2722 (22) { [“doc”]=> string(5) “21487” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2723 (22) { [“doc”]=> string(5) “21488” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2724 (22) { [“doc”]=> string(5) “21489” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2725 (22) { [“doc”]=> string(5) “21490” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2726 (22) { [“doc”]=> string(5) “21491” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2727 (22) { [“doc”]=> string(5) “21492” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2728 (22) { [“doc”]=> string(5) “21493” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2729 (22) { [“doc”]=> string(5) “21494” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2730 (22) { [“doc”]=> string(5) “21495” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2731 (22) { [“doc”]=> string(5) “21496” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2732 (22) { [“doc”]=> string(5) “21497” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2733 (22) { [“doc”]=> string(5) “21498” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2734 (22) { [“doc”]=> string(5) “21499” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2735 (22) { [“doc”]=> string(5) “21500” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2736 (22) { [“doc”]=> string(5) “21501” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2737 (22) { [“doc”]=> string(5) “21502” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2738 (22) { [“doc”]=> string(5) “21503” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2739 (22) { [“doc”]=> string(5) “21504” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2740 (22) { [“doc”]=> string(5) “21505” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2741 (22) { [“doc”]=> string(5) “21506” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2742 (22) { [“doc”]=> string(5) “21507” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2743 (22) { [“doc”]=> string(5) “21508” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2744 (22) { [“doc”]=> string(5) “21509” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2745 (22) { [“doc”]=> string(5) “21510” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2746 (22) { [“doc”]=> string(5) “21511” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2747 (22) { [“doc”]=> string(5) “21512” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2748 (22) { [“doc”]=> string(5) “21513” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2749 (22) { [“doc”]=> string(5) “21514” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2750 (22) { [“doc”]=> string(5) “21515” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2751 (22) { [“doc”]=> string(5) “21516” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2752 (22) { [“doc”]=> string(5) “21517” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2753 (22) { [“doc”]=> string(5) “21518” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2754 (22) { [“doc”]=> string(5) “21519” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2755 (22) { [“doc”]=> string(5) “21520” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2756 (22) { [“doc”]=> string(5) “21521” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2757 (22) { [“doc”]=> string(5) “21522” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2758 (22) { [“doc”]=> string(5) “21523” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2759 (22) { [“doc”]=> string(5) “21524” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2760 (22) { [“doc”]=> string(5) “21525” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2761 (22) { [“doc”]=> string(5) “21526” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2762 (22) { [“doc”]=> string(5) “21527” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2763 (22) { [“doc”]=> string(5) “21528” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2764 (22) { [“doc”]=> string(5) “21529” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2765 (22) { [“doc”]=> string(5) “21530” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2766 (22) { [“doc”]=> string(5) “21531” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2767 (22) { [“doc”]=> string(5) “21532” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2768 (22) { [“doc”]=> string(5) “21533” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2769 (22) { [“doc”]=> string(5) “21534” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2770 (22) { [“doc”]=> string(5) “21535” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2771 (22) { [“doc”]=> string(5) “21536” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2772 (22) { [“doc”]=> string(5) “21537” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2773 (22) { [“doc”]=> string(5) “21538” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2774 (22) { [“doc”]=> string(5) “21539” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2775 (22) { [“doc”]=> string(5) “21540” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2776 (22) { [“doc”]=> string(5) “21541” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2777 (22) { [“doc”]=> string(5) “21542” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2778 (22) { [“doc”]=> string(5) “21543” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2779 (22) { [“doc”]=> string(5) “21544” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2780 (22) { [“doc”]=> string(5) “21545” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2781 (22) { [“doc”]=> string(5) “21546” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2782 (22) { [“doc”]=> string(5) “21547” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2783 (22) { [“doc”]=> string(5) “21548” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2784 (22) { [“doc”]=> string(5) “21549” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2785 (22) { [“doc”]=> string(5) “21550” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2786 (22) { [“doc”]=> string(5) “21551” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2787 (22) { [“doc”]=> string(5) “21552” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2788 (22) { [“doc”]=> string(5) “21553” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2789 (22) { [“doc”]=> string(5) “21554” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2790 (22) { [“doc”]=> string(5) “21555” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2791 (22) { [“doc”]=> string(5) “21556” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2792 (22) { [“doc”]=> string(5) “21557” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2793 (22) { [“doc”]=> string(5) “21558” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2794 (22) { [“doc”]=> string(5) “21559” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2795 (22) { [“doc”]=> string(5) “21560” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2796 (22) { [“doc”]=> string(5) “21561” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2797 (22) { [“doc”]=> string(5) “21562” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2798 (22) { [“doc”]=> string(5) “21563” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2799 (22) { [“doc”]=> string(5) “21564” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2800 (22) { [“doc”]=> string(5) “21565” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2801 (22) { [“doc”]=> string(5) “21566” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2802 (22) { [“doc”]=> string(5) “21567” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2803 (22) { [“doc”]=> string(5) “21568” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2804 (22) { [“doc”]=> string(5) “21569” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2805 (22) { [“doc”]=> string(5) “21570” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2806 (22) { [“doc”]=> string(5) “21571” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2807 (22) { [“doc”]=> string(5) “21572” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2808 (22) { [“doc”]=> string(5) “21573” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2809 (22) { [“doc”]=> string(5) “21574” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2810 (22) { [“doc”]=> string(5) “21575” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2811 (22) { [“doc”]=> string(5) “21576” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2812 (22) { [“doc”]=> string(5) “21577” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2813 (22) { [“doc”]=> string(5) “21578” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2814 (22) { [“doc”]=> string(5) “21579” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2815 (22) { [“doc”]=> string(5) “21580” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2816 (22) { [“doc”]=> string(5) “21581” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2817 (22) { [“doc”]=> string(5) “21582” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2818 (22) { [“doc”]=> string(5) “21583” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2819 (22) { [“doc”]=> string(5) “21584” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2820 (22) { [“doc”]=> string(5) “21585” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2821 (22) { [“doc”]=> string(5) “21586” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2822 (22) { [“doc”]=> string(5) “21587” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2823 (22) { [“doc”]=> string(5) “21588” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2824 (22) { [“doc”]=> string(5) “21589” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2825 (22) { [“doc”]=> string(5) “21590” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2826 (22) { [“doc”]=> string(5) “21591” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2827 (22) { [“doc”]=> string(5) “21592” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2828 (22) { [“doc”]=> string(5) “21593” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2829 (22) { [“doc”]=> string(5) “21594” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2830 (22) { [“doc”]=> string(5) “21595” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2831 (22) { [“doc”]=> string(5) “21596” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2832 (22) { [“doc”]=> string(5) “21597” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2833 (22) { [“doc”]=> string(5) “21598” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2834 (22) { [“doc”]=> string(5) “21599” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2835 (22) { [“doc”]=> string(5) “21600” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2836 (22) { [“doc”]=> string(5) “21601” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2837 (22) { [“doc”]=> string(5) “21602” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2838 (22) { [“doc”]=> string(5) “21603” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2839 (22) { [“doc”]=> string(5) “21604” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2840 (22) { [“doc”]=> string(5) “21605” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2841 (22) { [“doc”]=> string(5) “21606” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2842 (22) { [“doc”]=> string(5) “21607” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2843 (22) { [“doc”]=> string(5) “21608” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2844 (22) { [“doc”]=> string(5) “21609” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2845 (22) { [“doc”]=> string(5) “21610” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2846 (22) { [“doc”]=> string(5) “21611” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2847 (22) { [“doc”]=> string(5) “21612” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2848 (22) { [“doc”]=> string(5) “21613” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2849 (22) { [“doc”]=> string(5) “21614” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2850 (22) { [“doc”]=> string(5) “21615” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2851 (22) { [“doc”]=> string(5) “21616” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2852 (22) { [“doc”]=> string(5) “21617” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2853 (22) { [“doc”]=> string(5) “21618” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2854 (22) { [“doc”]=> string(5) “21619” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2855 (22) { [“doc”]=> string(5) “21620” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2856 (22) { [“doc”]=> string(5) “21621” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2857 (22) { [“doc”]=> string(5) “21622” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2858 (22) { [“doc”]=> string(5) “21623” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2859 (22) { [“doc”]=> string(5) “21624” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2860 (22) { [“doc”]=> string(5) “21625” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2861 (22) { [“doc”]=> string(5) “21626” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2862 (22) { [“doc”]=> string(5) “21627” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2863 (22) { [“doc”]=> string(5) “21628” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2864 (22) { [“doc”]=> string(5) “21629” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2865 (22) { [“doc”]=> string(5) “21630” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2866 (22) { [“doc”]=> string(5) “21631” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2867 (22) { [“doc”]=> string(5) “21632” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2868 (22) { [“doc”]=> string(5) “21633” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2869 (22) { [“doc”]=> string(5) “21634” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2870 (22) { [“doc”]=> string(5) “21635” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2871 (22) { [“doc”]=> string(5) “21636” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2872 (22) { [“doc”]=> string(5) “21637” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2873 (22) { [“doc”]=> string(5) “21638” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2874 (22) { [“doc”]=> string(5) “21639” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2875 (22) { [“doc”]=> string(5) “21640” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2876 (22) { [“doc”]=> string(5) “21641” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2877 (22) { [“doc”]=> string(5) “21642” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2878 (22) { [“doc”]=> string(5) “21643” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2879 (22) { [“doc”]=> string(5) “21644” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2880 (22) { [“doc”]=> string(5) “21645” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2881 (22) { [“doc”]=> string(5) “21646” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2882 (22) { [“doc”]=> string(5) “21647” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2883 (22) { [“doc”]=> string(5) “21648” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2884 (22) { [“doc”]=> string(5) “21649” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2885 (22) { [“doc”]=> string(5) “21650” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2886 (22) { [“doc”]=> string(5) “21651” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2887 (22) { [“doc”]=> string(5) “21652” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2888 (22) { [“doc”]=> string(5) “21653” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2889 (22) { [“doc”]=> string(5) “21654” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2890 (22) { [“doc”]=> string(5) “21655” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2891 (22) { [“doc”]=> string(5) “21656” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2892 (22) { [“doc”]=> string(5) “21657” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2893 (22) { [“doc”]=> string(5) “21658” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2894 (22) { [“doc”]=> string(5) “21659” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2895 (22) { [“doc”]=> string(5) “21660” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2896 (22) { [“doc”]=> string(5) “21661” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2897 (22) { [“doc”]=> string(5) “21662” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2898 (22) { [“doc”]=> string(5) “21663” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2899 (22) { [“doc”]=> string(5) “21664” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2900 (22) { [“doc”]=> string(5) “21665” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2901 (22) { [“doc”]=> string(5) “21666” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2902 (22) { [“doc”]=> string(5) “21667” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2903 (22) { [“doc”]=> string(5) “21668” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2904 (22) { [“doc”]=> string(5) “21669” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2905 (22) { [“doc”]=> string(5) “21670” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2906 (22) { [“doc”]=> string(5) “21671” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2907 (22) { [“doc”]=> string(5) “21672” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2908 (22) { [“doc”]=> string(5) “21673” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2909 (22) { [“doc”]=> string(5) “21674” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2910 (22) { [“doc”]=> string(5) “21675” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) } object(stdClass)#2911 (22) { [“doc”]=> string(5) “21676” [“term”]=> string(5) “flags” [“term_reverse”]=> string(5) “sgalf” [“content”]=> string(1) “0” [“title”]=> string(1) “0” [“comment”]=> string(1) “0” [“tag”]=> string(1) “0” [“link”]=> string(1) “0” [“author”]=> string(1) “0” [“category”]=> string(1) “0” [“excerpt”]=> string(1) “0” [“taxonomy”]=> string(1) “1” [“customfield”]=> string(1) “0” [“mysqlcolumn”]=> string(1) “0” [“taxonomy_detail”]=> NULL [“customfield_detail”]=> string(0) “” [“mysqlcolumn_detail”]=> string(0) “” [“type”]=> string(4) “post” [“item”]=> string(1) “0” [“tf”]=> float(0) [“taxonomy_score”]=> int(0) [“weight”]=> float(0) }———————————–
Re: 3. var_dump( $post_ok );
———————————–
Results:
bool(true) bool(true) bool(true) bool(true) bool(true) bool(true)Ok, figured it out. There’s indeed a bug in the latest version of Relevanssi, which makes the tag and category matches fail in the free version of Relevanssi. Everything works smoothly on Premium, which is where I do most of my testing.
So, stick with 4.0.4 for a moment, I’ll do some more testing and then release 4.0.9 which will fix this bug. If you have an index created with 4.0.4, you don’t need to reindex for 4.0.9, but if your index is from 4.0.7, do reindex when you update to 4.0.9.
yay – glad you found it – my live store is still on ver 4.04 – I will wait for ver 4.09.
ThanksCan you check one thing for me, please? In your
wp_relevanssi
table, find a row where thetaxonomy
column is not 0, and let me know what value is in thetaxonomy_detail
column. There should be a value there (something like{"product_cat":1}
), and based on your previous answers, it looks like it might be empty. Is that the case?ver 4.07 –
3 examples:
a:1:{s:11:”product_cat”;i:4;}
a:2:{s:11:”product_cat”;i:1;s:11:”product_tag”;i:1…
a:1:{s:11:”product_cat”;i:3;}Thanks, that’s as expected then. Wonder what’s up with all the NULL
taxonomy_detail
fields in your results then.yay – updated to 4.09 from 4.04 – I had to rebuild the index – no issues.
My searches now work as they should. Thank you very much !
- The topic ‘Relevanssi Search is broken with ver 4.07’ is closed to new replies.