org.hibernate.search.query.engine.impl
Class IndexSearcherWithPayload

java.lang.Object
  extended by org.hibernate.search.query.engine.impl.IndexSearcherWithPayload

public class IndexSearcherWithPayload
extends Object

Author:
Emmanuel Bernard

Constructor Summary
IndexSearcherWithPayload(org.apache.lucene.search.IndexSearcher searcher, boolean fieldSortDoTrackScores, boolean fieldSortDoMaxScore)
           
 
Method Summary
 void closeSearcher(Object query, SearchFactoryImplementor searchFactoryImplementor)
           
 org.apache.lucene.search.IndexSearcher getSearcher()
           
 boolean isFieldSortDoMaxScore()
           
 boolean isFieldSortDoTrackScores()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexSearcherWithPayload

public IndexSearcherWithPayload(org.apache.lucene.search.IndexSearcher searcher,
                                boolean fieldSortDoTrackScores,
                                boolean fieldSortDoMaxScore)
Method Detail

getSearcher

public org.apache.lucene.search.IndexSearcher getSearcher()

isFieldSortDoTrackScores

public boolean isFieldSortDoTrackScores()

isFieldSortDoMaxScore

public boolean isFieldSortDoMaxScore()

closeSearcher

public void closeSearcher(Object query,
                          SearchFactoryImplementor searchFactoryImplementor)
Parameters:
query - toString() is invoked to display the query in the warning message
searchFactoryImplementor -


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved