[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2017-01-03 Thread mattweber
Github user mattweber closed the pull request at: https://github.com/apache/lucene-solr/pull/129 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94243010 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -210,85 +199,41 @@ private void finish() {

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94243375 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -210,85 +199,41 @@ private void finish() {

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94241922 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -80,22 +77,41 @@ public boolean incrementToken()

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94244009 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -80,22 +77,41 @@ public boolean incrementToken()

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread mikemccand
Github user mikemccand commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94217475 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -0,0 +1,237 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread mikemccand
Github user mikemccand commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94217160 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -0,0 +1,237 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread mikemccand
Github user mikemccand commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94215751 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -114,21 +127,20 @@ private void build(final

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread mikemccand
Github user mikemccand commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94216469 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -210,82 +215,20 @@ private void finish() {

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-30 Thread mikemccand
Github user mikemccand commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94216511 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -174,25 +191,13 @@ private void setAccept(int

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-29 Thread mattweber
Github user mattweber commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94171262 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -0,0 +1,294 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/129#discussion_r94148633 --- Diff: lucene/core/src/java/org/apache/lucene/util/graph/GraphTokenStreamFiniteStrings.java --- @@ -0,0 +1,294 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #129: LUCENE-7603: Support Graph Token Streams in Q...

2016-12-26 Thread mattweber
GitHub user mattweber opened a pull request: https://github.com/apache/lucene-solr/pull/129 LUCENE-7603: Support Graph Token Streams in QueryBuilder Adds support for handling graph token streams inside the QueryBuilder util class used by query parsers. You can merge this pull