[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-09 Thread David Sitsky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729532#action_12729532 ] David Sitsky commented on LUCENE-1567: -- I will be out of the office on Friday, 10th o

[jira] Updated: (LUCENE-1567) New flexible query parser

2009-07-09 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luis Alves updated LUCENE-1567: --- Attachment: lucene_trunk_FlexQueryParser_2009July09_v4.patch patch compiles against current trunk >

[jira] Commented: (LUCENE-1567) New flexible query parser

2009-07-09 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729529#action_12729529 ] Luis Alves commented on LUCENE-1567: Since all legal work is finally finished now, it

[jira] Created: (LUCENE-1738) Expand IndexWriter to allow for replicating segments in near realtime

2009-07-09 Thread Jason Rutherglen (JIRA)
Expand IndexWriter to allow for replicating segments in near realtime - Key: LUCENE-1738 URL: https://issues.apache.org/jira/browse/LUCENE-1738 Project: Lucene - Java Issue

[jira] Assigned: (LUCENE-1712) Set default precisionStep for NumericField and NumericRangeFilter

2009-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1712: -- Assignee: Uwe Schindler I'm assuming this one is yours Uwe! > Set default pre

[jira] Commented: (LUCENE-1712) Set default precisionStep for NumericField and NumericRangeFilter

2009-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729432#action_12729432 ] Michael McCandless commented on LUCENE-1712: How about we add PRECISION_STEP_D

[jira] Updated: (LUCENE-1737) Always use bulk-copy when merging stored fields and term vectors

2009-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1737: --- Fix Version/s: (was: 2.9) Clearing 2.9 fix version. > Always use bulk-copy when

[jira] Created: (LUCENE-1737) Always use bulk-copy when merging stored fields and term vectors

2009-07-09 Thread Michael McCandless (JIRA)
Always use bulk-copy when merging stored fields and term vectors Key: LUCENE-1737 URL: https://issues.apache.org/jira/browse/LUCENE-1737 Project: Lucene - Java Issue Type: Impr

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-07-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729381#action_12729381 ] Robert Muir commented on LUCENE-1629: - bq. Shouldn't WordTokenizer rather extends Toke

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-07-09 Thread KuroSaka TeruHiko (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729373#action_12729373 ] KuroSaka TeruHiko commented on LUCENE-1629: --- WordTokenizer extends Tokenizer, bu

Re: Relevance's scores on TopFieldCollector/FieldComparator

2009-07-09 Thread Raimon Bosch
It Worked for me changing: public void setScorer(Scorer scorer) { this.scorer = new ScoreCachingWrappingScorer(scorer); } by public void setScorer(Scorer scorer) { this.scorer = scorer; } in my PseudoRandomFieldComparator. Regards, Raimon Bosch. Raimon Bosch wrote: > > Hi, >

[jira] Resolved: (LUCENE-1522) another highlighter

2009-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1522. Resolution: Fixed Thanks Koji! > another highlighter > --- > >

[jira] Commented: (LUCENE-1522) another highlighter

2009-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729250#action_12729250 ] Michael McCandless commented on LUCENE-1522: Patch looks good Koji! I will co

[jira] Resolved: (LUCENE-1727) Order of stored Fields not maintained

2009-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1727. Resolution: Fixed > Order of stored Fields not maintained > --

[jira] Resolved: (LUCENE-1717) IndexWriter does not properly account for the RAM consumed by pending deletes

2009-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1717. Resolution: Fixed > IndexWriter does not properly account for the RAM consumed by

[jira] Updated: (LUCENE-1522) another highlighter

2009-07-09 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: LUCENE-1522.patch renamed Highlighter2 to FastVectorHighlighter :) > another hi

[jira] Updated: (LUCENE-1726) IndexWriter.readerPool create new segmentReader outside of sync block

2009-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1726: --- Attachment: LUCENE-1726.patch Attached new patch (the patch is worse than it looks,

[jira] Commented: (LUCENE-1373) Most of the contributed Analyzers suffer from invalid recognition of acronyms.

2009-07-09 Thread Rob ten Hove (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729181#action_12729181 ] Rob ten Hove commented on LUCENE-1373: -- @Mark, thanks for your reply on my question.

Relevance's scores on TopFieldCollector/FieldComparator

2009-07-09 Thread Raimon Bosch
Hi, I've just implemented my PseudoRandomFieldComparator (migrated from PseudoRandomComparatorSource) on Solr. The problem that I see is that I don't have acces to the relevance's scores like in the deprecated class ComparatorSource. I saw that the TopFieldCollector is filling the scorer of my P

[jira] Updated: (LUCENE-1693) AttributeSource/TokenStream API improvements

2009-07-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1693: -- Attachment: LUCENE-1693.patch Attached is a new patch to current trunk. I did a hard work to m