[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-27 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260799893 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,80 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-27 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260798553 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,123 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-27 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260740682 ## File path: lucene/core/src/test/org/apache/lucene/search/TestBooleanQuery.java ## @@ -764,15 +763,31 @@ public void

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-27 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260740578 ## File path: lucene/core/src/test/org/apache/lucene/search/TestBooleanQuery.java ## @@ -764,15 +763,31 @@ public void

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-27 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260738921 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,80 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-27 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260739253 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-27 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260738852 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,80 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260266009 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260266009 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260259941 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260259941 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260216634 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260213337 ## File path: lucene/queries/src/java/org/apache/lucene/queries/CommonTermsQuery.java ## @@ -129,7 +130,18 @@ public

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260213535 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/CoveringQuery.java ## @@ -109,6 +109,17 @@ public Query

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260214115 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/intervals/MinimumShouldMatchIntervalsSource.java ## @@

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260211348 ## File path: lucene/core/src/java/org/apache/lucene/search/MultiPhraseQuery.java ## @@ -203,6 +203,22 @@ public Query

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260210384 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260213904 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/intervals/IntervalQuery.java ## @@ -147,7 +153,7 @@ public

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260211193 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,87 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260211700 ## File path: lucene/core/src/java/org/apache/lucene/search/DisjunctionMaxQuery.java ## @@ -237,6 +237,16 @@ public Query

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260213580 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/TermAutomatonQuery.java ## @@ -492,4 +492,15 @@ public

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-26 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260210705 ## File path: lucene/core/src/java/org/apache/lucene/search/PhraseQuery.java ## @@ -284,6 +284,16 @@ public Query

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258959891 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258956418 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258960860 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258956117 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258954542 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258962117 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/intervals/IntervalQuery.java ## @@ -147,7 +153,7 @@ public

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-20 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258504025 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,123 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-20 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258503096 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,123 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-20 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258504519 ## File path: lucene/core/src/java/org/apache/lucene/search/TermInSetQuery.java ## @@ -122,6 +123,18 @@ public Query