Solr search PHP

2009-05-11 Thread The Spider
Hi, I want to integrate solr search in my php application. First I want to know that, do solr search provide a way so that we do no need to create any queries for searching? Secondly, Please tell me how to proceed. Thanks in advance -- View this message in context:

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-05-11 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708025#action_12708025 ] Chris A. Mattmann commented on SOLR-773: Hi Guys, I'm interested in using LocalSOLR

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

2009-05-11 Thread Matt Weber (JIRA)
[ 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

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

2009-05-11 Thread Matt Weber (JIRA)
[ 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

Re: Solr search PHP

2009-05-11 Thread Matt Weber
Take a look at this: http://code.google.com/p/solr-php-client/ Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 11, 2009, at 6:12 AM, The Spider wrote: Hi, I want to integrate solr search in my php application. First I want to know that, do solr search

Re: [jira] Commented: (SOLR-1154) allow specifying solr configuration file through system property to simplify deployment procedure in certain cases

2009-05-11 Thread Jian Han Guo
You are right that keeping directories for solr home can solve this problem. The only issue is that you then have to keep two copies of everything in the solr home directory, which is a potential maintenance problem. I still yet to figure out how to extract the common part of solrconfig.xml and

Re: [jira] Commented: (SOLR-1154) allow specifying solr configuration file through system property to simplify deployment procedure in certain cases

2009-05-11 Thread Jian Han Guo
I understand. I'd love to see a different way for us to load sections of solrconfig.xml dynamically so we don't have to modify web.xml. For now what I need is to be able to include this part !-- Please refer to http://wiki.apache.org/solr/SolrReplication for details on configuring replication --

[jira] Commented: (SOLR-1156) Sort TermsComponent results by frequency

2009-05-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708158#action_12708158 ] Yonik Seeley commented on SOLR-1156: Thanks Matt! This should probably use a

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2009-05-11 Thread Andrew McCombe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708172#action_12708172 ] Andrew McCombe commented on SOLR-196: - I'm finding occasionally that the return from the

[jira] Issue Comment Edited: (SOLR-196) A PHP response writer for Solr

2009-05-11 Thread Andrew McCombe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708172#action_12708172 ] Andrew McCombe edited comment on SOLR-196 at 5/11/09 12:57 PM: ---

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2009-05-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708190#action_12708190 ] Yonik Seeley commented on SOLR-196: --- Perhaps escaping isn't correct for this particular

[jira] Commented: (SOLR-1156) Sort TermsComponent results by frequency

2009-05-11 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708223#action_12708223 ] Matt Weber commented on SOLR-1156: -- The current tests pass: [junit] Running

Re: DirectUpdateHandler2 threads pile up behind scheduleCommitWithin

2009-05-11 Thread Mike Klaas
Hi Jayson, Thanks, I'll take a look in the next few days. The current patch doesn't guarantee index consistency during post-commit callback hooks, right? This could be a problem for index replication. (Incidentally, I'm rather unfamiliar with the new java-based replication design.

[jira] Commented: (SOLR-1154) allow specifying solr configuration file through system property to simplify deployment procedure in certain cases

2009-05-11 Thread Jianhan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708266#action_12708266 ] Jianhan commented on SOLR-1154: --- This is regarding

[jira] Updated: (SOLR-1154) allow specifying solr configuration file through system property to simplify deployment procedure in certain cases

2009-05-11 Thread Jianhan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jianhan updated SOLR-1154: -- Attachment: SOLR-1154.patch upload a patch allow specifying solr configuration file through system property

[jira] Updated: (SOLR-1156) Sort TermsComponent results by frequency

2009-05-11 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1156: - Attachment: SOLR-1156.patch Added some unit tests. Sort TermsComponent results by frequency

[jira] Commented: (SOLR-1154) allow specifying solr configuration file through system property to simplify deployment procedure in certain cases

2009-05-11 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708316#action_12708316 ] Noble Paul commented on SOLR-1154: -- what I am going to say is hack (not at all elegant).