You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ivan Small (JIRA)" <ji...@apache.org> on 2010/07/24 02:31:49 UTC

[jira] Created: (SOLR-2014) Allow BF parameter to accept whitespace within its parameters

Allow BF parameter to accept whitespace within its parameters
-------------------------------------------------------------

                 Key: SOLR-2014
                 URL: https://issues.apache.org/jira/browse/SOLR-2014
             Project: Solr
          Issue Type: Improvement
            Reporter: Ivan Small
            Priority: Minor



Modify the parsing of the boost function parameter (BF) to allow for whitespace throughout.  This is useful for a couple of reasons.  The first is more intuitive configuration, but the larger is to allow nested boost functions.  By allowing for nesting of the boost function various forms of caching, normalizing and other modification are possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (SOLR-2014) Allow BF parameter to accept whitespace within its parameters

Posted by "Ivan Small (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Small updated SOLR-2014:
-----------------------------

    Attachment: SOLR-2014.patch

Modifies the boost function parsing to utilize use the QueryParsing.StrParser class.  This class has been modified slightly to parse nested expressions.  The boost functions use this for extracting general parenthetical expressions that also allow for inner quote expressions.  The unit tests have also been expanded to test for general and as many corner cases as I could think of.

> Allow BF parameter to accept whitespace within its parameters
> -------------------------------------------------------------
>
>                 Key: SOLR-2014
>                 URL: https://issues.apache.org/jira/browse/SOLR-2014
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ivan Small
>            Priority: Minor
>         Attachments: SOLR-2014.patch
>
>
> Modify the parsing of the boost function parameter (BF) to allow for whitespace throughout.  This is useful for a couple of reasons.  The first is more intuitive configuration, but the larger is to allow nested boost functions.  By allowing for nesting of the boost function various forms of caching, normalizing and other modification are possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (SOLR-2014) Allow BF parameter to accept complex nested expressions with whitespace sprinkled throughout

Posted by "Ivan Small (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Small updated SOLR-2014:
-----------------------------

        Summary: Allow BF parameter to accept complex nested expressions with whitespace sprinkled throughout  (was: Allow BF parameter to accept whitespace within its parameters)
    Description: Modify the parsing of the boost function parameter (BF) to allow for whitespace throughout.  This is useful for a couple of reasons.  The first is more intuitive configuration, but the larger is to allow nested boost functions.  By allowing for nesting of the boost function various forms of caching, normalizing and other modification are possible.  (was: 
Modify the parsing of the boost function parameter (BF) to allow for whitespace throughout.  This is useful for a couple of reasons.  The first is more intuitive configuration, but the larger is to allow nested boost functions.  By allowing for nesting of the boost function various forms of caching, normalizing and other modification are possible.)

> Allow BF parameter to accept complex nested expressions with whitespace sprinkled throughout
> --------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2014
>                 URL: https://issues.apache.org/jira/browse/SOLR-2014
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ivan Small
>            Priority: Minor
>         Attachments: SOLR-2014.patch
>
>
> Modify the parsing of the boost function parameter (BF) to allow for whitespace throughout.  This is useful for a couple of reasons.  The first is more intuitive configuration, but the larger is to allow nested boost functions.  By allowing for nesting of the boost function various forms of caching, normalizing and other modification are possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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