no .contexts from BlendedInfixSuggester results

Ryan Tate <[email protected]> Sun, 01 Jun 2025 16:28:42 -0400
Newsgroups gmane.comp.jakarta.lucene.user
Message-ID <87sekjfbph.fsf@localhost>
Is there a reason the LookupResults from BlendedInfixSuggesters do 
not include contexts[1], whereas those from 
AnalyzingInfixSuggesters do[2]?

Might this be worth mentioning in the documentation?

Thanks for any insights...

R

[1] 
https://github.com/apache/lucene/blob/2f66c8f6668622c0c82b720d47ccd43b57e32edb/lucene/suggest/src/java/org/apache/lucene/search/suggest/analyzing/BlendedInfixSuggester.java#L278

[2] https://github.com/apache/lucene/blob/2f66c8f6668622c0c82b720d47ccd43b57e32edb/lucene/suggest/src/java/org/apache/lucene/search/suggest/analyzing/AnalyzingInfixSuggester.java#L829