[jira] Commented: (LUCENE-2824) optimizations for bufferedindexinput

2010-12-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972969#action_12972969 ] Uwe Schindler commented on LUCENE-2824: --- For the MMap case with *vry* large arra

[jira] Issue Comment Edited: (LUCENE-2824) optimizations for bufferedindexinput

2010-12-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972975#action_12972975 ] Uwe Schindler edited comment on LUCENE-2824 at 12/19/10 7:26 AM: ---

[jira] Commented: (LUCENE-2824) optimizations for bufferedindexinput

2010-12-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972975#action_12972975 ] Uwe Schindler commented on LUCENE-2824: --- And as said in my above comment, for buffer

[jira] Commented: (LUCENE-2825) FSDirectory.open should return MMap on 64-bit Solaris

2010-12-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973181#action_12973181 ] Uwe Schindler commented on LUCENE-2825: --- Is it slower on Linux-64 because you only e

[jira] Commented: (LUCENE-2825) FSDirectory.open should return MMap on 64-bit Solaris

2010-12-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973213#action_12973213 ] Uwe Schindler commented on LUCENE-2825: --- bq. Doesn't MMap automatically consume a lo

[jira] Issue Comment Edited: (LUCENE-2825) FSDirectory.open should return MMap on 64-bit Solaris

2010-12-20 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973213#action_12973213 ] Uwe Schindler edited comment on LUCENE-2825 at 12/20/10 9:41 AM: ---

[jira] Commented: (LUCENE-2834) don't spawn thread statically in FSDirectory on Mac OS X

2010-12-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975223#action_12975223 ] Uwe Schindler commented on LUCENE-2834: --- Hi Robert, patch looks theoretically fine,

[jira] Updated: (LUCENE-2834) don't spawn thread statically in FSDirectory on Mac OS X

2010-12-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2834: -- Attachment: LUCENE-2834.patch Here my patch. With the System.out in FSDir.getLockID I checked

[jira] Commented: (LUCENE-2834) don't spawn thread statically in FSDirectory on Mac OS X

2010-12-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975228#action_12975228 ] Uwe Schindler commented on LUCENE-2834: --- I forgot to mention: Patch not yet tested,

[jira] Commented: (LUCENE-2834) don't spawn thread statically in FSDirectory on Mac OS X

2010-12-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975230#action_12975230 ] Uwe Schindler commented on LUCENE-2834: --- Here the two tests that use the LockID: - T

[jira] Commented: (LUCENE-2834) don't spawn thread statically in FSDirectory on Mac OS X

2010-12-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975245#action_12975245 ] Uwe Schindler commented on LUCENE-2834: --- This thread is a "system thread" and has no

[jira] Commented: (LUCENE-2836) FieldCache rewrite method for MultiTermQueries

2010-12-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975477#action_12975477 ] Uwe Schindler commented on LUCENE-2836: --- Hah, cool! The question is, does it really

[jira] Created: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2010-12-28 Thread Uwe Schindler (JIRA)
ConstantScoreQuery should directly support wrapping Query and simply strip off scores - Key: LUCENE-2838 URL: https://issues.apache.org/jira/browse/LUCENE-2838 Projec

[jira] Updated: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2010-12-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2838: -- Attachment: LUCENE-2838.patch > ConstantScoreQuery should directly support wrapping Query and

[jira] Created: (LUCENE-2839) Visibility of Scorer.score(Collector, int, int) is wrong

2010-12-28 Thread Uwe Schindler (JIRA)
Visibility of Scorer.score(Collector, int, int) is wrong Key: LUCENE-2839 URL: https://issues.apache.org/jira/browse/LUCENE-2839 Project: Lucene - Java Issue Type: Bug Compon

[jira] Updated: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2010-12-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2838: -- Description: Especially in MultiTermQuery rewrite modes we often simply need to strip off sco

[jira] Updated: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2010-12-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2838: -- Description: Especially in MultiTermQuery rewrite modes we often simply need to strip off sco

[jira] Commented: (LUCENE-2837) Collapse Searcher/Searchable/IndexSearcher; remove contrib/remote; merge PMS into IndexSearcher

2010-12-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975668#action_12975668 ] Uwe Schindler commented on LUCENE-2837: --- I like that! +1 We should discuss about ho

[jira] Commented: (LUCENE-2837) Collapse Searcher/Searchable/IndexSearcher; remove contrib/remote; merge PMS into IndexSearcher

