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 "Brian Lucas (JIRA)" <ji...@apache.org> on 2006/09/22 07:05:22 UTC

[jira] Created: (SOLR-51) SolrQuery

SolrQuery
---------

                 Key: SOLR-51
                 URL: http://issues.apache.org/jira/browse/SOLR-51
             Project: Solr
          Issue Type: New Feature
         Environment: PHP, ADODB, curl
            Reporter: Brian Lucas


PHP client for querying a SOLR datastore

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (SOLR-51) SolrQuery

Posted by "Brian Lucas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/SOLR-51?page=all ]

Brian Lucas updated SOLR-51:
----------------------------

    Attachment: SolrQuery.php

> SolrQuery
> ---------
>
>                 Key: SOLR-51
>                 URL: http://issues.apache.org/jira/browse/SOLR-51
>             Project: Solr
>          Issue Type: New Feature
>         Environment: PHP, ADODB, curl
>            Reporter: Brian Lucas
>         Attachments: SolrQuery.php
>
>
> PHP client for querying a SOLR datastore

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (SOLR-51) SolrQuery - PHP query client for Solr

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

Bertrand Delacretaz updated SOLR-51:
------------------------------------

    Summary: SolrQuery - PHP query client for Solr  (was: SolrQuery)

> SolrQuery - PHP query client for Solr
> -------------------------------------
>
>                 Key: SOLR-51
>                 URL: https://issues.apache.org/jira/browse/SOLR-51
>             Project: Solr
>          Issue Type: New Feature
>         Environment: PHP, ADODB, curl
>            Reporter: Brian Lucas
>         Attachments: SolrQuery.php
>
>
> PHP client for querying a SOLR datastore

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (SOLR-51) SolrQuery - PHP query client for Solr

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

Hoss Man updated SOLR-51:
-------------------------

    Component/s: clients - php

> SolrQuery - PHP query client for Solr
> -------------------------------------
>
>                 Key: SOLR-51
>                 URL: https://issues.apache.org/jira/browse/SOLR-51
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - php
>         Environment: PHP, ADODB, curl
>            Reporter: Brian Lucas
>         Attachments: SolrQuery.php
>
>
> PHP client for querying a SOLR datastore

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (SOLR-51) SolrQuery - PHP query client for Solr

Posted by "Jesse Friedlander (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612191#action_12612191 ] 

Jesse Friedlander commented on SOLR-51:
---------------------------------------

I believe line 99 should read:
$value = ($item->children() != "")? $item->children() : $item;

Otherwise, int and str results do not get assigned to the array.

> SolrQuery - PHP query client for Solr
> -------------------------------------
>
>                 Key: SOLR-51
>                 URL: https://issues.apache.org/jira/browse/SOLR-51
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - php
>         Environment: PHP, ADODB, curl
>            Reporter: Brian Lucas
>         Attachments: SolrQuery.php
>
>
> PHP client for querying a SOLR datastore

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