There should be over 30 facets, but it always returns 10. I tried less
terms and always two terms and then the correct facets are showing.
But never more than ten
I use this for the output right now:
$response = json_decode($jason_output, true);
$output = '' ;
$output.= print_r($response['hits']['hits']);
$output.= print_r($response['facets']);
On a side note: Will i have performance issues if i always run against
all elements as long as there are less than ~5k objects ?
There should be over 30 facets, but it always returns 10. I tried less
terms and always two terms and then the correct facets are showing.
But never more than ten
I use this for the output right now:
$response = json_decode($jason_output, true);
$output = '' ;
$output.= print_r($response['hits']['hits']);
$output.= print_r($response['facets']);
On a side note: Will i have performance issues if i always run against
all elements as long as there are less than ~5k objects ?
There should be over 30 facets, but it always returns 10. I tried less
terms and always two terms and then the correct facets are showing.
But never more than ten
I use this for the output right now:
$response = json_decode($jason_output, true);
$output = '' ;
$output.= print_r($response['hits']['hits']);
$output.= print_r($response['facets']);
On a side note: Will i have performance issues if i always run against
all elements as long as there are less than ~5k objects ?
There should be over 30 facets, but it always returns 10. I tried less
terms and always two terms and then the correct facets are showing.
But never more than ten
I use this for the output right now:
$response = json_decode($jason_output, true);
$output = '' ;
$output.= print_r($response['hits']['hits']);
$output.= print_r($response['facets']);
On a side note: Will i have performance issues if i always run against
all elements as long as there are less than ~5k objects ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.