Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Search.Lucene;
///
/// Represents plugin constants
///
public class LuceneDefaults
{
///
/// Gets a plugin system name
///
public static string SystemName => "Search.Lucene";
}