Skip to content

Commit

Permalink
HSEARCH-3042 Add searchAnalyzer @FullTextField property
Browse files Browse the repository at this point in the history
  • Loading branch information
fax4ever committed Sep 26, 2019
1 parent e658b8e commit beead59
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -55,6 +55,15 @@
*/
String analyzer();

/**
* @return A reference to a different analyzer, overriding the {@link #analyzer()},
* to use for query parameters at search time.
* If not defined, the same {@link #analyzer()} will be used.
* <p>
* As above, see the documentation of your backend to know how to define analyzers.
*/
String searchAnalyzer() default "";

/**
* @return Whether index-time scoring information should be stored or not.
* @see Norms
Expand Down

0 comments on commit beead59

Please sign in to comment.