Class FetchSubPhase.HitContext

  • Enclosing interface:
    FetchSubPhase


    public static class FetchSubPhase.HitContext
    extends Object
    • Constructor Detail

      • HitContext

        public HitContext()
    • Method Detail

      • reset

        public void reset(InternalSearchHit hit,
                          org.apache.lucene.index.AtomicReaderContext context,
                          int docId,
                          org.apache.lucene.index.IndexReader topLevelReader)
      • reader

        public org.apache.lucene.index.AtomicReader reader()
      • readerContext

        public org.apache.lucene.index.AtomicReaderContext readerContext()
      • searcher

        public org.apache.lucene.search.IndexSearcher searcher()
      • docId

        public int docId()
      • topLevelReader

        public org.apache.lucene.index.IndexReader topLevelReader()
      • getSourcePath

        public String getSourcePath(String sourcePath)