You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Kay Kay (JIRA)" <ji...@apache.org> on 2009/01/15 21:35:02 UTC

[jira] Created: (SOLR-963) SolrQuery#addFacetField - Optimize addition of fields

SolrQuery#addFacetField -  Optimize addition of fields 
-------------------------------------------------------

                 Key: SOLR-963
                 URL: https://issues.apache.org/jira/browse/SOLR-963
             Project: Solr
          Issue Type: Improvement
         Environment: Java 6, Tomcat 6
            Reporter: Kay Kay


Instead of adding one facet field each - optimize the function in ModifiableSolrParams that adds facet fields en masse .. 

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


[jira] Updated: (SOLR-963) SolrQuery#addFacetField - Optimize addition of fields

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

Kay Kay updated SOLR-963:
-------------------------

          Component/s: clients - java
        Fix Version/s: 1.4
             Priority: Minor  (was: Major)
          Description: Instead of adding one facet field each -  use the overloaded function in ModifiableSolrParams (that takes all the elements) that adds facet fields en masse ..   (was: Instead of adding one facet field each - optimize the function in ModifiableSolrParams that adds facet fields en masse .. )
    Affects Version/s: 1.3

> SolrQuery#addFacetField -  Optimize addition of fields 
> -------------------------------------------------------
>
>                 Key: SOLR-963
>                 URL: https://issues.apache.org/jira/browse/SOLR-963
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 1.3
>         Environment: Java 6, Tomcat 6
>            Reporter: Kay Kay
>            Priority: Minor
>             Fix For: 1.4
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Instead of adding one facet field each -  use the overloaded function in ModifiableSolrParams (that takes all the elements) that adds facet fields en masse .. 

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


[jira] Updated: (SOLR-963) SolrQuery#addFacetField - Optimize addition of fields

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

Kay Kay updated SOLR-963:
-------------------------

    Attachment: SOLR-963.patch

add FacetFields en masse . 

> SolrQuery#addFacetField -  Optimize addition of fields 
> -------------------------------------------------------
>
>                 Key: SOLR-963
>                 URL: https://issues.apache.org/jira/browse/SOLR-963
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 1.3
>         Environment: Java 6, Tomcat 6
>            Reporter: Kay Kay
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-963.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Instead of adding one facet field each -  use the overloaded function in ModifiableSolrParams (that takes all the elements) that adds facet fields en masse .. 

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


[jira] Updated: (SOLR-963) SolrQuery#addFacetField - Optimize addition of fields

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

Kay Kay updated SOLR-963:
-------------------------

    Attachment:     (was: SOLR-963.patch)

> SolrQuery#addFacetField -  Optimize addition of fields 
> -------------------------------------------------------
>
>                 Key: SOLR-963
>                 URL: https://issues.apache.org/jira/browse/SOLR-963
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 1.3
>         Environment: Java 6, Tomcat 6
>            Reporter: Kay Kay
>            Priority: Minor
>             Fix For: 1.4
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Instead of adding one facet field each -  use the overloaded function in ModifiableSolrParams (that takes all the elements) that adds facet fields en masse .. 

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


[jira] Assigned: (SOLR-963) SolrQuery#addFacetField - Optimize addition of fields

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

Shalin Shekhar Mangar reassigned SOLR-963:
------------------------------------------

    Assignee: Shalin Shekhar Mangar

> SolrQuery#addFacetField -  Optimize addition of fields 
> -------------------------------------------------------
>
>                 Key: SOLR-963
>                 URL: https://issues.apache.org/jira/browse/SOLR-963
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 1.3
>         Environment: Java 6, Tomcat 6
>            Reporter: Kay Kay
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-963.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Instead of adding one facet field each -  use the overloaded function in ModifiableSolrParams (that takes all the elements) that adds facet fields en masse .. 

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


[jira] Resolved: (SOLR-963) SolrQuery#addFacetField - Optimize addition of fields

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

Shalin Shekhar Mangar resolved SOLR-963.
----------------------------------------

    Resolution: Fixed

Committed revision 748974.

Thanks Kay!

> SolrQuery#addFacetField -  Optimize addition of fields 
> -------------------------------------------------------
>
>                 Key: SOLR-963
>                 URL: https://issues.apache.org/jira/browse/SOLR-963
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 1.3
>         Environment: Java 6, Tomcat 6
>            Reporter: Kay Kay
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-963.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Instead of adding one facet field each -  use the overloaded function in ModifiableSolrParams (that takes all the elements) that adds facet fields en masse .. 

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


[jira] Updated: (SOLR-963) SolrQuery#addFacetField - Optimize addition of fields

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

Kay Kay updated SOLR-963:
-------------------------

    Attachment: SOLR-963.patch

SolrQuery#addFacetField - add all of the fields en masse .. 

> SolrQuery#addFacetField -  Optimize addition of fields 
> -------------------------------------------------------
>
>                 Key: SOLR-963
>                 URL: https://issues.apache.org/jira/browse/SOLR-963
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 1.3
>         Environment: Java 6, Tomcat 6
>            Reporter: Kay Kay
>            Priority: Minor
>             Fix For: 1.4
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Instead of adding one facet field each -  use the overloaded function in ModifiableSolrParams (that takes all the elements) that adds facet fields en masse .. 

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