Searched refs:setIndexWordLimit (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java214 setIndexWordLimit(Integer.MAX_VALUE);
675 public void setIndexWordLimit(int indexWordLimit) { method in class:Configuration
/opengrok-jel/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java266 cfg.setIndexWordLimit(100000);
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java313 cfg.setIndexWordLimit(Integer.parseInt(getopt.getOptarg()));
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java867 config.setIndexWordLimit(Integer.parseInt(this.indexWordLimitField.getText()));

Completed in 14 milliseconds