Skip to content

Commit

Permalink
Custom analyzer has to be defined as analyzer Closes #562
Browse files Browse the repository at this point in the history
  • Loading branch information
saimaz committed Jan 29, 2016
1 parent 0133372 commit 86bab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Content
* @ES\Property(
type="string",
name="original_title",
options={"index_analyzer":"incrementalAnalyzer"}
options={"analyzer":"incrementalAnalyzer"}
)
*/
public $title;
Expand Down

0 comments on commit 86bab2b

Please sign in to comment.