[jira] Commented: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-12-03 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652808#action_12652808 ] Sean Timm commented on LUCENE-1390: --- >From my brief reading, it seems that &qu

[jira] Updated: (LUCENE-1360) A Similarity class which has unique length norms for numTerms <= 10

2008-08-21 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-1360: -- Attachment: ShortFieldNormSimilarity.java > A Similarity class which has unique length norms

[jira] Created: (LUCENE-1360) A Similarity class which has unique length norms for numTerms <= 10

2008-08-21 Thread Sean Timm (JIRA)
sue Type: Improvement Reporter: Sean Timm Priority: Trivial Attachments: ShortFieldNormSimilarity.java A Similarity class which extends DefaultSimilarity and simply overrides lengthNorm. lengthNorm is implemented as a lookup for numTerms <= 10, else as {{1/sqrt(nu

[jira] Commented: (LUCENE-1026) Provide a simple way to concurrently access a Lucene index from multiple threads

2008-05-27 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600274#action_12600274 ] Sean Timm commented on LUCENE-1026: --- bq. 2. Logger.isLoggable is supposed to be fa

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2008-02-12 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568280#action_12568280 ] Sean Timm commented on LUCENE-997: -- "If there are no more major concerns I thin

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2008-02-06 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566171#action_12566171 ] Sean Timm commented on LUCENE-997: -- Doron, your comment for setResolution(long) says

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2008-02-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565906#action_12565906 ] Sean Timm commented on LUCENE-997: -- Paul, I think that if we were to

[jira] Issue Comment Edited: (LUCENE-997) Add search timeout support to Lucene

2008-02-05 Thread Sean Timm (JIRA)
ues.apache.org/jira/browse/LUCENE-997 > Project: Lucene - Java > Issue Type: New Feature > Reporter: Sean Timm >Priority: Minor > Attachments: HitCollectorTimeoutDecorator.java, > LuceneTimeoutTest.java, LuceneTimeoutTest.java,

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2008-02-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: timeout.patch Patch adds JUnit test cases as suggested by Doren. > Add search time

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2008-01-29 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563632#action_12563632 ] Sean Timm commented on LUCENE-997: -- I could go either way on the System.currentTimeMi

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2008-01-29 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: timeout.patch This is a minor update to timeout.patch which fixes the comment about updates

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2008-01-28 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563155#action_12563155 ] Sean Timm commented on LUCENE-997: -- @Timo: "didn't I use a volatil

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2008-01-26 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562952#action_12562952 ] Sean Timm commented on LUCENE-997: -- You are right that I forgot to change the com

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2008-01-26 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562869#action_12562869 ] Sean Timm commented on LUCENE-997: -- Andrzej-- JLS 17.7 Non-atomic Treatment of do

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2008-01-25 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: TimerThreadTest.java The TimerThreadTest illustrates the accuracy of the TimerThread under

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2008-01-25 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: LuceneTimeoutTest.java Updated to work with latest patch. > Add search timeout support

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2008-01-25 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: timeout.patch Updated bad patch with good copy. Created a patch using Timo&#

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2008-01-25 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: (was: timeout.patch) > Add search timeout support to Luc

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2008-01-25 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: timeout.patch Created a patch using Timo's HitCollectorTimeoutDecorator. This patch

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2007-12-19 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553586 ] Sean Timm commented on LUCENE-997: -- Thanks for all of the feedback. I'll take another stab at this. I

Re: A Searcher with timeout

2007-12-14 Thread Sean Timm
See LUCENE-997 https://issues.apache.org/jira/browse/LUCENE-997 -Sean Moreno Carullo wrote: Hi all, I'm going to implement a way to start a search on Lucene with a user-defined timeout. This is really useful when you have to deal with very strict SLA, and for what I have seen from the source co

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2007-11-14 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542675 ] Sean Timm commented on LUCENE-997: -- > I think my preference for the API and implementation would be

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2007-10-19 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: timeout.patch Two issues are addressed in this latest patch: 1) Timeout support was not

Re: [jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2007-10-18 Thread Sean Timm
Roy, Thanks for the review and comments. My comments inline below. Roy Ward wrote: (1) You only added timeouts to: public TopDocs search(Weight weight, Filter filter, final int nDocs) It's confusing if timeout functionality is not also added to: public TopFieldDocs search(Weight weight,

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2007-09-17 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: (was: timeout.patch) > Add search timeout support to Luc

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2007-09-17 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: timeout.patch http://www-128.ibm.com/developerworks/java/library/j-jtp05236.html

[jira] Commented: (LUCENE-997) Add search timeout support to Lucene

2007-09-13 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527264 ] Sean Timm commented on LUCENE-997: -- Here are some additional details on the changes. New files

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2007-09-13 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: LuceneTimeoutTest.java Simple test case. Run by passing in the index directory as an

[jira] Updated: (LUCENE-997) Add search timeout support to Lucene

2007-09-13 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-997: - Attachment: timeout.patch Patch against trunk revision 575451. > Add search timeout support to Luc

[jira] Created: (LUCENE-997) Add search timeout support to Lucene

2007-09-13 Thread Sean Timm (JIRA)
Add search timeout support to Lucene Key: LUCENE-997 URL: https://issues.apache.org/jira/browse/LUCENE-997 Project: Lucene - Java Issue Type: New Feature Reporter: Sean Timm

Re: search quality - assessment & improvements

2007-06-30 Thread Sean Timm
Is this the paper that you are refering to? A. Chowdhury, D. Grossman, O. Frieder, C. McCabe, "Document Normalization Revisited" , ACM-SIGIR, August 2002. http://ir.iit.edu/~abdur/publications/p381-chowdhury.pdf -Sean Doron Cohen wrote on 6/30/2007, 4:56 AM: > In particular for TREC > data,

Re: [jira] Commented: (LUCENE-937) Make CachingTokenFilter faster

2007-06-22 Thread Sean Timm
HashMap defaults to 16, but ArrayList defaults to 10. He probably got those confused. I'm not sure how Sun came up with the default values. -Sean Mark Miller (JIRA) wrote: A friend was recently telling me that ArrayList defaulted to 16, but it does not -- it defaults to 10. He must have bee

[jira] Updated: (LUCENE-913) Two consecutive score() calls return different scores for Boolean Queries.

2007-06-06 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated LUCENE-913: - Summary: Two consecutive score() calls return different scores for Boolean Queries. (was: Two

Re: Tests, Contribs, and Releases

2007-05-19 Thread Sean Timm
Andi Vajda wrote on 5/18/2007, 9:50 PM: > As the maintainer of the contrib/db tree, I should point out that indeed, > the bdb part depends on a C release of Sleepycat's (now Oracle) > Berkeley DB. Would it make sense to migrate to the BDB Java Edition? http://www.oracle.com/database/berkeley-

Re: optimize() method call

2007-04-18 Thread Sean Timm
In the brief test I did indexing 500K documents and optimizing every 10K documents, I found that indexing is constant time (flat) and optimize() time increases linearly. -Sean Grant Ingersoll wrote on 4/18/2007, 4:29 PM: > Has anyone done in benchmarking to approximate how long it takes to >