Github user jimczi commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/384#discussion_r191551707
  
    --- Diff: 
lucene/suggest/src/java/org/apache/lucene/search/suggest/document/NRTSuggesterBuilder.java
 ---
    @@ -43,6 +44,9 @@
        * in the output
        */
       public static final int PAYLOAD_SEP = '\u001F';
    +  static {
    +    assert PAYLOAD_SEP == ConcatenateGraphFilter.SEP_CHAR;
    --- End diff --
    
    This can ensured in a dedicated test ?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to