com.liferay.portal.search.lucene
Class IndexWriterData

java.lang.Object
  extended by com.liferay.portal.search.lucene.IndexWriterData

public class IndexWriterData
extends java.lang.Object

View Source

Author:
Harry Mark

Constructor Summary
IndexWriterData(long companyId, org.apache.lucene.index.IndexWriter writer, int count)
           
 
Method Summary
 long getCompanyId()
           
 int getCount()
           
 org.apache.lucene.index.IndexWriter getWriter()
           
 void setCount(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexWriterData

public IndexWriterData(long companyId,
                       org.apache.lucene.index.IndexWriter writer,
                       int count)
Method Detail

getCompanyId

public long getCompanyId()

getWriter

public org.apache.lucene.index.IndexWriter getWriter()

getCount

public int getCount()

setCount

public void setCount(int count)