|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexPolicy
An IndexPolicy allows for controlling the overall behavior of Index creation. This class will change from time to time so it is important to derive from IndexPolicyAdapter to provide application resiliency.
The GNU Lesser General Public License for details.
Method Summary | |
---|---|
int |
getRAMBufferSize()
The maximum size of the RAM Buffer in megabytes that the underlying indexer may use during index creation. |
boolean |
isMorphIndexed()
Indicates whether Strong's Numbers should be included in the index. |
boolean |
isNoteIndexed()
Indicates whether Strong's Numbers should be included in the index. |
boolean |
isSerial()
Indicates whether one Book can be indexed at a time. |
boolean |
isStrongsIndexed()
Indicates whether Strong's Numbers should be included in the index. |
boolean |
isTitleIndexed()
Indicates whether Titles and Introductions should be included in the index. |
boolean |
isXrefIndexed()
Indicates whether Cross References should be included in the index. |
Method Detail |
---|
boolean isStrongsIndexed()
boolean isMorphIndexed()
boolean isNoteIndexed()
boolean isTitleIndexed()
boolean isXrefIndexed()
int getRAMBufferSize()
boolean isSerial()
|
Copyright ยจ 2003-2015 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |