[jira] Commented: (LUCENE-2039) Regex support and beyond in JavaCC QueryParser

2009-11-13 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777667#action_12777667 ] Adriano Crestani commented on LUCENE-2039: -- {quote} This is pretty much what I

[jira] Commented: (LUCENE-2039) Regex support and beyond in JavaCC QueryParser

2009-11-11 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776884#action_12776884 ] Adriano Crestani commented on LUCENE-2039: -- This is a new feature already

[jira] Assigned: (LUCENE-1937) Add more methods to manipulate QueryNodeProcessorPipeline elements

2009-10-13 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani reassigned LUCENE-1937: Assignee: (was: Adriano Crestani) Add more methods to manipulate

[jira] Updated: (LUCENE-1937) Add more methods to manipulate QueryNodeProcessorPipeline elements

2009-10-13 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1937: - Attachment: LUCENE-1937_10_13_2009.patch New patch, now QueryNodeProcessorPipeline

[jira] Assigned: (LUCENE-1938) Precedence query parser using the contrib/queryparser framework

2009-10-13 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani reassigned LUCENE-1938: Assignee: (was: Adriano Crestani) Precedence query parser using the contrib

[jira] Commented: (LUCENE-1937) Add more methods to manipulate QueryNodeProcessorPipeline elements

2009-10-07 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763334#action_12763334 ] Adriano Crestani commented on LUCENE-1937: -- Hi Luis, {quote} Wouldn't

[jira] Commented: (LUCENE-1938) Precedence query parser using the contrib/queryparser framework

2009-10-07 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763365#action_12763365 ] Adriano Crestani commented on LUCENE-1938: -- {quote} I looked at the pipeline

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-10-01 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1855: - Attachment: LUCENE-1855_contrib_queryparser.patch Here is the patch for contrib

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-10-01 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1855: - Attachment: LUCENE-1855_precedence_queryparser.patch This patch updates the PQP to use

[jira] Updated: (LUCENE-1932) Convert PrecedenceQueryParser to new TokenStream API

2009-10-01 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1932: - Attachment: LUCENE-1932.patch Hi Uwe, I updated the patch, now it uses TermRangeQuery

[jira] Created: (LUCENE-1937) Add more methods to manipulate QueryNodeProcessorPipeline elements

