[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-tabpanel&focusedCommentId=12708316#action_12708316 ] Noble Paul commented on SOLR-1154: -- what I am going to say is hack (not at all elegant). bu

[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] 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 t

[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-tabpanel&focusedCommentId=12708266#action_12708266 ] Jianhan commented on SOLR-1154: --- This is regarding http://markmail.org/message/5kqx3xps3ejwpaz

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. Any

[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-tabpanel&focusedCommentId=12708223#action_12708223 ] Matt Weber commented on SOLR-1156: -- The current tests pass: [junit] Running org.apache

[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-tabpanel&focusedCommentId=12708212#action_12708212 ] Yonik Seeley commented on SOLR-1156: It would be nice for this to have some tests before

[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 Updated to use BoundedTreeSet instead of a regular TreeSet. Don't know why I

[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-tabpanel&focusedCommentId=12708190#action_12708190 ] Yonik Seeley commented on SOLR-196: --- Perhaps escaping isn't correct for this particular fie

[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-tabpanel&focusedCommentId=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 Andrew McCombe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708172#action_12708172 ] Andrew McCombe commented on SOLR-196: - I'm finding occasionally that the return from the

[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-tabpanel&focusedCommentId=12708158#action_12708158 ] Yonik Seeley commented on SOLR-1156: Thanks Matt! This should probably use a BoundedTree

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 for my master instance, and this part for my slave instance, but I don't seem to be able to find

Re: [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 നോബിള്‍ नोब्ळ्
in general , modifying web.xml is discouraged. so, this is the first time someone is asking for config to be added into the configuration of SolrDispatchFilter. when you say the whole directory ,other than solrconfig.xml everything else is a simple copy , right? On Mon, May 11, 2009 at 10:20 PM,

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 sol

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 provide

[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 in

[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 T

[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-tabpanel&focusedCommentId=12708025#action_12708025 ] Chris A. Mattmann commented on SOLR-773: Hi Guys, I'm interested in using LocalSOLR

[jira] Updated: (SOLR-1155) Change DirectUpdateHandler2 to allow concurrent adds during an autocommit

2009-05-11 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayson Minard updated SOLR-1155: Attachment: SOLR-1155.patch Changed external commit interface to not have locking, but rather query

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: http://www.nabble.com/So

[jira] Updated: (SOLR-1150) OutofMemoryError on enabling highlighting

2009-05-11 Thread Siddharth Gargate (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Gargate updated SOLR-1150: Attachment: SOLR-1150.patch I have attached the patch file with previous suggested code chan