2010-12-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975670#action_12975670 ] Uwe Schindler commented on LUCENE-2837: --- {quote} I think MultiSearcher has a useful

[jira] Created: (LUCENE-2840) Multi-Threading in IndexSearcher (after removal of MultiSearcher and ParallelMultiSearcher)

2010-12-30 Thread Uwe Schindler (JIRA)
Multi-Threading in IndexSearcher (after removal of MultiSearcher and ParallelMultiSearcher) --- Key: LUCENE-2840 URL: https://issues.apache.org/jira/browse/LUCENE-2840

[jira] Commented: (LUCENE-2837) Collapse Searcher/Searchable/IndexSearcher; remove contrib/remote; merge PMS into IndexSearcher

2010-12-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976020#action_12976020 ] Uwe Schindler commented on LUCENE-2837: --- bq. That sounds like a great improvement -

[jira] Updated: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2010-12-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2838: -- Attachment: LUCENE-2838.patch Cleaned up patch: - removed a useless testcase, no longer needed

[jira] Updated: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2010-12-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2838: -- Attachment: LUCENE-2838-no-topscorer-opt.patch After thinking one day about it, I found some p

[jira] Updated: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2011-01-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2838: -- Attachment: LUCENE-2838.patch Attached is the correct solution of ConstantScoreQuery with a sc

[jira] Updated: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2011-01-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2838: -- Attachment: (was: LUCENE-2838.patch) > ConstantScoreQuery should directly support wrapping

[jira] Updated: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2011-01-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2838: -- Attachment: LUCENE-2838.patch Sorry last patch was outdated... > ConstantScoreQuery should di

[jira] Issue Comment Edited: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2011-01-01 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976445#action_12976445 ] Uwe Schindler edited comment on LUCENE-2838 at 1/1/11 3:42 PM: -

[jira] Commented: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2011-01-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976517#action_12976517 ] Uwe Schindler commented on LUCENE-2838: --- Committed trunk revision: 1054406 Now back

[jira] Resolved: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2011-01-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2838. --- Resolution: Fixed Committed 3.x revision: 1054412 Thanks Robert for building heavy indexes

[jira] Commented: (LUCENE-2831) Revise Weight#scorer & Filter#getDocIdSet API to pass Readers context

2011-01-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977945#action_12977945 ] Uwe Schindler commented on LUCENE-2831: --- Go ahead, looks good, +1 If there are smal

[jira] Updated: (SOLR-1268) Incorporate Lucene's FastVectorHighlighter

2011-01-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-1268: Fix Version/s: (was: 1.5) > Incorporate Lucene's FastVectorHighlighter > ---

[jira] Commented: (LUCENE-1260) Norm codec strategy in Similarity

2011-01-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979160#action_12979160 ] Uwe Schindler commented on LUCENE-1260: --- bq. Here's a patch for the general case, an

[jira] Commented: (LUCENE-2855) Contrib queryparser should not use CharSequence as Map key

2011-01-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979253#action_12979253 ] Uwe Schindler commented on LUCENE-2855: --- +1 to commit. In general, one should never

[jira] Commented: (LUCENE-2855) Contrib queryparser should not use CharSequence as Map key

2011-01-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979255#action_12979255 ] Uwe Schindler commented on LUCENE-2855: --- One thing in your patch: Lucene tests shoul

[jira] Assigned: (LUCENE-2839) Visibility of Scorer.score(Collector, int, int) is wrong

2011-01-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-2839: - Assignee: Uwe Schindler > Visibility of Scorer.score(Collector, int, int) is wrong > ---

[jira] Updated: (LUCENE-2839) Visibility of Scorer.score(Collector, int, int) is wrong

2011-01-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2839: -- Attachment: LUCENE-2839-3.x.patch LUCENE-2839.patch Here the patch for trunk a

[jira] Resolved: (LUCENE-2839) Visibility of Scorer.score(Collector, int, int) is wrong

2011-01-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2839. --- Resolution: Fixed Committed trunk revision: 1057010, Committed javadoc updates revision: 105

[jira] Created: (LUCENE-2858) Separate SegmentReaders (and other atomic readers) from composite IndexReaders

2011-01-11 Thread Uwe Schindler (JIRA)
Separate SegmentReaders (and other atomic readers) from composite IndexReaders -- Key: LUCENE-2858 URL: https://issues.apache.org/jira/browse/LUCENE-2858 Project: Lucene - Jav

