GenerateFederatedSearchIndex
class GenerateFederatedSearchIndex extends Job implements ShouldQueue
Traits
Queueable
Dispatchable
Methods
void
handle()
Execute the job.
array
generateLabelTreeIndex()
Generate the label tree index.
array
generateProjectIndex()
Generate the project index.
array
generateVolumeIndex()
Generate the volume index.
Details
at line 19
void
handle()
Execute the job.
at line 58
protected array
generateLabelTreeIndex()
Generate the label tree index.
at line 85
protected array
generateProjectIndex()
Generate the project index.
at line 118
protected array
generateVolumeIndex()
Generate the volume index.