Re: Possible Containers

2009-06-15 Thread John Martyniak
oint for me to try out? John Martyniak President/CEO Before Dawn Solutions, Inc. 9457 S. University Blvd #266 Highlands Ranch, CO 80126 o: 877-499-1562 c: 303-522-1756 e: j...@beforedawnsoutions.com w: http://www.beforedawnsolutions.com

Re: indexing mutiple table

2009-03-26 Thread John Martyniak
You could probably create a type field in the index to indicate the task type. And then use the task type plus the primary key from the db to create the Id within the index. Would save you alot of on maintenance, and has a bunch benefits. -John On Mar 26, 2009, at 8:23 AM, "Radha C." wr

Multiple result fields in a collapse or subquery

2009-01-12 Thread John Martyniak
Is there anyway to have multiple collapse.field directives in the search string? What I am trying to accomplish is the following Result 1 (20 results) EU (5 results) USD (15 results) Result 2 (10 results) EU (5 results) USD (5 results) I thought that this coul

Summing the results in a collapse

2009-01-12 Thread John Martyniak
I have been using the Collapse extension, and have it working pretty good. However I would like to find out if there is a way to show the collapsed results, and then sum up a field of one of the remaining results. For example I display "Result 1, (There 20 results, totalling $50.00). Wh

Field Collapse Install Issue.

2008-12-17 Thread John Martyniak
Hi everybody, So I have applied the Ivans latest patch to a clean 1.3. I built it using 'ant compile' and 'ant dist', got the solr build war file. Moved that into the Tomcat directory. Modified my solrconfig.xml to include the following: class="org.apache.solr.handler.component.CollapseCo

Getting Field Collapsing working

2008-12-15 Thread John Martyniak
Hi everybody, So I have applied the Ivans latest patch to a clean 1.3. I built it using 'ant compile' and 'ant dist', got the solr build.war file. Moved that into the Tomcat directory. Modified my solrconfig.xml to include the following: class="org.apache.solr.handler.component.CollapseC

Re: Applying Field Collapsing Patch

2008-12-12 Thread John Martyniak
t way. $ svn co http://svn.apache.org/repos/asf/lucene/solr/tags/release-1.3.0 solr-1.3.0 $ cd solr-1.3.0 ; patch -p0 < ~/Downloads/collapsing-patch-to-1.3.0- ivan_2.patch Doug On Dec 11, 2008, at 3:50 PM, John Martyniak wrote: It was a completely clean install. I downloaded it from one of

Re: Applying Field Collapsing Patch

2008-12-11 Thread John Martyniak
first, then those patches. For me using any patch makes me nervous (we have a pretty strict policy about using beta code anywhere), I'm only doing it this once because it's absolutely necessary to provide the functionality desired. -- Steve On Dec 11, 2008, at 2:53 PM, John Marty

Re: Applying Field Collapsing Patch

2008-12-11 Thread John Martyniak
at 1:29 PM, John Martyniak wrote: Hi, I am trying to apply Ivan's field collapsing patch to solr 1.3 (not a nightly), and it continously fails. I am using the following command: patch -p0 -i collapsing-patch-to-1.3.0-ivan_2.patch --dry-run I am in the apache-solr directory, and have

Applying Field Collapsing Patch

2008-12-11 Thread John Martyniak
Hi, I am trying to apply Ivan's field collapsing patch to solr 1.3 (not a nightly), and it continously fails. I am using the following command: patch -p0 -i collapsing-patch-to-1.3.0-ivan_2.patch --dry-run I am in the apache-solr directory, and have read write for all files directories and

Re: Building Solr from Source

2008-12-11 Thread John Martyniak
install ant On Thu, Dec 11, 2008 at 7:13 PM, John Martyniak <[EMAIL PROTECTED]> wrote: Hi, I have downloaded Maven 2.0.9, and tried to build using "mvn clean install" and "mvn install", nothing works. Can somebody tell me how to build solr from source? I am trying

Building Solr from Source

2008-12-11 Thread John Martyniak
Hi, I have downloaded Maven 2.0.9, and tried to build using "mvn clean install" and "mvn install", nothing works. Can somebody tell me how to build solr from source? I am trying to build the 1.3 source. thank you very much, -John

Re: Sum of Fields and Record Count

2008-12-11 Thread John Martyniak
list archives for more discussion, this field collapsing was just discussed again today/yesterday. markmail.org is a good one. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: John Martyniak <[EMAIL PROTECTED]> To: solr-user@lucene

Re: Sum of Fields and Record Count

2008-12-10 Thread John Martyniak
field collapsing functionality that a few people are working on in SOLR-236: https://issues.apache.org/jira/browse/SOLR-236 Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: John Martyniak <[EMAIL PROTECTED]> To: solr-user@lucene.apac

Re: Sum of Fields and Record Count

2008-12-10 Thread John Martyniak
ther results, and that all you need to do is facet on the "category" field. The other thing that comes to mind is More Like This: http://wiki.apache.org/solr/MoreLikeThis -Grant On Dec 10, 2008, at 6:16 PM, John Martyniak wrote: Hi, I am a new solr user. I have an application that

Re: Sum of Fields and Record Count

2008-12-10 Thread John Martyniak
all you need to do is facet on the "category" field. The other thing that comes to mind is More Like This: http://wiki.apache.org/solr/MoreLikeThis -Grant On Dec 10, 2008, at 6:16 PM, John Martyniak wrote: Hi, I am a new solr user. I have an application that I would like t

Sum of Fields and Record Count

2008-12-10 Thread John Martyniak
Hi, I am a new solr user. I have an application that I would like to show the results but one result may be the part of larger set of results. So for example result #1 might also have 10 other results that are part of the same data set. Hopefully this makes sense. What I would like to

Searchable/indexable newsgroups

2008-11-19 Thread John Martyniak
Does anybody know of a good way to index newsgroups using SOLR? Basically would like to build a searchable list of newsgroup content. Any help would be greatly appreciated. -John

Re: Index updates blocking readers: To Multicore or not?

2008-10-22 Thread John Martyniak
Thank you that is good information, as that is kind of way that I am leaning. So when you fetch the content from RSS, does that get rendered to an XML document that Solr indexes? Also what where a couple of decision points for using Solr as opposed to using Nutch, or even straight Lucene?

Re: Index updates blocking readers: To Multicore or not?

2008-10-22 Thread John Martyniak
Jim, This is a off topic question. But for your 30M documents, did you fetch those from external web sites (Whole Web Search)? Or are they internal documents? If they are external what method did you use to fetch them and which spider? I am in the process of deciding between using Nutch

Re: Solr for Whole Web Search

2008-10-22 Thread John Martyniak
Nutch. And of course Hadoop independently. -John On Oct 22, 2008, at 10:08 AM, Grant Ingersoll wrote: On Oct 22, 2008, at 7:57 AM, John Martyniak wrote: I am very new to Solr, but I have played with Nutch and Lucene. Has anybody used Solr for a whole web indexing application? Which Spide

Solr for Whole Web Search

2008-10-22 Thread John Martyniak
I am very new to Solr, but I have played with Nutch and Lucene. Has anybody used Solr for a whole web indexing application? Which Spider did you use? How does it compare to Nutch? Thanks in advance for all of the info. -John