[jira] Created: (LUCENE-2859) Move Multi* and SlowMultiReaderWrapper to contrib

2011-01-11 Thread Uwe Schindler (JIRA)
Move Multi* and SlowMultiReaderWrapper to contrib - Key: LUCENE-2859 URL: https://issues.apache.org/jira/browse/LUCENE-2859 Project: Lucene - Java Issue Type: Task Components: Index

[jira] Commented: (LUCENE-2859) Move Multi* and SlowMultiReaderWrapper to contrib

2011-01-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980296#action_12980296 ] Uwe Schindler commented on LUCENE-2859: --- One use case is still there: Merging of seg

[jira] [Commented] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-08-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429176#comment-13429176 ] Uwe Schindler commented on SOLR-1725: - Hi, this is not a problem at all. OpenJDK on Fre

[jira] [Commented] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-08-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429458#comment-13429458 ] Uwe Schindler commented on SOLR-1725: - I think, this is all fine: - Java 6 spec require

[jira] [Commented] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-08-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429487#comment-13429487 ] Uwe Schindler commented on SOLR-1725: - Hoss, you are right, it is not required that JS

[jira] [Comment Edited] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-08-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429487#comment-13429487 ] Uwe Schindler edited comment on SOLR-1725 at 8/6/12 10:11 PM: --

[jira] [Created] (SOLR-3716) Make SolrResourceLoaders ClassLoader available as context class loader

2012-08-06 Thread Uwe Schindler (JIRA)
Uwe Schindler created SOLR-3716: --- Summary: Make SolrResourceLoaders ClassLoader available as context class loader Key: SOLR-3716 URL: https://issues.apache.org/jira/browse/SOLR-3716 Project: Solr

[jira] [Commented] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-08-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429528#comment-13429528 ] Uwe Schindler commented on SOLR-1725: - I opened SOLR-3716. > Script ba

[jira] [Commented] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431137#comment-13431137 ] Uwe Schindler commented on LUCENE-4297: --- Is BQ1 correct? Just to be sure! +1 to bac

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431240#comment-13431240 ] Uwe Schindler commented on LUCENE-3312: --- Hi Nikola, next week is "pencils down", so

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431433#comment-13431433 ] Uwe Schindler commented on LUCENE-3312: --- bq. Some tests throw OutOfMemory errors (b

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431712#comment-13431712 ] Uwe Schindler commented on LUCENE-3312: --- Patch applied revision: 1371131

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431717#comment-13431717 ] Uwe Schindler commented on LUCENE-3312: --- I merged the branch up to current trunk (r

[jira] [Commented] (SOLR-3723) Improve OOTB behavior: English word-splitting should default to autoGeneratePhraseQueries=true

2012-08-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432126#comment-13432126 ] Uwe Schindler commented on SOLR-3723: - I am strong -1 for changing auto-phrase text_gen

[jira] [Comment Edited] (SOLR-3723) Improve OOTB behavior: English word-splitting should default to autoGeneratePhraseQueries=true

2012-08-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432126#comment-13432126 ] Uwe Schindler edited comment on SOLR-3723 at 8/9/12 8:44 PM: - I

[jira] [Comment Edited] (SOLR-3723) Improve OOTB behavior: English word-splitting should default to autoGeneratePhraseQueries=true

2012-08-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432126#comment-13432126 ] Uwe Schindler edited comment on SOLR-3723 at 8/9/12 8:45 PM: - I

[jira] [Commented] (SOLR-3723) Improve OOTB behavior: English word-splitting should default to autoGeneratePhraseQueries=true

2012-08-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432149#comment-13432149 ] Uwe Schindler commented on SOLR-3723: - I edited 2 times and to be sure I will vote to c

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432182#comment-13432182 ] Uwe Schindler commented on LUCENE-3312: --- I applied patch to current branch, but it

[jira] [Commented] (LUCENE-4301) re-enable test timeout, but factor in nightly, multiplier, clover

2012-08-12 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432832#comment-13432832 ] Uwe Schindler commented on LUCENE-4301: --- You can look into the Artifacts build hist

[jira] [Commented] (LUCENE-4301) re-enable test timeout, but factor in nightly, multiplier, clover

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433078#comment-13433078 ] Uwe Schindler commented on LUCENE-4301: --- The problem with this test its that it mus

