com.liferay.portlet.messageboards.util
Class ThreadHits

java.lang.Object
  extended by com.liferay.util.lucene.HitsImpl
      extended by com.liferay.portlet.messageboards.util.ThreadHits
All Implemented Interfaces:
com.liferay.portal.kernel.search.Hits, java.io.Serializable

public class ThreadHits
extends com.liferay.util.lucene.HitsImpl

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
ThreadHits()
           
 
Method Summary
 void recordHits(com.liferay.portal.kernel.search.Hits hits)
           
 
Methods inherited from class com.liferay.util.lucene.HitsImpl
closeSearcher, doc, getDocs, getLength, getScores, getSearcher, getSearchTime, getStart, recordHits, score, setDocs, setLength, setScores, setScores, setSearcher, setSearchTime, setStart, subset, toList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadHits

public ThreadHits()
Method Detail

recordHits

public void recordHits(com.liferay.portal.kernel.search.Hits hits)
                throws java.lang.Exception
Throws:
java.lang.Exception