lucene
lucene copied to clipboard
Minor cleanup in some Facet tests
Fixing some IDE "warnings", such as removing some dead code + fixing a link + adding use of try-with-resources.
Did not fix 'search(org.apache.lucene.search.Query, org.apache.lucene.search.Collector)' is deprecated
, since it will be fixed as part of Issue: 12892.
While I am already touching these, let me know if anyone has strong opinions and I can also fix the Statement lambda can be replaced with expression lambda
or Redundant array creation for calling varargs method
"warnings".