[
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
[
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
>
[
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
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
[
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
[
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
[
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
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
[
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
[
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
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,
>
[
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
> ---
>
>
[
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
[
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
> --
[
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
[
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
[
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,
[
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.
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
[
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
20 matches
Mail list logo