Searched refs:indexWordLimit (Results 1 - 2 of 2) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java89 private int indexWordLimit; field in class:Configuration
385 return indexWordLimit;
388 public void setIndexWordLimit(int indexWordLimit) { argument
389 this.indexWordLimit = indexWordLimit;
H A DRuntimeEnvironment.java468 * @param indexWordLimit the number of words to index in a single file
470 public void setIndexWordLimit(int indexWordLimit) { argument
471 threadConfig.get().setIndexWordLimit(indexWordLimit);

Completed in 12 milliseconds