[GitHub] lucene-solr pull request: Fix typo in bin/solr zk help text

2016-04-12 Thread cbeer
GitHub user cbeer opened a pull request: https://github.com/apache/lucene-solr/pull/29 Fix typo in bin/solr zk help text You can merge this pull request into a Git repository by running: $ git pull https://github.com/cbeer/lucene-solr patch-1 Alternatively you can review

[GitHub] lucene-solr pull request #232: SOLR-11231 Guard against unset fields when pe...

2017-08-12 Thread cbeer
GitHub user cbeer opened a pull request: https://github.com/apache/lucene-solr/pull/232 SOLR-11231 Guard against unset fields when performing language detection You can merge this pull request into a Git repository by running: $ git pull https://github.com/cbeer/lucene-solr

[GitHub] lucene-solr pull request #308: Add a suggester that operates on tokenized va...

2018-01-17 Thread cbeer
GitHub user cbeer opened a pull request: https://github.com/apache/lucene-solr/pull/308 Add a suggester that operates on tokenized values from a field The `TokenizingSuggester` is suspiciously similar to the `AnalyzingInfixSuggester` (and presumably it could be merged