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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java122 private int indexWordLimit; field in class:Configuration
667 return indexWordLimit;
673 * @param indexWordLimit the number of words to index in a single file
675 public void setIndexWordLimit(int indexWordLimit) { argument
676 this.indexWordLimit = indexWordLimit;

Completed in 10 milliseconds