[jira] Created: (SOLR-1085) SolrJ client java does not support moreLikeThis querys and results

View: New views
6 Messages — Rating Filter:   Alert me  

[jira] Created: (SOLR-1085) SolrJ client java does not support moreLikeThis querys and results

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

SolrJ client java does not support moreLikeThis querys and results
------------------------------------------------------------------

                 Key: SOLR-1085
                 URL: https://issues.apache.org/jira/browse/SOLR-1085
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
    Affects Versions: 1.3
         Environment: SolrJ java client
            Reporter: Maurice Jumelet
             Fix For: 1.3.1


Although SOLR supports the more like this querys (see http://wiki.apache.org/solr/MoreLikeThis) these type of query are currently not supported by the SOLR java client.



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


[jira] Updated: (SOLR-1085) SolrJ client java does not support moreLikeThis querys and results

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/SOLR-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maurice Jumelet updated SOLR-1085:
----------------------------------

    Attachment: solrj-java-morelikethis.patch

Attached is a patch that adds minimal support to the solr java client for morelikethis support.

Tobe done: add all query parameters as defined at: http://wiki.apache.org/solr/MoreLikeThis



> SolrJ client java does not support moreLikeThis querys and results
> ------------------------------------------------------------------
>
>                 Key: SOLR-1085
>                 URL: https://issues.apache.org/jira/browse/SOLR-1085
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 1.3
>         Environment: SolrJ java client
>            Reporter: Maurice Jumelet
>             Fix For: 1.3.1
>
>         Attachments: solrj-java-morelikethis.patch
>
>
> Although SOLR supports the more like this querys (see http://wiki.apache.org/solr/MoreLikeThis) these type of query are currently not supported by the SOLR java client.

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


[jira] Commented: (SOLR-1085) SolrJ client java does not support moreLikeThis querys and results

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/SOLR-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695418#action_12695418 ]

Shalin Shekhar Mangar commented on SOLR-1085:
---------------------------------------------

Maurice, this patch is based on the 1.3.0 release branch. There has been a lot of changes in the code base since that release. Can you please provide one which applies on the trunk?

Also, there seems to be some character encoding issues in the patch. Can you make sure that you use UTF-8?

> SolrJ client java does not support moreLikeThis querys and results
> ------------------------------------------------------------------
>
>                 Key: SOLR-1085
>                 URL: https://issues.apache.org/jira/browse/SOLR-1085
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 1.3
>         Environment: SolrJ java client
>            Reporter: Maurice Jumelet
>             Fix For: 1.3.1
>
>         Attachments: solrj-java-morelikethis.patch
>
>
> Although SOLR supports the more like this querys (see http://wiki.apache.org/solr/MoreLikeThis) these type of query are currently not supported by the SOLR java client.

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


[jira] Updated: (SOLR-1085) SolrJ client java does not support moreLikeThis querys and results

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/SOLR-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-1085:
----------------------------------------

    Affects Version/s:     (was: 1.3)
        Fix Version/s:     (was: 1.3.1)
                       1.5

Marking for 1.5

> SolrJ client java does not support moreLikeThis querys and results
> ------------------------------------------------------------------
>
>                 Key: SOLR-1085
>                 URL: https://issues.apache.org/jira/browse/SOLR-1085
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>         Environment: SolrJ java client
>            Reporter: Maurice Jumelet
>             Fix For: 1.5
>
>         Attachments: solrj-java-morelikethis.patch
>
>
> Although SOLR supports the more like this querys (see http://wiki.apache.org/solr/MoreLikeThis) these type of query are currently not supported by the SOLR java client.

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


[jira] Commented: (SOLR-1085) SolrJ client java does not support moreLikeThis querys and results

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/SOLR-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772255#action_12772255 ]

Mark Diggory commented on SOLR-1085:
------------------------------------

Given this patch doesn't alter any existing methods, but instead adds methods to supoort the existing MLT behavior already present in Solr.  It would seem wise to get it off the queue and into 1.4 so that it won't get stale.

> SolrJ client java does not support moreLikeThis querys and results
> ------------------------------------------------------------------
>
>                 Key: SOLR-1085
>                 URL: https://issues.apache.org/jira/browse/SOLR-1085
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>         Environment: SolrJ java client
>            Reporter: Maurice Jumelet
>             Fix For: 1.5
>
>         Attachments: solrj-java-morelikethis.patch
>
>
> Although SOLR supports the more like this querys (see http://wiki.apache.org/solr/MoreLikeThis) these type of query are currently not supported by the SOLR java client.

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


[jira] Commented: (SOLR-1085) SolrJ client java does not support moreLikeThis querys and results

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/SOLR-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772260#action_12772260 ]

Shalin Shekhar Mangar commented on SOLR-1085:
---------------------------------------------

{quote}
Given this patch doesn't alter any existing methods, but instead adds methods to supoort the existing MLT behavior already present in Solr. It would seem wise to get it off the queue and into 1.4 so that it won't get stale.
{quote}

Mark, the patch is stale. It does not apply on 1.4 trunk. It is too late in the release cycle to add it to 1.4 but if you or somebody else can sync it with trunk, we can commit it for 1.5.

> SolrJ client java does not support moreLikeThis querys and results
> ------------------------------------------------------------------
>
>                 Key: SOLR-1085
>                 URL: https://issues.apache.org/jira/browse/SOLR-1085
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>         Environment: SolrJ java client
>            Reporter: Maurice Jumelet
>             Fix For: 1.5
>
>         Attachments: solrj-java-morelikethis.patch
>
>
> Although SOLR supports the more like this querys (see http://wiki.apache.org/solr/MoreLikeThis) these type of query are currently not supported by the SOLR java client.

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