Re: Rails and lucene

2008-02-19 Thread Briggs
I agree with using Solr. Solr can output ruby code so it can be immediately evaluated. http://wiki.apache.org/solr/SolRuby?highlight=%28CategoryQueryResponseWriter%29%7C%28%28CategoryQueryResponseWriter%29%29 Solr is located at: http://lucene.apache.org/solr/ On Feb 19, 2008 3:25 PM, Kyle Max

Re: large term vectors

2008-02-10 Thread Briggs
So, I have a question about 'splitting indexes'. I see people say this all over, but how have people been handling this. I'm going to start a new thread, and there probably was one back in the day, but I am going to fire it up again. But, how did you do it? On Feb 10, 2008 9:18 PM, Cedric Ho <

Re: Indexing Speed: 2.3 vs 2.2 (real world numbers)

2008-02-03 Thread Briggs
Damn, really? I haven't had the opportunity to test this yet. Has anyone else seen this kind of improvement? On Feb 3, 2008 2:57 PM, Jake Mannix <[EMAIL PROTECTED]> wrote: > Hello all, > I know you lucene devs did a lot of work on indexing performance in 2.3, > and I just tested it out last

Re: CustomScoreQuery Not Returning Value in Index

2008-01-29 Thread Briggs
Repository. Heh. On Jan 29, 2008 9:01 AM, Briggs <[EMAIL PROTECTED]> wrote: > BTW, just wanted to say thanks again. It's working now. I still don't > know how the values were reversed. I believe I must have had a bug in > the code, but it wasn't visible t

Re: CustomScoreQuery Not Returning Value in Index

2008-01-29 Thread Briggs
rectory and the test case was reading from there. Anyway, thanks! Now on to figuring out these "Explanation" classes. On Jan 28, 2008 2:59 PM, Briggs <[EMAIL PROTECTED]> wrote: > Cool, that worked, sort of. > > The customScore method that is overridden from CustomScoreQuery

Re: CustomScoreQuery Not Returning Value in Index

2008-01-28 Thread Briggs
ROTECTED]> wrote: > Hi, > > In the constructor for your DomainCustomScoreQuery try calling > > setStrict(true); > > after invoking the superclass ctor. I think that will fix the problem you're > seeing. > > > On Jan 28, 2008 12:34 PM, Briggs <[EMAIL P

Re: CustomScoreQuery Not Returning Value in Index

2008-01-28 Thread Briggs
One correction, my valSrcScore was '0.7002756' not ''8.614598'. But, again, it's not what I expected. On Jan 28, 2008 12:34 PM, Briggs <[EMAIL PROTECTED]> wrote: > I am trying to 'muck' with document scores from Lucene. I have > certain bu

CustomScoreQuery Not Returning Value in Index

2008-01-28 Thread Briggs
I have in the index. For instance, my 'domainScore' field value for the document returned is '15.83' but the 'valSrcScore' passed to the customScore method is '8.614598'. What am I missing? The e

Re: Custom Tokenization of a Single Field

2008-01-08 Thread Briggs
Cool. I just realized that compass also has an annotation value of analyzer. Now I'll just have to find out if you can truly have more than one per index. Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Custom Tokenization of a Single Field

2008-01-08 Thread Briggs
ss to do my indexing, but I might have to rip it out if this functionality is only available in Lucene proper. Hope this is enough info. Thanks, Briggs -- "Conscious decisions by conscious minds are what make reality real" -

Re: Suggested number of fields limit per Index

2008-01-03 Thread Briggs
Sorry. Anyway, back on track. On Jan 3, 2008 3:25 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : Ummm, Chris, I don't know why you posted this here. We're all on > : track as far as I can tell. Or is this a trap to say that I have > : changed the subject and am now talking about thread hija

Re: Suggested number of fields limit per Index

2008-01-03 Thread Briggs
Ummm, Chris, I don't know why you posted this here. We're all on track as far as I can tell. Or is this a trap to say that I have changed the subject and am now talking about thread hijacking? But, I suppose that would have been you. ;-) Briggs. On Jan 3, 2008 2:10 PM, Chris Hostett

Re: Is there a mavenized Lucene bundle in the apache maven repo and what's the url?

2008-01-03 Thread Briggs
Yeah, I forgot to mention that the stuff on the apache site is the 2.3 development stuff. Sorry about that. Heh, I forgot that it was actually out on the maven mirrors and such. Doh! On Jan 3, 2008 11:42 AM, Steven A Rowe <[EMAIL PROTECTED]> wrote: > Hi, > > It's in the global maven repo at: > >

Re: Suggested number of fields limit per Index

2008-01-03 Thread Briggs
sound like you need to normalize that index and create some 'sub-indexes'. Null values, imho, are not good for an index. Briggs. On Jan 3, 2008 11:45 AM, Dai, Chunhe <[EMAIL PROTECTED]> wrote: > I have been searching online could not find an exact answer; and >

Re: Is there a mavenized Lucene bundle in the apache maven repo and what's the url?

2008-01-03 Thread Briggs
Look at the news section for december 24: http://lucene.apache.org/java/docs/index.html It's @ http://people.apache.org/maven-snapshot-repository/org/apache/lucene/ On Jan 3, 2008 11:26 AM, tgospodinov <[EMAIL PROTECTED]> wrote: > > I couldn't find the url to the lucene maven repo if there's on