[jira] Updated: (LUCENE-743) IndexReader.reopen()

2007-10-02 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-743: - Attachment: lucene-743-take2.patch I'm attaching a new version of the patch that has a lot of

[jira] Commented: (LUCENE-935) Improve maven artifacts

2007-10-02 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531700 ] Michael Busch commented on LUCENE-935: -- Does our build machine have local access to

Re: Exceptions in TestConcurrentMergeScheduler

2007-10-02 Thread Michael McCandless
Michael Busch [EMAIL PROTECTED] wrote: Hi, I noticed the following exception in TestConcurrentMergeScheduler: [junit] Testsuite: org.apache.lucene.index.TestConcurrentMergeScheduler [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 17.765 sec [junit] -

[jira] Created: (LUCENE-1015) FieldCache should support longs

2007-10-02 Thread Grant Ingersoll (JIRA)
FieldCache should support longs --- Key: LUCENE-1015 URL: https://issues.apache.org/jira/browse/LUCENE-1015 Project: Lucene - Java Issue Type: Improvement Components: Search Reporter: Grant

[jira] Commented: (LUCENE-1015) FieldCache should support longs

2007-10-02 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531780 ] Grant Ingersoll commented on LUCENE-1015: - Of course, since FieldCache is an interface, we need to think

[jira] Updated: (LUCENE-1015) FieldCache should support longs and doubles

2007-10-02 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1015: Description: Would be nice if FieldCache supported longs and doubles (was: Would be nice

[jira] Updated: (LUCENE-1015) FieldCache should support longs and doubles

2007-10-02 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1015: Summary: FieldCache should support longs and doubles (was: FieldCache should support

Re: DuplicatesFilter - one for contrib?

2007-10-02 Thread Grant Ingersoll
+1 -Grant On Sep 30, 2007, at 4:47 PM, markharw00d wrote: I've put together a new Filter and Junit test for eliminating duplicates from search results. The typical usage scenario is where multiple documents exist in the index which share an untokenized field value (e.g. the same

[jira] Resolved: (LUCENE-1007) Flexibility to turn on/off any flush triggers

2007-10-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1007. Resolution: Fixed I just committed this. Thanks Ning and Doron! Flexibility to

[jira] Created: (LUCENE-1016) TermVectorAccessor, transparent vector space access

2007-10-02 Thread Karl Wettin (JIRA)
TermVectorAccessor, transparent vector space access Key: LUCENE-1016 URL: https://issues.apache.org/jira/browse/LUCENE-1016 Project: Lucene - Java Issue Type: New Feature

[jira] Updated: (LUCENE-1016) TermVectorAccessor, transparent vector space access

2007-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1016: Attachment: LUCENE-1016.txt TermVectorAccessor, transparent vector space access

[jira] Updated: (LUCENE-1016) TermVectorAccessor, transparent vector space access

2007-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1016: Attachment: (was: LUCENE-1016.txt) TermVectorAccessor, transparent vector space access

[jira] Updated: (LUCENE-1016) TermVectorAccessor, transparent vector space access

2007-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1016: Attachment: LUCENE-1016.txt Oups, prior patch contained some other stuff too by misstake.

Possibility of introducing non-Apache license DTDDoc into build system?

2007-10-02 Thread markharw00d
I've put together DTDs documenting the full XML query syntax and used comments/examples that a DTDDoc ant task can turn into useful hyperlinked HTML help documents. Anyone know what the procedure/licensing implications are if I wanted to add a build dependency on DTDDoc? It looks like

[jira] Updated: (LUCENE-1016) TermVectorAccessor, transparent vector space access

2007-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1016: Attachment: LUCENE-1016-Tanimoto.txt TanimotoDocumentSimilarity, depends on TermVectorAccessor,

Re: Possibility of introducing non-Apache license DTDDoc into build system?

2007-10-02 Thread Grant Ingersoll
Is it something you can model after GData and the DB stuff, whereby it downloads the necessary dependencies as part of the build? Otherwise, I would ask on legal-discuss On Oct 2, 2007, at 6:18 PM, markharw00d wrote: I've put together DTDs documenting the full XML query syntax and used

[jira] Commented: (LUCENE-1016) TermVectorAccessor, transparent vector space access

2007-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531964 ] Karl Wettin commented on LUCENE-1016: - I think a kD-tree will be the next step here. Does that fit in this

[jira] Created: (LUCENE-1017) BoostingTermQuery performance

2007-10-02 Thread Peter Keegan (JIRA)
BoostingTermQuery performance - Key: LUCENE-1017 URL: https://issues.apache.org/jira/browse/LUCENE-1017 Project: Lucene - Java Issue Type: Improvement Components: Search Affects Versions: 2.2

[jira] Updated: (LUCENE-1017) BoostingTermQuery performance

2007-10-02 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1017: - Attachment: BoostingTermQuery.java Suggested change to BoostingTermQuery to extend TermQuery

[jira] Updated: (LUCENE-1017) BoostingTermQuery performance

2007-10-02 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated LUCENE-1017: - Attachment: termquery.patch Changes to TermQuery and TermScorer for previous patch

[jira] Commented: (LUCENE-1016) TermVectorAccessor, transparent vector space access

2007-10-02 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531972 ] Grant Ingersoll commented on LUCENE-1016: - Java 1.5 - Java 1.4 :-( Soon, very soon (in Lucene terms), we

[jira] Commented: (LUCENE-1016) TermVectorAccessor, transparent vector space access

2007-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531973 ] Karl Wettin commented on LUCENE-1016: - Grant Ingersoll - 02/Oct/07 05:40 PM Java 1.5 - Java 1.4 Soon, very

[jira] Commented: (LUCENE-1016) TermVectorAccessor, transparent vector space access

2007-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532006 ] Karl Wettin commented on LUCENE-1016: - Also, don't pay too much attention at the quite ugly code in