Re: [jira] Created: (LUCENE-1958) ShingleFilter creates shingles across two consecutives documents : bug or normal behaviour ?

2009-10-07 Thread Ted Dunning
ne. > > > - > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-dev-h...@lucene.apache.org > > -- Ted Dunning, CTO DeepDyve

Re: Lucene 2.9 and deprecated IR.open() methods

2009-10-03 Thread Ted Dunning
ts. Or maybe I'm missing some other advantage > of the builder pattern? I haven't used/implemented it myself very much > yet... > -- Ted Dunning, CTO DeepDyve

Re: Create large preallocated file blocks when performing merges

2009-10-01 Thread Ted Dunning
at 3:01 AM, Michael McCandless < luc...@mikemccandless.com> wrote: > I wasn't able to show that this helped performance > in practice, though. > -- Ted Dunning, CTO DeepDyve

Re: How to leverage the LogMergePolicy "calibrateSizeByDeletes" patch in Solr ?

2009-09-22 Thread Ted Dunning
, 2009 at 6:30 PM, John Wang wrote: > We do experience people updating their profile and the assumption is > every member is likely to update their profile (that is a bit aggressive I'd > agree, but it is nevertheless a safe upper bound) > -- Ted Dunning, CTO DeepDyve

Re: How to leverage the LogMergePolicy "calibrateSizeByDeletes" patch in Solr ?

2009-09-21 Thread Ted Dunning
t; >> >>>>> I was wondering if there is a way I can modify >> calibrateSizeByDeletes >> >> just >> >> >>>>> by configuration ? >> >> >>>>> >> >> >>>> >> >> >>>> Alas, no. The only option that I see for you is to sub-class >> >> >>>> LogByteSizeMergePolicy and set calibrateSizeByDeletes to true in >> the >> >> >>>> constructor. However, please open a Jira issue and so we don't >> forget >> >> about >> >> >>>> it. >> >> >>> >> >> >>> It's the continuing stuff like this that makes me feel like we >> should >> >> >>> be Spring (or equivalent) based someday... I'm just not sure how >> we're >> >> >>> going to get there. >> >> >>> >> >> >>> -Yonik >> >> >>> http://www.lucidimagination.com >> >> >>> >> >> >> >> >> > >> >> > >> >> > >> >> > -- >> >> > - >> >> > Noble Paul | Principal Engineer| AOL | http://aol.com >> >> > >> >> >> > >> >> - >> To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: java-dev-h...@lucene.apache.org >> >> > -- Ted Dunning, CTO DeepDyve

[jira] Commented: (LUCENE-1908) Similarity javadocs for scoring function to relate more tightly to scoring models in effect

2009-09-13 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754745#action_12754745 ] Ted Dunning commented on LUCENE-1908: - bq. Thanks for reviewing this

[jira] Commented: (LUCENE-1908) Similarity javadocs for scoring function to relate more tightly to scoring models in effect

2009-09-13 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754731#action_12754731 ] Ted Dunning commented on LUCENE-1908: - I apologize for complaining here wit

Re: LowerCaseFilter, is there a reason why the class is final?

2009-09-11 Thread Ted Dunning
7:13 AM, Mark Miller wrote: > I think thats true - but its also interesting to note: LowerCaseFilter > has been final since it was put into svn in 01. > -- Ted Dunning, CTO DeepDyve

Re: LowerCaseFilter, is there a reason why the class is final?

2009-09-11 Thread Ted Dunning
ss to minimize your work. On Fri, Sep 11, 2009 at 5:33 AM, Daniel Shane wrote: > Does anyone else see a way of doing this that is simple? -- Ted Dunning, CTO DeepDyve

Re: Question bout I/O monitoring

2009-09-10 Thread Ted Dunning
additional commands, e-mail: java-dev-h...@lucene.apache.org > > > > > > > > -- > View this message in context: > http://www.nabble.com/Question-bout-I-O-monitoring-tp25394566p25395172.html > Sent from the Lucene - Java Developer mailing list archive at Nabble.c

Re: Question bout I/O monitoring

2009-09-10 Thread Ted Dunning
Try this: http://lucene.grantingersoll.com/2009/08/25/lucid-imagination-%C2%BB-lucid-gaze-for-lucene/ On Thu, Sep 10, 2009 at 8:39 PM, edwardyf wrote: > > Is there any means to monitor the I/O of lucene? > i.e. say i am searching in a FSDirectory, i wanna know the number of pages > read from di

Re: [jira] Updated: (LUCENE-1342) 64bit JVM crashes on Linux

2009-09-01 Thread Ted Dunning
ate the repo?). > -- Ted Dunning, CTO DeepDyve

Re: [jira] Updated: (LUCENE-1342) 64bit JVM crashes on Linux

2009-08-28 Thread Ted Dunning
t; > V [libjvm.so+0x519ad5] > > V [libjvm.so+0x1e0cf4] > > V [libjvm.so+0x240eba] > > V [libjvm.so+0x1e05c7] > > V [libjvm.so+0x248ec8] > > V [libjvm.so+0x248866] > > V [libjvm.so+0x62a3f9] > > V [libjvm.so+0x6246a1] > > V [libjvm.so+0x505eea] > > Current CompileTask: > > C2:2408 ! > org.apache.lucene.index.DocumentWriter.invertDocument(Lorg/apache/lucene/document/Document;)V > (482 bytes) > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > - > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-dev-h...@lucene.apache.org > > -- Ted Dunning, CTO DeepDyve

[jira] Commented: (LUCENE-1813) Add option to ReverseStringFilter to mark reversed tokens

2009-08-17 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743994#action_12743994 ] Ted Dunning commented on LUCENE-1813: - I understand the desire to use a mark

Re: position available

2009-07-28 Thread Ted Dunning
Brilliant. Thanks. On Tue, Jul 28, 2009 at 4:34 PM, Tim Williams wrote: > Hey Ted, > If you need to cast a wider ASF net, you may try j...@apache too... > --tim > > On Tue, Jul 28, 2009 at 6:46 PM, Ted Dunning wrote: > > > > I don't want to spam this mailing

position available

2009-07-28 Thread Ted Dunning
I don't want to spam this mailing list (much). But I would like to pass the word that I have a full-time search engineer position open. Follow up directly to me for all the exciting details. Follow up directly to me if this is abysmal misuse of the mailing list. -- Ted Dunning, CTO Dee

[jira] Created: (LUCENE-1663) Documentation bug. The 2.4.1 query parser syntax wiki page says it is for 1.9

2009-05-26 Thread Ted Dunning (JIRA)
- Java Issue Type: Improvement Components: Other Affects Versions: 2.4.1 Reporter: Ted Dunning Priority: Minor This page: http://lucene.apache.org/java/2_4_1/queryparsersyntax.html says this: .bq This page provides the Query Parser syntax in Lucene 1.9