public class LargeFindItemBuilder
extends java.lang.Object
Copyright 2009 Partner Software, Inc.
| Constructor and Description |
|---|
LargeFindItemBuilder(Path path) |
LargeFindItemBuilder(Path path,
boolean substringIndexing) |
LargeFindItemBuilder(java.lang.String pathString) |
LargeFindItemBuilder(java.lang.String pathString,
boolean substringIndexing) |
LargeFindItemBuilder(VfsFile findItemFile) |
LargeFindItemBuilder(VfsFile findItemFile,
boolean substringIndexing) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(java.lang.String name,
int id) |
void |
finish() |
int |
getBatchSize() |
int |
getBufferSize() |
void |
setBatchSize(int batchSize) |
void |
setBufferSize(int bufferSize) |
void |
start()
This should be called before addItem() is called, but after any parameters like bufferSize are set.
|
public LargeFindItemBuilder(java.lang.String pathString)
throws java.io.IOException
java.io.IOExceptionpublic LargeFindItemBuilder(Path path) throws java.io.IOException
java.io.IOExceptionpublic LargeFindItemBuilder(VfsFile findItemFile) throws java.io.IOException
java.io.IOExceptionpublic LargeFindItemBuilder(java.lang.String pathString,
boolean substringIndexing)
throws java.io.IOException
java.io.IOExceptionpublic LargeFindItemBuilder(Path path, boolean substringIndexing) throws java.io.IOException
java.io.IOExceptionpublic LargeFindItemBuilder(VfsFile findItemFile, boolean substringIndexing) throws java.io.IOException
java.io.IOExceptionpublic void start()
throws java.io.IOException
java.io.IOExceptionpublic void addItem(java.lang.String name,
int id)
throws java.io.IOException
java.io.IOExceptionpublic void finish()
throws java.io.IOException
java.io.IOExceptionpublic int getBatchSize()
public void setBatchSize(int batchSize)
public int getBufferSize()
public void setBufferSize(int bufferSize)