public class IndexPolicyAdapter extends Object implements IndexPolicy
IndexPolicy.The GNU Lesser General Public License for details.| Constructor and Description |
|---|
IndexPolicyAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public boolean isStrongsIndexed()
IndexPolicyisStrongsIndexed in interface IndexPolicypublic boolean isMorphIndexed()
IndexPolicyisMorphIndexed in interface IndexPolicypublic boolean isNoteIndexed()
IndexPolicyisNoteIndexed in interface IndexPolicypublic boolean isTitleIndexed()
IndexPolicyisTitleIndexed in interface IndexPolicypublic boolean isXrefIndexed()
IndexPolicyisXrefIndexed in interface IndexPolicypublic int getRAMBufferSize()
IndexPolicygetRAMBufferSize in interface IndexPolicypublic boolean isSerial()
IndexPolicyisSerial in interface IndexPolicy