| java.lang.Object net.jforum.search.LuceneReindexArgs
LuceneReindexArgs | public class LuceneReindexArgs (Code) | | author: Rafael Steil version: $Id: LuceneReindexArgs.java,v 1.1 2007/08/05 16:29:21 rafaelsteil Exp $ |
Constructor Summary | |
public | LuceneReindexArgs(Date fromDate, Date toDate, int firstPostId, int lastPostId, boolean avoidDuplicated, int type) |
TYPE_DATE | final public static int TYPE_DATE(Code) | | |
TYPE_MESSAGE | final public static int TYPE_MESSAGE(Code) | | |
TYPE_UNKNOWN | final public static int TYPE_UNKNOWN(Code) | | |
LuceneReindexArgs | public LuceneReindexArgs(Date fromDate, Date toDate, int firstPostId, int lastPostId, boolean avoidDuplicated, int type)(Code) | | |
avoidDuplicatedRecords | public boolean avoidDuplicatedRecords()(Code) | | the avoidDuplicated |
filterByDate | public boolean filterByDate()(Code) | | |
filterByMessage | public boolean filterByMessage()(Code) | | |
getFirstPostId | public int getFirstPostId()(Code) | | the fetchStart |
getFromDate | public Date getFromDate()(Code) | | the from |
getLastPostId | public int getLastPostId()(Code) | | the fetchEnd |
|
|