[jira] [Comment Edited] (LUCENE-4301) re-enable test timeout, but factor in nightly, multiplier, clover

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433078#comment-13433078 ] Uwe Schindler edited comment on LUCENE-4301 at 8/13/12 10:50 PM: --

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433093#comment-13433093 ] Uwe Schindler commented on LUCENE-3312: --- Your patch is also missing the replacement

[jira] [Commented] (LUCENE-4187) remove nightly/ directory under svn

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433100#comment-13433100 ] Uwe Schindler commented on LUCENE-4187: --- I also ported the Maven build to use a 4 s

[jira] [Commented] (LUCENE-4187) remove nightly/ directory under svn

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433106#comment-13433106 ] Uwe Schindler commented on LUCENE-4187: --- It only nukes the artifacts nothing else,

[jira] [Comment Edited] (LUCENE-4187) remove nightly/ directory under svn

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433106#comment-13433106 ] Uwe Schindler edited comment on LUCENE-4187 at 8/13/12 11:45 PM: --

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433150#comment-13433150 ] Uwe Schindler commented on LUCENE-3312: --- Applied patch to branch in revision 137242

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433161#comment-13433161 ] Uwe Schindler commented on LUCENE-3312: --- Merged up to trunk revision: 1372438 Ther

[jira] [Commented] (LUCENE-4302) Javadoc for facet User Guide does not display because of SAXParseException (Eclipse, Maven)

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433252#comment-13433252 ] Uwe Schindler commented on LUCENE-4302: --- The facet userguide is HTML and not XML, s

[jira] [Commented] (LUCENE-4304) Remove PayloadProcessProvider

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433378#comment-13433378 ] Uwe Schindler commented on LUCENE-4304: --- +1 - This class horrified me while refacto

[jira] [Assigned] (LUCENE-4303) Analysis factories should use ResourceLoader, not Class.forName

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-4303: - Assignee: Uwe Schindler (was: David Smiley) This is easy to fix, I will take care!

[jira] [Commented] (LUCENE-4303) Analysis factories should use ResourceLoader, not Class.forName

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433428#comment-13433428 ] Uwe Schindler commented on LUCENE-4303: --- OK, thanks. I just wanted to review the ch

[jira] [Assigned] (LUCENE-4302) Javadoc for facet User Guide does not display because of SAXParseException (Eclipse, Maven)

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-4302: - Assignee: Uwe Schindler I have a patch. I checked all doc-files folders in source tree f

[jira] [Updated] (LUCENE-4302) Javadoc for facet User Guide does not display because of SAXParseException (Eclipse, Maven)

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4302: -- Attachment: LUCENE-4302.patch Patch for Lucene trunk. I will commit this soon.

[jira] [Updated] (LUCENE-4302) Javadoc for facet User Guide does not display because of SAXParseException (Eclipse, Maven)

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4302: -- Fix Version/s: 4.0 3.6.2 5.0 > Javadoc for facet Use

[jira] [Commented] (LUCENE-4303) Analysis factories should use ResourceLoader, not Class.forName

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433548#comment-13433548 ] Uwe Schindler commented on LUCENE-4303: --- Patch looks fine, I dont like the newInsta

[jira] [Commented] (LUCENE-4303) Analysis factories should use ResourceLoader, not Class.forName

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433568#comment-13433568 ] Uwe Schindler commented on LUCENE-4303: --- +1 > Analysis factories s

[jira] [Commented] (LUCENE-4304) Remove PayloadProcessProvider

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433573#comment-13433573 ] Uwe Schindler commented on LUCENE-4304: --- Hi, I reviewed the FiterAtomicReader, loo

[jira] [Commented] (LUCENE-4304) Remove PayloadProcessProvider

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433579#comment-13433579 ] Uwe Schindler commented on LUCENE-4304: --- bq. I would use leaves(), although the Dir

[jira] [Commented] (LUCENE-4304) Remove PayloadProcessProvider

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433616#comment-13433616 ] Uwe Schindler commented on LUCENE-4304: --- Can you fix the predefined size and remove

[jira] [Commented] (LUCENE-4303) Analysis factories should use ResourceLoader, not Class.forName

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433618#comment-13433618 ] Uwe Schindler commented on LUCENE-4303: --- Will you backport? > Anal

[jira] [Resolved] (LUCENE-4302) Javadoc for facet User Guide does not display because of SAXParseException (Eclipse, Maven)

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-4302. --- Resolution: Fixed Committed trunk rev 1372633, 4.x rev 1372635, 3.6 rev 1372641 Thanks Karl

