org.apache.solr.response.transform
Class TransformContext

java.lang.Object
  extended by org.apache.solr.response.transform.TransformContext

public class TransformContext
extends Object

Environment variables for the transformed documents

Since:
solr 4.0

Field Summary
 DocIterator iterator
           
 Query query
           
 SolrQueryRequest req
           
 SolrIndexSearcher searcher
           
 boolean wantsScores
           
 
Constructor Summary
TransformContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

query

public Query query

wantsScores

public boolean wantsScores

iterator

public DocIterator iterator

searcher

public SolrIndexSearcher searcher

req

public SolrQueryRequest req
Constructor Detail

TransformContext

public TransformContext()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.