[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: field collapsing sums

2009-09-30 Thread Matt Weber
You might want to see how the stats component works with field collapsing. Thanks, Matt Weber On Sep 30, 2009, at 5:16 PM, Uri Boness wrote: Hi, At the moment I think the most appropriate place to put it is in the AbstractDocumentCollapser (in the getCollapseInfo method). Though

Re: Using two Solr documents to represent one logical document/file

2009-09-26 Thread Matt Weber
Check out the field collapsing patch: http://wiki.apache.org/solr/FieldCollapsing https://issues.apache.org/jira/browse/SOLR-236 Thanks, Matt Weber On Sep 25, 2009, at 3:15 AM, Peter Ledbrook wrote: Hi, I want to index both the contents of a document/file and metadata associated

Re: Searching for the '+' character

2009-09-14 Thread Matt Weber
Why don't you create a synonym for + that expands to your customers product name that includes the plus? You can even have your FE do this sort of replacement BEFORE submitting to Solr. Thanks, Matt Weber On Sep 14, 2009, at 11:42 AM, AHMET ARSLAN wrote: Thanks Ahmet, Thats excellent

Re: Is it possible to query for everything ?

2009-09-14 Thread Matt Weber
Query for *:* Thanks, Matt Weber On Sep 14, 2009, at 4:18 PM, Jonathan Vanasco wrote: I'm using Solr for seach and faceted browsing Is it possible to have solr search for 'everything' , at least as far as q is concerned ? The request handlers I've found don't like it if I don't pass

Re: When to optimize?

2009-09-13 Thread Matt Weber
to optimize your index. Thanks, Matt Weber On Sep 13, 2009, at 6:21 PM, William Pierce wrote: Folks: Are there good rules of thumb for when to optimize? We have a large index consisting of approx 7M documents and we currently have it set to optimize once a day. But sometimes

Re: Solr Cell

2009-07-23 Thread Matt Weber
Found my own answer, use the literal parameter. Should have dug around before asking. Sorry. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On Jul 23, 2009, at 2:26 PM, Matt Weber wrote: Is it possible to supply addition metadata along with the binary file when

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: Solr relevancy score - conversion

2009-06-09 Thread Matt Weber
, Matt Weber eSr Technologies http://www.esr-technologies.com On Jun 8, 2009, at 10:05 PM, Vijay_here wrote: Hi, I am using solr to inxdex some of the legal documents, where i need the solr search engine to return relevancy ranking score for each search results. As of now i am getting

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

Re: Solr Home on Linux JBoss ignored

2009-06-05 Thread Matt Weber
Check the dataDir setting in solrconfig.xml. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On Jun 5, 2009, at 6:03 AM, Dean Pullen wrote: I lied, it's actually saving data to: /usr/local/jboss-portal-2.7.1.GA/bin/C:\home\jboss\solr\data Which is a tad crazy! And I

[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

Re: Facet counts limit

2009-05-20 Thread Matt Weber
1. The limit parameter takes a signed integer, so the max value is 2,147,483,647. 2. I don't think there is a defined limit which would mean you are only limited to want your system can handle. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 20, 2009, at 11

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

Re: Search Query Questions

2009-05-14 Thread Matt Weber
I think you will want to look at the Field Collapsing patch for this. http://issues.apache.org/jira/browse/SOLR-236 . Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 14, 2009, at 5:52 PM, Chris Miller wrote: Oh, one more question 3) Is there a way

Re: Facet counts for common terms of the searched field

2009-05-12 Thread Matt Weber
will be able to facet on this new field and sort the facet by frequency (the default) to get the most popular words. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 12, 2009, at 7:33 AM, sachin78 wrote: Does anybody have answer to this post.I have a similar

Re: Facet counts for common terms of the searched field

2009-05-12 Thread Matt Weber
=textfield:copperfacet=truefacet.field=textfieldfacetfacet.limit=5 This will give you the top 5 words in the textfieldfacet. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 12, 2009, at 7:57 AM, sachin78 wrote: Thanks Matt for your reply. What do you mean by frequency

Re: Selective Searches Based on User Identity

2009-05-12 Thread Matt Weber
I also work with the FAST Enterprise Search engine and this is exactly how their Security Access Module works. They actually use a modified base-32 encoded value for indexing, but that is because they don't have the luxury of untokenized/un-processed String fields like Solr. Thanks, Matt

Re: Selective Searches Based on User Identity

2009-05-12 Thread Matt Weber
access each result. Good luck. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 12, 2009, at 1:21 PM, Jay Hill wrote: The only downside would be that you would have to update a document anytime a user was granted or denied access. You would have to query before

[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

Re: solr + wordpress

2009-05-08 Thread Matt Weber
I actually wrote a plugin that integrates Solr with WordPress. http://www.mattweber.org/2009/04/21/solr-for-wordpress/ http://wordpress.org/extend/plugins/solr-for-wordpress/ https://launchpad.net/solr4wordpress Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 8

Re: Solr autocompletion in rails

2009-05-07 Thread Matt Weber
://json.rubyforge.org/. After you have your rails controller working you can hook it into your FE with some javascript like I did in the example on my blog. Hope this helps. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 7, 2009, at 7:37 AM, manisha_5 wrote

Re: Conditional/Calculated Fields (is it possible?)

2009-05-06 Thread Matt Weber
I do not think this is possible. You will probably want to handle this logic on your side during indexing. Index the document with the fist price, then as that price expires, update the document with the new price. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com

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

Re: Multi-index Design

2009-05-05 Thread Matt Weber
it's own index that contains documents of all types. See http://wiki.apache.org/solr/MultipleIndexes . Thanks, Matt Weber On May 5, 2009, at 11:14 AM, Michael Ludwig wrote: Chris Masters schrieb: - flatten the searchable objects as much as I can - use a type field to distinguish

Re: Highlight MoreLikeThis results?

2009-05-04 Thread Matt Weber
There was a thread about this last week and verdict is currently you can't highlight MoreLikeThis results. Thanks, Matt Weber On May 4, 2009, at 1:22 AM, jli...@gmail.com wrote: My query returns a number of MoreLikeThis results for a given document. I wonder if there is a way

Re: autoSuggest

2009-05-04 Thread Matt Weber
schema.xml, add a new string field, then use a copyfield to copy the value of title into the new field and set terms.fl to the new field you just created after reindexing. Thanks, Matt Weber On May 4, 2009, at 6:46 AM, sunnyfr wrote: Hi, I would like to know how work /autoSuggest. I do have

Re: Solr autocompletion in rails

2009-05-04 Thread Matt Weber
a servlet you can write a rails handler parsing the json output directly. http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/ . Thanks, Matt Weber On May 4, 2009, at 9:39 AM, manisha_5 wrote: Hi, I am new to solr. I am using solr server to index the data

[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

Re: Term highlighting with MoreLikeThisHandler?

2009-04-30 Thread Matt Weber
. Thanks, Matt Weber On Apr 29, 2009, at 9:27 PM, Walter Underwood wrote: Think about this for a moment. When you use MoreLikeThis, the query is a document. How do you highlight a document in another document? wunder On 4/29/09 9:21 PM, Matt Weber m...@mattweber.org wrote: Any luck

Re: [WiX-users] FileInUse dialog sometimes don't show up

2009-02-10 Thread Matt Weber
the files to be overwritten/removed are determined and calculated. Matt Weber Computer Engineer EmergingSoft(tm) 7900 Xerxes Avenue Bloomington, MN 55431 952-842-7444, ext 21 matt.we...@emergingsoft.com -- Create

[WiX-devs] Patchwiz.dll AllowDualPatch Property

2008-12-03 Thread Matt Weber
property in a *.pcp from WiX already? Thanks, Matt Weber Computer Engineer EmergingSoft(tm) 7900 Xerxes Avenue Bloomington, MN 55431 952-842-7444, ext 21 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

[WiX-users] IIS CA Transform Error

2008-10-26 Thread Matt Weber
they'd be picked up as a difference. I'm using WiX 3.0.4513.0. Much thanks, -Matt Weber - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin

Re: [WiX-users] IIS CA Transform Error

2008-10-26 Thread Matt Weber
now that it applies to version 3 as well. I replaced what I had before with a custom action that modifies the value of SKIPCONFIGUREIIS based on the feature selection. Works perfectly now! And, of course, Torch performs fine as well. Thanks, -Matt Weber -Original Message- From: Bob

Re: [WiX-users] IIS CA Transform Error

2008-10-26 Thread Matt Weber
should still appear if the user did indeed select those IIS related features while not having IIS installed on the machine. I'm not worried about the integrity of the install, I'm just trying to cover all the bases so first impressions are good with the new installer. Thanks, -Matt Weber

[Mono-dev] SerialPort DataReceived event

2006-10-17 Thread Matt Weber
exception when I use the DataReceived event. My handler never gets called. I was wondering if I was experiencing a bug, doing something wrong, or if this event is still not implemented. Thanks! -- -Matt Weber -http://www.mattweber.org signature.asc Description: This is a digitally signed message

[Bug 64723] clicking from imap inbox to trash and back to inbox crashes evolution

2006-10-08 Thread Matt Weber
Public bug reported: I am using an imap account that uses ssl. If I am browsing my inbox and delete a message, then click on the trash to empty it, then go back to my inbox evolution crashes. The contents of the trash never show up in the list view, I can only see a label that says # deleted

[Bug 64723] clicking from imap inbox to trash and back to inbox crashes evolution

2006-10-08 Thread Matt Weber
Public bug reported: I am using an imap account that uses ssl. If I am browsing my inbox and delete a message, then click on the trash to empty it, then go back to my inbox evolution crashes. The contents of the trash never show up in the list view, I can only see a label that says # deleted

Re: Permission for 'dev/pmu'

2005-01-07 Thread Matt Weber
. -- -Matt Weber -www.mattweber.org signature.asc Description: This is a digitally signed message part

Re: 2.4 - 2.6 kernel upgrade problem

2004-12-30 Thread Matt Weber
to do with /initrd? My /initrd is empty, is that how it should be? I do have a working system becuase I backed up my 2.4 kernel and added an entry to my yaboot.conf for it. Thanks. -- -Matt Weber -www.mattweber.org signature.asc Description: This is a digitally signed message part

2.4 - 2.6 kernel upgrade problem

2004-12-29 Thread Matt Weber
read-only image=/boot/vmlinux-2.4.22-ben2 label=Linux24 read-only --- -- -Matt Weber -www.mattweber.org signature.asc Description: This is a digitally signed message part

2.4 - 2.6 kernel upgrade problem

2004-12-29 Thread Matt Weber
read-only image=/boot/vmlinux-2.4.22-ben2 label=Linux24 read-only -- -- -Matt Weber -www.mattweber.org signature.asc Description: This is a digitally signed message part

os-windows/1669: I have a binary distribution of perl for win32. I get several runtime errors when I invoke perl through a perl script spawned by apache (Yes my #! is correct). Here is one: The instruction at 0x77f6741b referenced memory at 0x00000

1998-01-14 Thread Matt Weber
Number: 1669 Category: os-windows Synopsis: I have a binary distribution of perl for win32. I get several runtime errors when I invoke perl through a perl script spawned by apache (Yes my #! is correct). Here is one: The instruction at 0x77f6741b referenced memory at

RE: os-windows/1669: I have a binary distribution of perl for win32. I get several runtime errors when I invoke perl through a perl script spawned by apache (Yes my #! is correct). Here is one: The instruction at 0x77f6741b referenced memory at 0x00000

1998-01-14 Thread Matt Weber
The Perl binary distribution works from a DOS command line. It is just when apache cgi is involved, it doesn't work. The URL I am trying to access is: http://www.weberworld.com/cgi-bin/test.pl The script that goes with that URL is printed bellow: #!c:\perl\bin\perl print Content-type:

<    1   2