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

    https://github.com/apache/lucene-solr/pull/398#discussion_r195387148
  
    --- Diff: 
lucene/suggest/src/java/org/apache/lucene/search/suggest/Lookup.java ---
    @@ -53,7 +53,7 @@
         public final Object highlightKey;
     
         /** the key's weight */
    -    public final long value;
    +    public final double value;
    --- End diff --
    
    Maybe improve javadocs here, explaining that this is not just the weight 
originally supplied during indexing, for some suggesters?


---

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

Reply via email to