[ 
https://issues.apache.org/jira/browse/LUCENE-7490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16139958#comment-16139958
 ] 

ASF GitHub Bot commented on LUCENE-7490:
----------------------------------------

GitHub user sunkuet02 opened a pull request:

    https://github.com/apache/lucene-solr/pull/238

    LUCENE-7490: Bengali Language Analyzer for Lucene

    I have followed the code structure of 
`lucene/analysis/common/src/java/org/apache/lucene/analysis/hi`. 
    An issue(https://issues.apache.org/jira/browse/LUCENE-7940) was created in 
JIRA of apache.org.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sunkuet02/lucene-solr master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/238.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #238
    
----
commit 1bca06b8a938bfe89b288877399942d217c8453d
Author: Md. Abdulla-Al-Sun <sunkue...@gmail.com>
Date:   2017-08-24T12:05:22Z

    LUCENE-7490: Added bengali language analyzer

----


> SimpleQueryParser should parse "*" as MatchAllDocsQuery
> -------------------------------------------------------
>
>                 Key: LUCENE-7490
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7490
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/queryparser
>    Affects Versions: 6.2.1
>            Reporter: Lee Hinman
>            Priority: Minor
>             Fix For: 7.0, 6.3
>
>         Attachments: 
> 0001-Parse-as-MatchAllDocsQuery-in-SimpleQueryParser.patch
>
>
> It would be beneficial for SimpleQueryString to parse as a MatchAllDocsQuery, 
> rather than a "field:*" query.
> Related discussion on the Elasticsearch project about this: 
> https://github.com/elastic/elasticsearch/issues/10632



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to