[GitHub] lucene-solr pull request #392: LUCENE-8345 - add wrapper class constructors ...

2018-06-03 Thread michaelbraun
GitHub user michaelbraun opened a pull request: https://github.com/apache/lucene-solr/pull/392 LUCENE-8345 - add wrapper class constructors to forbiddenapis You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelbraun/lucene

[GitHub] lucene-solr pull request #382: WIP: SOLR-12361

2018-05-24 Thread michaelbraun
Github user michaelbraun commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/382#discussion_r190521566 --- Diff: solr/solrj/src/java/org/apache/solr/common/SolrDocument.java --- @@ -388,20 +386,47 @@ public void addChildDocuments(Collection children

[GitHub] lucene-solr issue #202: SOLR-10703 Add prepare and finish in DocTrasformer

2017-08-31 Thread michaelbraun
Github user michaelbraun commented on the issue: https://github.com/apache/lucene-solr/pull/202 DocTransformer post-implementing Closeable has a close() method but it is not annotated @Override - it should probably have --- If your project is set up for it, you can reply to this

[GitHub] lucene-solr pull request #194: LUCENE-7795 - illegal offsets in WordDelimite...

2017-04-20 Thread michaelbraun
GitHub user michaelbraun opened a pull request: https://github.com/apache/lucene-solr/pull/194 LUCENE-7795 - illegal offsets in WordDelimiterFilter should prevent advancing start offset You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] lucene-solr pull request #111: LUCENE-7544 - add UnifiedHighlighter extensio...

2017-04-18 Thread michaelbraun
Github user michaelbraun closed the pull request at: https://github.com/apache/lucene-solr/pull/111 --- 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 #192: LUCENE-7786 - add getter for field to TermInS...

2017-04-18 Thread michaelbraun
GitHub user michaelbraun opened a pull request: https://github.com/apache/lucene-solr/pull/192 LUCENE-7786 - add getter for field to TermInSetQuery You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelbraun/lucene-solr LUCENE

[GitHub] lucene-solr pull request #182: SOLR-10415 - improve debug logging to use par...

2017-04-08 Thread michaelbraun
GitHub user michaelbraun opened a pull request: https://github.com/apache/lucene-solr/pull/182 SOLR-10415 - improve debug logging to use parameterized logging You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelbraun/lucene

[GitHub] lucene-solr pull request #157: LUCENE-7691 - add explicit size to arraylist ...

2017-02-11 Thread michaelbraun
GitHub user michaelbraun opened a pull request: https://github.com/apache/lucene-solr/pull/157 LUCENE-7691 - add explicit size to arraylist creation if known You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelbraun/lucene

[GitHub] lucene-solr pull request #111: LUCENE-7544 - add UnifiedHighlighter extensio...

2016-11-07 Thread michaelbraun
Github user michaelbraun commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/111#discussion_r86893258 --- Diff: lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighter.java --- @@ -959,4 +961,84 @@ protected

[GitHub] lucene-solr pull request #111: LUCENE-7544 - add UnifiedHighlighter extensio...

2016-11-07 Thread michaelbraun
GitHub user michaelbraun opened a pull request: https://github.com/apache/lucene-solr/pull/111 LUCENE-7544 - add UnifiedHighlighter extension points for custom queries You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelbraun