Re: Searching Question

2008-09-30 Thread Otis Gospodnetic
[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Tuesday, September 30, 2008 4:40:08 PM > Subject: Re: Searching Question > > The easiest thing is to look at Lucene javadoc and look for Similarity and > DefaultSimilarity classes. Then have a peek at Lucene c

Re: Searching Question

2008-09-30 Thread Otis Gospodnetic
ucene - Solr - Nutch - Original Message > From: Jake Conk <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Tuesday, September 30, 2008 3:11:01 PM > Subject: Re: Searching Question > > How would I write a custom Similarity factor that overrides the

Re: Searching Question

2008-09-30 Thread Jake Conk
u'll have to combine some search results or >> data post-search. >> >> Otis >> -- >> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >> >> >> >> - Original Message >>> >>> From: Jake Conk <[EMAIL PROTECTED]>

Re: Searching Question

2008-09-27 Thread Grant Ingersoll
some search results or data post-search. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Jake Conk <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Friday, September 26, 2008 1:50:37 PM Subject: Re: Searching Question Grant,

Re: Searching Question

2008-09-26 Thread Otis Gospodnetic
ssage > From: Jake Conk <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Friday, September 26, 2008 1:50:37 PM > Subject: Re: Searching Question > > Grant, > > Each post is its own document but I can merge them all into a single > document under o

Re: Searching Question

2008-09-26 Thread Jake Conk
Grant, Each post is its own document but I can merge them all into a single document under one thread if that will allow me to do what I want. The number of replies is stored both in Solr and the DB. Thanks, - JC On Fri, Sep 26, 2008 at 5:24 AM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > Is

Re: Searching Question

2008-09-26 Thread Grant Ingersoll
Is a thread and all of it's posts a single document? In other words, how are you modeling your posts as Solr documents? Also, where are you keeping track of the number of replies? Is that in Solr or in a DB? -Grant On Sep 25, 2008, at 8:51 PM, Jake Conk wrote: Hello, We are using Solr

Re: Searching Question

2008-09-25 Thread Otis Gospodnetic
o: solr-user@lucene.apache.org > Sent: Thursday, September 25, 2008 8:51:02 PM > Subject: Searching Question > > Hello, > > We are using Solr for our new forums search feature. If possible when > searching for the word "Halo" we would like threads that contain the > word &qu

Searching Question

2008-09-25 Thread Jake Conk
Hello, We are using Solr for our new forums search feature. If possible when searching for the word "Halo" we would like threads that contain the word "Halo" the most with the least amount of posts in that thread to have a higher score. For instance, if we have a thread with 10 posts and the word

Re: Simple Searching Question

2008-08-14 Thread Jake Conk
Rob, Actually I am copying *_facet to text. I have the following for copyField in my schema: This is my field configuration in my schema: Thanks, - Jake On Thu, Aug 14, 2008 at 5:49 PM, Rob Casson <[EMAI

Re: Simple Searching Question

2008-08-14 Thread Rob Casson
you're likely not copyField-ing *_facet to text, and we'd need to see what type of field it is to see how it will be analyzed at both search/index time. the default schema.xml file is pretty well documented, so you might want to spend some time looking thru it, and reading the commentslots of

Re: Simple Searching Question

2008-08-14 Thread Jake Conk
Hi Shalin, "foobar_facet" is a dynamic field. Its defined in my schema like this: I have the default search field set to text. Can I use more than one default search field? text Thanks, - Jake On Thu, Aug 14, 2008 at 2:48 PM, Shalin Shekhar Mangar <[EMAIL PROTECTED]> wrote: > Hi Jake, > > W

Re: Simple Searching Question

2008-08-14 Thread Shalin Shekhar Mangar
Hi Jake, What is the type of the foobar_facet field in your schema.xml ? Did you add foobar_facet as the default search field? On Fri, Aug 15, 2008 at 3:13 AM, Jake Conk <[EMAIL PROTECTED]> wrote: > Hello, > > I inserted the following documents into Solr: > > > --

Simple Searching Question

2008-08-14 Thread Jake Conk
Hello, I inserted the following documents into Solr: --- 124 Jake Conk 125 Jake Conk --- id is the only requ