Skip to content

Instantly share code, notes, and snippets.

View firecentaur's full-sized avatar
🏠
Working from home

Paul Preibisch firecentaur

🏠
Working from home
View GitHub Profile
public function indexVideosBulk($videos)
{
$videosIndex = Yii::app()->params['videosIndex'];
/**
* @var $video Video
* var/class
*/
public function actionBulk()
{
/*
* Due to less data, dcouments are inserted one by one, otherwise we will change it to bulk insert.
*/
$c = new CDbCriteria();
$c->addCondition("status is null");
{
"query": {
"nested": {
"path": "subtitles",
"query": {
"bool": {
"must": {
"match_phrase": {
"subtitles.content": "pretty good"
}
{
"took": 132,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 196,
{
"query": {
"filtered": {
"must": [
{
"term": {
"flag": "valid"
}
},
{
This file has been truncated, but you can view the full file.
{
"took": 240,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 196,
This file has been truncated, but you can view the full file.
{
"took": 37,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 164,
{
"success": true,
"message": "Search complete",
"data": {
"videos": [
{
"id": 9053,
"availableTranslations": [],
"category": null,
"cefrLevel": null,
{
"success": true,
"message": "Search complete",
"data": {
"videos": [
{
"id": 27473,
"availableTranslations": [
{
"languageCode": "ar",
{
"success": true,
"message": "Successfully retrieved tags",
"data": {
"tags": [
{
"label": "Adobe",
"videoCount": "2"
},
{