[jira] Commented: (SOLR-1177) Distributed TermsComponent

2009-12-12 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12789794#action_12789794 ] Matt Weber commented on SOLR-1177: -- The latest SOLR-1139 patch is included inside

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

2009-12-12 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 patch in preparation for SOLR-1177 SolrJ TermsComponent Query

[jira] Updated: (SOLR-1177) Distributed TermsComponent

2009-12-12 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1177: - Attachment: SOLR-1177.patch New patch that DOES NOT include the code for SOLR-1139. Make sure you have

[jira] Commented: (SOLR-1177) Distributed TermsComponent

2009-12-11 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12789336#action_12789336 ] Matt Weber commented on SOLR-1177: -- Thanks for the update Yonik! I will see if I can get

[jira] Updated: (SOLR-1177) Distributed TermsComponent

2009-12-11 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1177: - Attachment: SOLR-1177.patch Here is an updated patch that includes Shalin's suggestions: - replace

[jira] Commented: (SOLR-1488) autoCommit when idle

2009-10-03 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761910#action_12761910 ] Matt Weber commented on SOLR-1488: -- Forgot to mention, the new parameter used to configure

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

2009-10-03 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 Updating patch to work with latest trunk since SOLR-1156 has been committed

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

2009-10-03 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 test to use EmbeddedSolrServer and not depend on example as Yonik

[jira] Created: (SOLR-1488) autoCommit when idle

2009-10-02 Thread Matt Weber (JIRA)
autoCommit when idle Key: SOLR-1488 URL: https://issues.apache.org/jira/browse/SOLR-1488 Project: Solr Issue Type: Improvement Affects Versions: 1.4 Reporter: Matt Weber Priority: Minor

[jira] Updated: (SOLR-1488) autoCommit when idle

2009-10-02 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1488: - Attachment: SOLR-1488.patch This patch adds autoCommit after idle support. If maxTime and idleTime

Autocommit After Being Idle for X Milliseconds

2009-10-01 Thread Matt Weber
timeUpperBound) ? commitWithin : timeUpperBound; Is this correct? Thanks, Matt Weber

Re: SolrDispatchFilter and /prefixed request handlers

2009-06-18 Thread Matt Weber
+1 to remove this piece of code. I think it is confusing for someone new to solr to determine if you need to specify a qt or use a different uri. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On Jun 17, 2009, at 10:28 PM, Erik Hatcher wrote: Why might this bit

Re: A few Solr questions

2009-06-08 Thread Matt Weber
your own index? If yes, then the answer is no. If you want to replicate a Solr index without using Solr's search or caching the answer is yes but I don't know why you would not use Solr's searcher. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On Jun 8, 2009, at 7

[jira] Commented: (SOLR-945) JSON update handler

2009-06-01 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715198#action_12715198 ] Matt Weber commented on SOLR-945: - Any update on this for 1.4? +1 here. JSON update

Re: Help Writing a Distributed Component

2009-05-22 Thread Matt Weber
I just added a cleaned up patch that also includes some unit tests. Thanks for everyones help. https://issues.apache.org/jira/browse/SOLR-1177 Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 21, 2009, at 4:41 PM, Matt Weber wrote: Thank you Matt, this seems

Re: Help Writing a Distributed Component

2009-05-21 Thread Matt Weber
. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 21, 2009, at 1:28 PM, Woytowitz, Matthew wrote: Matt, I applied you patch to the trunk and tossed it in the debugger. I'm not sure how your solrconfig.xml looks, but if your using the out of the box autosuggest

Re: Help Writing a Distributed Component

2009-05-21 Thread Matt Weber
Thank you, this will help a lot. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 21, 2009, at 2:43 PM, Woytowitz, Matthew wrote: bin/catalina.sh jpda start Starts tomcat in remote debugging mode. Then I connect with eclipse. Run -- Debug configs Click Remote

Re: Help Writing a Distributed Component

2009-05-21 Thread Matt Weber
is the way to go because it will define a standard way to write a distributed component. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 21, 2009, at 3:54 PM, Grant Ingersoll wrote: On May 21, 2009, at 4:28 PM, Woytowitz, Matthew wrote: Matt, I applied you patch

Re: Help Writing a Distributed Component

2009-05-20 Thread Matt Weber
,localhost:8080/solr2terms=trueterms.fl=spellterms.prefix=fterms.lower=f Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 20, 2009, at 7:24 AM, Grant Ingersoll wrote: Matt, Perhaps you can post your patch even in it's current state on a JIRA issue and then we can work

[jira] Updated: (SOLR-1177) Distributed TermsComponent

2009-05-20 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1177: - Attachment: SOLR-1177.patch Here is my first attempt at a patch that is not currently working. For some

[jira] Created: (SOLR-1177) Distributed TermsComponent

2009-05-20 Thread Matt Weber (JIRA)
Distributed TermsComponent -- Key: SOLR-1177 URL: https://issues.apache.org/jira/browse/SOLR-1177 Project: Solr Issue Type: Improvement Affects Versions: 1.4 Reporter: Matt Weber Priority

Re: Help Writing a Distributed Component

2009-05-20 Thread Matt Weber
Thanks Grant, that will really help me out. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 20, 2009, at 11:16 AM, Grant Ingersoll wrote: On May 20, 2009, at 12:07 PM, Matt Weber wrote: Hey Grant, I have opened a new ticket with the current version of my

Re: Compile error from new contrib clustering?

2009-05-20 Thread Matt Weber
Actually, here is the correct JAVA_HOME: export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/ 1.6.0/Home/ Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 20, 2009, at 12:31 PM, Eric Pugh wrote: Thanks! I don't know that I have ever see

Help Writing a Distributed Component

2009-05-19 Thread Matt Weber
, etc) and did not notice them doing anything special that my handler is not. Is there some setting I need to enable for the shards parameter to be honored? Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com

[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

[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

[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-1156) Sort TermsComponent results by frequency

2009-05-10 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 patch to resolve conflicts with the recent changes to trunk (rev

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

2009-05-08 Thread Matt Weber (JIRA)
Sort TermsComponent results by frequency Key: SOLR-1156 URL: https://issues.apache.org/jira/browse/SOLR-1156 Project: Solr Issue Type: Improvement Affects Versions: 1.4 Reporter: Matt

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

2009-05-08 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 I have implemented TermsComponent sorting by frequency. I use the same

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2009-05-08 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707601#action_12707601 ] Matt Weber commented on SOLR-877: - I wrote a patch for freq. sorting thar is attached to SOLR

TermsComponent sort by frequency

2009-05-05 Thread Matt Weber
Hello, I am interested in adding sorting support to TermsComponent. I would most likely use the same algorithm as facet sorting, using CountPair's in a BoundedTreeSet. Does anyone have a problem with this? Is there a different algorithm I should be using? Thanks, Matt Weber

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

2009-05-01 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 This patch adds TermComponent support to SolrJ. It adds a new response

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

2009-05-01 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 Added support so you can specify multiple source fields. In the previous