Important: after you have called addFS()
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 #removeFS(FeatureStructure) removeFS()} on the FS, change the feature values, then calladdFS()
again.
@param fs The FS to be added.
@exception NullPointerException If the fs
parameter is null
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|