public class IndexUpdateRequest extends Object
Constructor and Description |
---|
IndexUpdateRequest(IndexingContext context,
ResourceFetcher resourceFetcher) |
Modifier and Type | Method and Description |
---|---|
DocumentFilter |
getDocumentFilter() |
IndexingContext |
getIndexingContext() |
File |
getLocalIndexCacheDir() |
Locker |
getLocker() |
ResourceFetcher |
getResourceFetcher() |
boolean |
isCacheOnly() |
boolean |
isForceFullUpdate() |
boolean |
isOffline() |
void |
setCacheOnly(boolean cacheOnly) |
void |
setDocumentFilter(DocumentFilter documentFilter) |
void |
setForceFullUpdate(boolean forceFullUpdate) |
void |
setLocalIndexCacheDir(File dir) |
void |
setLocker(Locker locker) |
void |
setOffline(boolean offline) |
public IndexUpdateRequest(IndexingContext context, ResourceFetcher resourceFetcher)
public IndexingContext getIndexingContext()
public ResourceFetcher getResourceFetcher()
public DocumentFilter getDocumentFilter()
public void setDocumentFilter(DocumentFilter documentFilter)
public void setForceFullUpdate(boolean forceFullUpdate)
public boolean isForceFullUpdate()
public File getLocalIndexCacheDir()
public void setLocalIndexCacheDir(File dir)
public Locker getLocker()
public void setLocker(Locker locker)
public void setOffline(boolean offline)
public boolean isOffline()
public void setCacheOnly(boolean cacheOnly)
public boolean isCacheOnly()
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.