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 "Matt Weber (JIRA)" <ji...@apache.org> on 2009/05/01 08:17:30 UTC

[jira] Created: (SOLR-1139) SolrJ TermsComponent Query and Response Support

SolrJ TermsComponent Query and Response Support
-----------------------------------------------

                 Key: SOLR-1139
                 URL: https://issues.apache.org/jira/browse/SOLR-1139
             Project: Solr
          Issue Type: New Feature
          Components: clients - java
    Affects Versions: 1.4
            Reporter: Matt Weber
            Priority: Minor


SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:

- set TermsComponent query parameters via SolrQuery
- parse the TermsComponent response

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


[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

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

Matt Weber updated SOLR-1139:
-----------------------------

    Attachment: SOLR-1139-WITH_SORT_SUPPORT.patch

Here is a patch that adds support for the sort parameters in SOLR-1156.

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Priority: Minor
>         Attachments: SOLR-1139-WITH_SORT_SUPPORT.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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


[jira] Resolved: (SOLR-1139) SolrJ TermsComponent Query and Response Support

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

Shalin Shekhar Mangar resolved SOLR-1139.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5

Committed revision 890053.

Thanks Matt!

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: SOLR-1139-WITH_SORT_SUPPORT.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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


[jira] Commented: (SOLR-1139) SolrJ TermsComponent Query and Response Support

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761944#action_12761944 ] 

Yonik Seeley commented on SOLR-1139:
------------------------------------

A couple of points about testing:
- we should avoid making tests depend on "example" so that it's easier to change in the future when we want
- we should avoid creating entire jetty instances unless necessary - EmbeddedSolrServer should work to test basic SolrJ functionallity

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Priority: Minor
>         Attachments: SOLR-1139-WITH_SORT_SUPPORT.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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


[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

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

Matt Weber updated SOLR-1139:
-----------------------------

    Attachment: SOLR-1139.patch

Updated patch in preparation for SOLR-1177

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>         Attachments: SOLR-1139-WITH_SORT_SUPPORT.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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


[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

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

Matt Weber updated SOLR-1139:
-----------------------------

    Attachment: SOLR-1139.patch

Updated to reflect latest changes to TermsComponent in rev. 773447.

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Priority: Minor
>         Attachments: SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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


[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

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

Shalin Shekhar Mangar updated SOLR-1139:
----------------------------------------

    Attachment: SOLR-1139.patch

Updated patch for two params added by SOLR-1625.

I'll commit this shortly.

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>         Attachments: SOLR-1139-WITH_SORT_SUPPORT.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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


[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

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

Matt Weber updated SOLR-1139:
-----------------------------

    Attachment: SOLR-1139.patch

Updated test to use EmbeddedSolrServer and not depend on "example" as Yonik suggested.

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Priority: Minor
>         Attachments: SOLR-1139-WITH_SORT_SUPPORT.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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


[jira] Assigned: (SOLR-1139) SolrJ TermsComponent Query and Response Support

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

Shalin Shekhar Mangar reassigned SOLR-1139:
-------------------------------------------

    Assignee: Shalin Shekhar Mangar

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>         Attachments: SOLR-1139-WITH_SORT_SUPPORT.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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


[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

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

Matt Weber updated SOLR-1139:
-----------------------------

    Attachment: SOLR-1139.patch

Updating patch to work with latest trunk since SOLR-1156 has been committed.  Any chance of this making it into 1.4 since it is fairly trivial and the fact TermsComponent is in 1.4?

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Priority: Minor
>         Attachments: SOLR-1139-WITH_SORT_SUPPORT.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch, SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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


[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

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

Matt Weber updated SOLR-1139:
-----------------------------

    Attachment: SOLR-1139.patch

Added support so you can specify multiple source fields.  In the previous patch I mistakenly assumed a single source field named "spell".

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Priority: Minor
>         Attachments: SOLR-1139.patch, SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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


[jira] Updated: (SOLR-1139) SolrJ TermsComponent Query and Response Support

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

Matt Weber updated SOLR-1139:
-----------------------------

    Attachment: SOLR-1139.patch

This patch adds TermComponent support to SolrJ.  It adds a new response TermsResponse as well as updates SolrQuery to support setting/getting of TermsComponent parameters.

> SolrJ TermsComponent Query and Response Support
> -----------------------------------------------
>
>                 Key: SOLR-1139
>                 URL: https://issues.apache.org/jira/browse/SOLR-1139
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>            Priority: Minor
>         Attachments: SOLR-1139.patch
>
>
> SolrJ should support the new TermsComponent that was introduced in Solr 1.4.  It should be able to:
> - set TermsComponent query parameters via SolrQuery
> - parse the TermsComponent response

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