File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ # Laravel Elasticsearch Package Code Ownership
2+ # Defines who must review changes to specific parts of the codebase.
3+
4+ # Package metadata and config
5+ /composer.json @ pdphilip
6+ /LICENSE @ pdphilip
7+ /.github / @ pdphilip
8+ /README.md @ pdphilip
9+
10+ # Core source code
11+ /src / @ pdphilip
Original file line number Diff line number Diff line change 2323 * @method $this fuzzyRewrite(string $value) Not allowed in phrase or phrase_prefix.
2424 * @method $this lenient(bool $value) Not allowed in phrase_prefix.
2525 * @method $this zeroTermsQuery(string $value) Only for best_fields, most_fields, phrase.
26+ * @method $this fields(array $fields)
2627 * @method $this constantScore(bool $value) Only for best_fields, most_fields, phrase.
2728 */
2829class SearchOptions extends QueryOptions
You can’t perform that action at this time.
0 commit comments