Skip to content

Commit

Permalink
v1.8 - last second javadoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
karliszigurs committed Jan 1, 2017
1 parent 121f2ec commit 680343c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/zigurs/karlis/utils/search/QuickSearch.java
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,8 @@ public QuickSearchBuilder withMergePolicy(MergePolicy mergePolicy) {
* be removed in the future (ether made default or removed as not worth the
* maintenance complexity).
*
* @param enable enable parallel processing
*
* @return current {@link QuickSearchBuilder} instance for configuration chaining
*/
public QuickSearchBuilder withParallelProcessing(boolean enable) {
Expand Down Expand Up @@ -753,6 +755,8 @@ public QuickSearchBuilder withParallelProcessing() {
* 5 digit prime numbers (you'll need a few of those for tuning anyway) and
* noisy neighbours on AWS and GCE.
*
* @param enable enable keywords interning
*
* @return current {@link QuickSearchBuilder} instance for configuration chaining
*/
public QuickSearchBuilder withKeywordsInterning(boolean enable) {
Expand Down

0 comments on commit 680343c

Please sign in to comment.