Important: after you have called addFsToIndexes(...)
on a FS, do not change the values of any features used for indexing. If you do, the index will become corrupted and may be unusable. If you need to change an index feature value, first call {@link #removeFsFromIndexes(FeatureStructure) removeFsFromIndexes(...)} on the FS, change thefeature values, then call addFsToIndexes(...)
again.
@param fs The Feature Structure to be added.
@exception NullPointerException If the fs
parameter is null
.
Important: after you have called addFsToIndexes(...)
on a FS, do not change the values of any features used for indexing. If you do, the index will become corrupted and may be unusable. If you need to change an index feature value, first call {@link #removeFsFromIndexes(FeatureStructure) removeFsFromIndexes(...)} on the FS, change thefeature values, then call addFsToIndexes(...)
again.
@param fs The Feature Structure to be added.
@exception NullPointerException If the fs
parameter is null
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|