You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Marcelo Vieira das Neves (JIRA)" <ji...@apache.org> on 2012/07/03 15:25:19 UTC

[jira] [Created] (LUCENENET-498) BrazilianAnalyzer

Marcelo Vieira das Neves created LUCENENET-498:
--------------------------------------------------

             Summary: BrazilianAnalyzer
                 Key: LUCENENET-498
                 URL: https://issues.apache.org/jira/browse/LUCENENET-498
             Project: Lucene.Net
          Issue Type: Bug
          Components: Lucene.Net Contrib
    Affects Versions: Lucene.Net 2.9.2
         Environment: Windows 7 Ultimate 32bits, Visual Studio 2010, Framework 3.5
            Reporter: Marcelo Vieira das Neves
             Fix For: Lucene.Net 2.9.2


Iniciei alguns testes no Lucene.NET, onde pretendo me aprofundar mais nos componentes e contribuir com a comunidade.

Durante alguns testes, não consegui fazer o BrazilianAnayzer funcionar numa conusulta usando BooleanQuery com cláusulas TermQuery. Testei com lowercase, uppercase, com o mesmo case da indexação. Verifiquei se o analyzer estava correto. As colunas que não traziam resultado eram "ANALYZED".
Estou iniciando minha contribuição neste projeto e ainda meio especulativo.
Se isso já tiver sido solucionado, me desculpem. Estarei fazendo mais algumas pesquisas dentro do histórico. Os filtros nos campos "NOT_ANALYZED" funcionaram, por isso acho que seja um problema no analisador BrazilianAnalyzer. A mesma consulta no queryparse funciona. Trocando para analisador StandardAnalyzer também funciona. Verifiquei o índice usando o LUKE-ALL e não há problemas no índice. 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (LUCENENET-498) BrazilianAnalyzer

Posted by "Marcelo Vieira das Neves (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENENET-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406136#comment-13406136 ] 

Marcelo Vieira das Neves commented on LUCENENET-498:
----------------------------------------------------

The solution that I was testing the integration with Lucene.net is a product that is using framework 3.5. I could not use the version 2.9.4 which accused the target framework was different.
I had this need to the solution in 2.9.2. After leaving for the new version. I'll try to find the new version fixes in order to implement in version 2.92. for my immediate use.
                
> BrazilianAnalyzer
> -----------------
>
>                 Key: LUCENENET-498
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-498
>             Project: Lucene.Net
>          Issue Type: Bug
>          Components: Lucene.Net Contrib
>    Affects Versions: Lucene.Net 2.9.2
>         Environment: Windows 7 Ultimate 32bits, Visual Studio 2010, Framework 3.5
>            Reporter: Marcelo Vieira das Neves
>             Fix For: Lucene.Net 2.9.2
>
>
> Iniciei alguns testes no Lucene.NET, onde pretendo me aprofundar mais nos componentes e contribuir com a comunidade.
> Durante alguns testes, não consegui fazer o BrazilianAnayzer funcionar numa conusulta usando BooleanQuery com cláusulas TermQuery. Testei com lowercase, uppercase, com o mesmo case da indexação. Verifiquei se o analyzer estava correto. As colunas que não traziam resultado eram "ANALYZED".
> Estou iniciando minha contribuição neste projeto e ainda meio especulativo.
> Se isso já tiver sido solucionado, me desculpem. Estarei fazendo mais algumas pesquisas dentro do histórico. Os filtros nos campos "NOT_ANALYZED" funcionaram, por isso acho que seja um problema no analisador BrazilianAnalyzer. A mesma consulta no queryparse funciona. Trocando para analisador StandardAnalyzer também funciona. Verifiquei o índice usando o LUKE-ALL e não há problemas no índice. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (LUCENENET-498) BrazilianAnalyzer

Posted by "Prescott Nasser (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENENET-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406106#comment-13406106 ] 

Prescott Nasser commented on LUCENENET-498:
-------------------------------------------

