I noticed that in Searchable now all search() methods are marked as "low-level" search APIs. And most of them even as "Expert". The search methods that returned Hits used to be what we called the 'high-level" APIs.

How should we change that? I think we could just remove the "low-level" and "high-level"? Using Collectors is the way to search in Lucene, and I don't think the method returning TopFieldDocs is more expert or low-level than the more general ones taking a Collector?

 Michael

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

Reply via email to