Class LuceneLoadableSearchResult<H>

  • Type Parameters:
    H - The type of hits in the search result.

    public class LuceneLoadableSearchResult<H>
    extends Object
    A search result from the backend that offers a method to load data from the mapper.

    Allows to run loading in the user thread, and not in the backend HTTP request threads.

    WARNING: loading should only be triggered once.

    WARNING: this class is not thread-safe.