2009-10-01 Thread Adriano Crestani (JIRA)
: Improvement Components: contrib/* Affects Versions: 3.1 Reporter: Adriano Crestani Assignee: Adriano Crestani Priority: Minor Fix For: 2.9 QueryNodeProcessorPipeline allows the user to define a list of processors to process a query

[jira] Updated: (LUCENE-1937) Add more methods to manipulate QueryNodeProcessorPipeline elements

2009-10-01 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1937: - Attachment: LUCENE-1937.patch The patch adds five methods: QueryNodeProcessor

[jira] Created: (LUCENE-1938) Precedence query parser using the contrib/queryparser framework

2009-10-01 Thread Adriano Crestani (JIRA)
Feature Components: contrib/* Affects Versions: 2.9 Reporter: Adriano Crestani Assignee: Adriano Crestani Priority: Minor Fix For: 3.1 Extend the current StandardQueryParser on contrib so it supports boolean precedence

[jira] Commented: (LUCENE-1932) Convert PrecedenceQueryParser to new TokenStream API

2009-10-01 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761398#action_12761398 ] Adriano Crestani commented on LUCENE-1932: -- I just saw now that a test case

[jira] Updated: (LUCENE-995) Add open ended range query syntax to QueryParser

2009-09-21 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-995: Attachment: LUCENE-995_09_21_2009.patch The patch adds open ended range query

[jira] Commented: (LUCENE-1887) o.a.l.messages should be moved to it's own contrib

2009-09-09 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753328#action_12753328 ] Adriano Crestani commented on LUCENE-1887: -- +1 to make it 1.4 compatible and move

[jira] Commented: (LUCENE-1887) o.a.l.messages should be moved to it's own contrib

2009-09-09 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753355#action_12753355 ] Adriano Crestani commented on LUCENE-1887: -- Hi Mark, {quote} Can you do it right

[jira] Commented: (LUCENE-1887) o.a.l.messages should be moved/renamed

2009-09-02 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12750621#action_12750621 ] Adriano Crestani commented on LUCENE-1887: -- These classes have not relation

Re: ParseException

2009-08-31 Thread Adriano Crestani
that what can be cause of this ? Is it bug maybe or is it the implementation of these analyzers so it is working as how it should ? Adriano Crestani-2 wrote: Hi, You can escape the query parser keywords: Holland \OR Germany This way the query parser will interpret it as as term instead

Re: ParseException

2009-08-28 Thread Adriano Crestani
Hi, You can escape the query parser keywords: Holland \OR Germany This way the query parser will interpret it as as term instead of a boolean operator. Regards, Adriano Crestani On Fri, Aug 28, 2009 at 3:51 AM, utuncdemir cam...@gmail.com wrote: Hello When search term has word

[jira] Updated: (LUCENE-950) IllegalArgumentException parsing foo~1

2009-08-26 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-950: Attachment: lucene_950_08_26_2009.patch This patch fixes the bug, it no longer throws

[jira] Commented: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-24 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746751#action_12746751 ] Adriano Crestani commented on LUCENE-1836: -- If you double quote the values

[jira] Commented: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-22 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746539#action_12746539 ] Adriano Crestani commented on LUCENE-1836: -- Hi, I'm not being able to reproduce

[jira] Commented: (LUCENE-1836) Flexible QueryParser fails with local different from en_US

2009-08-22 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12746551#action_12746551 ] Adriano Crestani commented on LUCENE-1836: -- Thanks for the quick response

[jira] Commented: (LUCENE-1768) NumericRange support for new query parser

2009-08-19 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745236#action_12745236 ] Adriano Crestani commented on LUCENE-1768: -- {quote} we should rename

[jira] Commented: (LUCENE-1792) new QueryParser fails to set AUTO REWRITE for multi-term queries

2009-08-14 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12743304#action_12743304 ] Adriano Crestani commented on LUCENE-1792: -- Hi Mike, Maybe we should create

[jira] Commented: (LUCENE-1792) new QueryParser fails to set AUTO REWRITE for multi-term queries

2009-08-14 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12743326#action_12743326 ] Adriano Crestani commented on LUCENE-1792: -- Could we then fix

Re: The new Contrib QueryParser should not be slated to replace the old one yet

2009-08-12 Thread Adriano Crestani
If I want to control how Wildcard clauses are handled, I can do it w/ today's QP as well, just extend it and override the appropriate getter method. The SyntaxParser can produce WildcardQueryNode object which can further be processed on the processing phase. Is there any example when you cannot

[jira] Commented: (LUCENE-1768) NumericRange support for new query parser

2009-08-12 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742458#action_12742458 ] Adriano Crestani commented on LUCENE-1768: -- {quote} I would propose to absorb

[jira] Commented: (LUCENE-1768) NumericRange support for new query parser

2009-08-11 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742223#action_12742223 ] Adriano Crestani commented on LUCENE-1768: -- {quote} The proposed RangeTools seems

[jira] Commented: (LUCENE-1782) Rename OriginalQueryParserHelper

2009-08-05 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739656#action_12739656 ] Adriano Crestani commented on LUCENE-1782: -- Hi Mike, I think ParseException

[jira] Commented: (LUCENE-1782) Rename OriginalQueryParserHelper

2009-08-05 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739703#action_12739703 ] Adriano Crestani commented on LUCENE-1782: -- Thanks Mike :) {quote} The patch

Refactor TokenStream implementations to receive configuration from AttributeSource

2009-08-05 Thread Adriano Crestani
assembled, where which one require a lot of configuration data. With this design we separate TokenStream/processor assemble from its configuration. Thoughts? Suggestions? Or does it sounds like nonsense? :) Best Regards, Adriano Crestani

Re: basic questions on the new QueryParser

2009-08-04 Thread Adriano Crestani
that. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de *From:* Adriano Crestani [mailto:adrianocrest...@gmail.com] *Sent:* Monday, August 03, 2009 10:00 PM

[jira] Commented: (LUCENE-1782) Rename OriginalQueryParserHelper

2009-08-04 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739333#action_12739333 ] Adriano Crestani commented on LUCENE-1782: -- I really liked the idea Mike

Re: basic questions on the new QueryParser

2009-08-03 Thread Adriano Crestani
create a processor for that, because they were desinged for that. Best Regards, Adriano Crestani Campos On Mon, Aug 3, 2009 at 11:12 AM, Michael McCandless luc...@mikemccandless.com wrote: Second question: say I wanted to start with the DefaultQueryParser, but tweak how it produces range queries

Re: basic questions on the new QueryParser

2009-08-03 Thread Adriano Crestani
If I read it correctly, the parsing of the query string is decoupled from this. So somebody could also create another query syntax and reuse all processors and builders? Yes, as far as the processors know how to process the node your text parser creates. The QP framework was really designed to

Re: basic questions on the new QueryParser

2009-08-03 Thread Adriano Crestani
The original and helper aren't that descriptive to users. It's named helper because it extends QueryParserHelper, that's the only reason. I think it's ok to rename original to something else. . I also share Mike's opinion, I prefer default over original. Mike - isn't fast forwarding 3 years

[jira] Updated: (LUCENE-1567) New flexible query parser

2009-07-30 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1567: - Attachment: lucene_trunk_FlexQueryParser_2009july29_v11.patch {quote} The warnings

[jira] Updated: (LUCENE-1567) New flexible query parser

2009-07-30 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1567: - Attachment: lucene_trunk_FlexQueryParser_2009july30_v12.patch {quote

[jira] Updated: (LUCENE-1567) New flexible query parser

2009-07-30 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1567: - Attachment: (was: lucene_trunk_FlexQueryParser_2009july29_v11.patch) New flexible

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736285#action_12736285 ] Adriano Crestani commented on LUCENE-1567: -- Hi Michael, I noticed you renamed

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736289#action_12736289 ] Adriano Crestani commented on LUCENE-1567: -- {quote} You just forgot to delete

[jira] Updated: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1567: - Attachment: lucene_trunk_FlexQueryParser_2009july28_v10.patch - Just revised patch

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-28 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736454#action_12736454 ] Adriano Crestani commented on LUCENE-1567: -- {quote} Are you going to submit a new

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-27 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735820#action_12735820 ] Adriano Crestani commented on LUCENE-1567: -- Hi Michael, I think I excluded

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-27 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735938#action_12735938 ] Adriano Crestani commented on LUCENE-1567: -- {quote} fixed TextParser.jj - I

[jira] Updated: (LUCENE-1567) New flexible query parser

2009-07-23 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1567: - Attachment: lucene_trunk_FlexQueryParser_2009july23_v8.patch {quote} Just change your

[jira] Commented: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2009-07-22 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12734398#action_12734398 ] Adriano Crestani commented on LUCENE-1486: -- {quote} I propose doing this using

[jira] Commented: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2009-07-21 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733956#action_12733956 ] Adriano Crestani commented on LUCENE-1486: -- {quote} I see what Adriano

[jira] Commented: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2009-07-21 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733961#action_12733961 ] Adriano Crestani commented on LUCENE-1486: -- {quote} I'll admit, the ... non

[jira] Updated: (LUCENE-1567) New flexible query parser

2009-07-17 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1567: - Attachment: wiki_switching_to_the_new_query_parser.txt This is a mini-tutorial

[jira] Updated: (LUCENE-1567) New flexible query parser

2009-07-16 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1567: - Attachment: lucene_trunk_FlexQueryParser_2009july16_v7.patch Here are some updates

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-14 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731220#action_12731220 ] Adriano Crestani commented on LUCENE-1567: -- {quote} except because we begin

Lucene contrib build failing on jdk 1.4

2009-07-13 Thread Adriano Crestani
Hi, I checked out Lucene java trunk and ran build-contrib. When I run using Sun JDK 1.6.0_07 it builds successfully, but using Sun JDK 1.4.2_19 I get the error below. Am I doing something wrong? Thanks in advance, Adriano Crestani Campos ... build-artifacts-and-tests: bdb: BUILD FAILED /home

[jira] Updated: (LUCENE-1567) New flexible query parser

2009-07-13 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1567: - Attachment: lucene_1567_adriano_crestani_07_13_2009.patch Hey guys, Here is a patch

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-13 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730627#action_12730627 ] Adriano Crestani commented on LUCENE-1567: -- Ah, I also couldn't run ant build

Re: Lucene contrib build failing on jdk 1.4

2009-07-13 Thread Adriano Crestani
Hi Mark, Thanks for the explanation, it makes sense now : ) Adriano Crestani Campos On Mon, Jul 13, 2009 at 5:41 PM, Mark Miller markrmil...@gmail.com wrote: Hey Adriano, Only core is fully 1.4. To build all of contrib you must use at least java 1.5. If you want to build a contrib

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-13 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730641#action_12730641 ] Adriano Crestani commented on LUCENE-1567: -- {quote} Ah, I also couldn't run ant

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-10 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12729815#action_12729815 ] Adriano Crestani commented on LUCENE-1567: -- Hi Luis, I have been improving

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-06-16 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720403#action_12720403 ] Adriano Crestani commented on LUCENE-1567: -- Hi Michael, I expect it takes one

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-06-09 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12717588#action_12717588 ] Adriano Crestani commented on LUCENE-1567: -- We also have to change List change

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-06-08 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12717492#action_12717492 ] Adriano Crestani commented on LUCENE-1567: -- It's mostly internal stuffs, the only

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-06-08 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12717543#action_12717543 ] Adriano Crestani commented on LUCENE-1567: -- I went through the new QP and listed

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-06-06 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12716841#action_12716841 ] Adriano Crestani commented on LUCENE-1567: -- Hi Michael, I think the biggest work

[jira] Commented: (LUCENE-1576) Brazilian Analyzer doesn't remove stopwords when uppercase is given

2009-03-27 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12689973#action_12689973 ] Adriano Crestani commented on LUCENE-1576: -- FYI, this topic was already discussed

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-03-24 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12688871#action_12688871 ] Adriano Crestani commented on LUCENE-1567: -- From

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-03-18 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12683313#action_12683313 ] Adriano Crestani commented on LUCENE-1567: -- It's probably not ok, since lucene

Re: New flexible query parser

2009-03-16 Thread Adriano Crestani
switch between the SpanQueryBuilder and the regular QueryBuilder whenever we want to generate SpanQuery or regular Query objects. The point is that this new architecture very flexible and incremental, completely different from the one Lucene has today. Best Regards, Adriano Crestani Campos On Mon

Re: [PATCH] Bug on BrazilianAnalyzer

2008-11-24 Thread Adriano Crestani
for subclassing. Best Regards, Adriano Crestani Campos On Fri, Nov 21, 2008 at 2:15 PM, Rafael Cunha de Almeida [EMAIL PROTECTED] wrote: On Fri, 21 Nov 2008 16:46:30 -0200 Rafael Cunha de Almeida [EMAIL PROTECTED] wrote: On Mon, 17 Nov 2008 19:58:47 -0800 Adriano Crestani [EMAIL PROTECTED

Re: Bug in FieldInfo (omitTF)?

2008-11-18 Thread Adriano Crestani
I'm almost sure this was not the expected logic. Otherwise the this.omitTf = true statement will never be executed. Based on code logic, it should probably be what you are saying: this.omitTf != other.omitTf instead of this.omitTf omitTf : ) Regards, Adriano Crestani Campos On Tue, Nov 18

Re: [PATCH] Bug on BrazilianAnalyzer

2008-11-17 Thread Adriano Crestani
Hi Rafael, What is your scenario? Maybe it was defined this way so it do not filter uppercased stop words. Like, for example, the downcased word se is a stopword, but the uppercased SE stands for Sergipe, a brazilian state, so it should not be filtered. Best Regards, Adriano Crestani On Mon