[jira] [Commented] (LUCENE-4152) add one-syllable method to IndexReader enumerate subreaders

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433627#comment-13433627 ] Uwe Schindler commented on LUCENE-4152: --- As followup I will make getSequentialSubRe

[jira] [Created] (LUCENE-4306) Make IR.getSequentialSubReaders() protected

2012-08-13 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-4306: - Summary: Make IR.getSequentialSubReaders() protected Key: LUCENE-4306 URL: https://issues.apache.org/jira/browse/LUCENE-4306 Project: Lucene - Core Issue T

[jira] [Updated] (LUCENE-4306) Make IR.getSequentialSubReaders() protected

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4306: -- Priority: Blocker (was: Major) Issue Type: Task (was: Bug) > Make IR.getSequential

[jira] [Updated] (LUCENE-4306) Make IR.getSequentialSubReaders() protected

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4306: -- Component/s: core/index Affects Version/s: 4.0-BETA Fix Version/s: 4.0

[jira] [Updated] (LUCENE-4306) Make IR.getSequentialSubReaders() protected

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4306: -- Attachment: LUCENE-4306.patch Patch for trunk: - Makes getSequentialSubReaders() protected - C

[jira] [Commented] (LUCENE-4306) Make IR.getSequentialSubReaders() protected

2012-08-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433782#comment-13433782 ] Uwe Schindler commented on LUCENE-4306: --- Should we rename getSequentialSubReaders?

[jira] [Commented] (LUCENE-4304) Remove PayloadProcessProvider

2012-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433949#comment-13433949 ] Uwe Schindler commented on LUCENE-4304: --- +1 to commit. Can we also add a MIGRATE.tx

[jira] [Commented] (LUCENE-4306) Make IR.getSequentialSubReaders() protected

2012-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434082#comment-13434082 ] Uwe Schindler commented on LUCENE-4306: --- OK, I changed the cocommit to a TODO and w

[jira] [Commented] (LUCENE-4306) Make IR.getSequentialSubReaders() protected

2012-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434092#comment-13434092 ] Uwe Schindler commented on LUCENE-4306: --- Committed trunk revision: 1372866 Backport

[jira] [Resolved] (LUCENE-4306) Make IR.getSequentialSubReaders() protected

2012-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-4306. --- Resolution: Fixed Committed branch_4x revision: 1372871 > Make IR.getSequen

[jira] [Commented] (LUCENE-4307) rename IR.getTopReaderContext to IR.getContext

2012-08-14 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434180#comment-13434180 ] Uwe Schindler commented on LUCENE-4307: --- +1 > rename IR.getTopRead

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434968#comment-13434968 ] Uwe Schindler commented on LUCENE-3312: --- Hi Nikola, we should now use the remainin

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434972#comment-13434972 ] Uwe Schindler commented on LUCENE-3312: --- Hi, I merged up to trunk (to get jenkins c

[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434978#comment-13434978 ] Uwe Schindler commented on SOLR-2747: - I refer to this page: https://builds.apache.org

[jira] [Commented] (SOLR-2747) Include formatted Changes.html for release

2012-08-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434976#comment-13434976 ] Uwe Schindler commented on SOLR-2747: - Can we also add some general overview page (mayb

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434996#comment-13434996 ] Uwe Schindler commented on LUCENE-3312: --- First build succeeded: http://jenkins.sd-

[jira] [Commented] (SOLR-3690) binary solr package isn't including lucene test-framework jar

2012-08-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435005#comment-13435005 ] Uwe Schindler commented on SOLR-3690: - +1, I can help :-) > binary sol

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435324#comment-13435324 ] Uwe Schindler commented on LUCENE-3312: --- Hi Nikola, the first build was not done us

[jira] [Comment Edited] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435324#comment-13435324 ] Uwe Schindler edited comment on LUCENE-3312 at 8/16/12 4:27 AM: ---

[jira] [Updated] (LUCENE-3659) Allow per-RAMFile buffer sizes based on IOContext and source of data (e.g. copy from another directory)

2012-08-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3659: -- Attachment: LUCENE-3659.patch Patch updated to trunk. I will work on this soon.

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436142#comment-13436142 ] Uwe Schindler commented on LUCENE-3312: --- OK, applied and committed the patch, rev 1

<    1   2   3   4   5   6   7   8   9   10   >