mirror of https://github.com/apache/lucene.git
parent
78e7e1c307
commit
5f12becb15
|
@ -35,7 +35,7 @@ public interface AnalysisParams {
|
|||
static final String QUERY = PREFIX + ".query";
|
||||
|
||||
/**
|
||||
* Set to {@code true} to indicate that the index tokens that match query tokens should be marked as "mateched".
|
||||
* Set to {@code true} to indicate that the index tokens that match query tokens should be marked as "matched".
|
||||
*/
|
||||
static final String SHOW_MATCH = PREFIX + ".showmatch";
|
||||
|
||||
|
|
Loading…
Reference in New Issue