Marcelo - have you tried upgrading to 2.9.4? Also, if are you interested in contributing, I would suggest you work with what we have in the trunk, so that all the changes we have been making are incorporated.

                
> BrazilianAnalyzer
> -----------------
>
>                 Key: LUCENENET-498
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-498
>             Project: Lucene.Net
>          Issue Type: Bug
>          Components: Lucene.Net Contrib
>    Affects Versions: Lucene.Net 2.9.2
>         Environment: Windows 7 Ultimate 32bits, Visual Studio 2010, Framework 3.5
>            Reporter: Marcelo Vieira das Neves
>             Fix For: Lucene.Net 2.9.2
>
>
> Iniciei alguns testes no Lucene.NET, onde pretendo me aprofundar mais nos componentes e contribuir com a comunidade.
> Durante alguns testes, não consegui fazer o BrazilianAnayzer funcionar numa conusulta usando BooleanQuery com cláusulas TermQuery. Testei com lowercase, uppercase, com o mesmo case da indexação. Verifiquei se o analyzer estava correto. As colunas que não traziam resultado eram "ANALYZED".
> Estou iniciando minha contribuição neste projeto e ainda meio especulativo.
> Se isso já tiver sido solucionado, me desculpem. Estarei fazendo mais algumas pesquisas dentro do histórico. Os filtros nos campos "NOT_ANALYZED" funcionaram, por isso acho que seja um problema no analisador BrazilianAnalyzer. A mesma consulta no queryparse funciona. Trocando para analisador StandardAnalyzer também funciona. Verifiquei o índice usando o LUKE-ALL e não há problemas no índice. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (LUCENENET-498) BrazilianAnalyzer

Posted by "Prescott Nasser (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENENET-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406105#comment-13406105 ] 

Prescott Nasser commented on LUCENENET-498:
-------------------------------------------

Google Translate:

I embarked on some tests Lucene.NET where I plan to delve more into the components and contribute with the community.

For some tests, No. Fazer get the work BrazilianAnayzer Numa conusulta using BooleanQuery TermQuery with clauses. Testei with lowercase, uppercase, with almost the same indexing. Verifiquei if the Analyzer estava Correct. The columns that result No. traziam eram "ANALYZED".
I am starting this PROJECT Minhou contribuição half and still speculative.

If ja Issus had been solved, I Sorry. I will be DOING algumas but searches in the history. The filters in the fields "NOT_ANALYZED" funcionaram, by Issus think seja um problem BrazilianAnalyzer analyzer. The same query works in queryparse. Changing to parse StandardAnalyzer também works. Verifiquei the index using Luke-ALL and No. Há problems in the index.
                
> BrazilianAnalyzer
> -----------------
>
>                 Key: LUCENENET-498
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-498
>             Project: Lucene.Net
>          Issue Type: Bug
>          Components: Lucene.Net Contrib
>    Affects Versions: Lucene.Net 2.9.2
>         Environment: Windows 7 Ultimate 32bits, Visual Studio 2010, Framework 3.5
>            Reporter: Marcelo Vieira das Neves
>             Fix For: Lucene.Net 2.9.2
>
>
> Iniciei alguns testes no Lucene.NET, onde pretendo me aprofundar mais nos componentes e contribuir com a comunidade.
> Durante alguns testes, não consegui fazer o BrazilianAnayzer funcionar numa conusulta usando BooleanQuery com cláusulas TermQuery. Testei com lowercase, uppercase, com o mesmo case da indexação. Verifiquei se o analyzer estava correto. As colunas que não traziam resultado eram "ANALYZED".
> Estou iniciando minha contribuição neste projeto e ainda meio especulativo.
> Se isso já tiver sido solucionado, me desculpem. Estarei fazendo mais algumas pesquisas dentro do histórico. Os filtros nos campos "NOT_ANALYZED" funcionaram, por isso acho que seja um problema no analisador BrazilianAnalyzer. A mesma consulta no queryparse funciona. Trocando para analisador StandardAnalyzer também funciona. Verifiquei o índice usando o LUKE-ALL e não há problemas no índice. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira