|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexBuilder
Builds an index to produce "did you mean" suggestions.
| Method Summary | |
|---|---|
void |
build()
Triggers the build of the index. |
void |
build(EstimatedProgressMeter progressMeter)
Triggers the build of the index. |
boolean |
isReady()
|
| Method Detail |
|---|
boolean isReady()
build().void build()
isReady() first
before invoking this method.
IndexIOException - if there is an error in the underlying index during the build
IllegalStateException - if this is called when isReady() returns false.void build(EstimatedProgressMeter progressMeter)
isReady() first
before invoking this method.
progressMeter - progress made by this builder will be reflected on this progressMeter. Cannot be null.
IndexIOException - if there is an error in the underlying index during the build
IllegalStateException - if this is called when isReady() returns false.
IllegalArgumentException - if progress meter specified is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||