Re: custom indexing

2009-07-10 Thread John Wang
Thanks Michael! I am gonna go ahead an create a jira ticket to track this. -John On Fri, Jul 10, 2009 at 6:19 PM, Michael Busch wrote: > I definitely agree we should have this flexibility, but I think the target > release for flexible indexing is 3.1. > > 3.0 will not contain new features comp

Re: software grants

2009-07-10 Thread Grant Ingersoll
From http://incubator.apache.org/ip-clearance/index.html "One of the Incubator's roles is to ensure that proper attention is paid to intellectual property. From time to time, an external codebase is brought into the ASF that is not a separate incubating project but still represents a substa

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

2009-07-10 Thread Luis Alves (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729935#action_12729935 ] Luis Alves commented on LUCENE-1567: Hi Michael, > For an example look into the buil

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

2009-07-10 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_2009July10_v5.patch fix for jdk 1.4, on build.xml > New fl

Re: custom indexing

2009-07-10 Thread Michael Busch
I definitely agree we should have this flexibility, but I think the target release for flexible indexing is 3.1. 3.0 will not contain new features compared to 2.9. -Michael On 7/10/09 4:39 PM, John Wang wrote: Hi guys: I think for lucene 3.0, there is functionality for customized indexi

custom indexing

2009-07-10 Thread John Wang
Hi guys: I think for lucene 3.0, there is functionality for customized indexing. I was wondering if user can create their own partition file (per segment) which contracts to merge, expungeDeletes etc.? If not, do you think this is something should be added? Thanks -John

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

2009-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729823#action_12729823 ] Yonik Seeley commented on LUCENE-1693: -- bq. One concern is: TokenStream.initialize lo

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

2009-07-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729819#action_12729819 ] Michael McCandless commented on LUCENE-1693: I'm still trying to wrap my brain

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

2009-07-10 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729815#action_12729815 ] Adriano Crestani commented on LUCENE-1567: -- Hi Luis, I have been improving the c

[jira] Resolved: (LUCENE-1609) Eliminate synchronization contention on initial index reading in TermInfosReader ensureIndexIsRead

2009-07-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1609. Resolution: Fixed > Eliminate synchronization contention on initial index reading

[jira] Resolved: (LUCENE-1718) IndexReader.setTermInfosIndexDivisor doesn't carry over to reopened readers

2009-07-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1718. Resolution: Fixed Fixed with LUCENE-1609. > IndexReader.setTermInfosIndexDivisor

[jira] Updated: (LUCENE-1609) Eliminate synchronization contention on initial index reading in TermInfosReader ensureIndexIsRead

2009-07-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1609: --- Attachment: LUCENE-1609.patch Updated patch to resolve conflicts after LUCENE-1726..

[jira] Updated: (LUCENE-1740) Lucli: Command to change the Analyzer

2009-07-10 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fondermann updated LUCENE-1740: - Attachment: analyzer_command.patch Patch adding 'analyzer' command > Lucli: Command to

[jira] Created: (LUCENE-1740) Lucli: Command to change the Analyzer

2009-07-10 Thread Bernd Fondermann (JIRA)
Lucli: Command to change the Analyzer - Key: LUCENE-1740 URL: https://issues.apache.org/jira/browse/LUCENE-1740 Project: Lucene - Java Issue Type: New Feature Components: contrib/* Affects Ve

[jira] Resolved: (LUCENE-1739) 2.4.x index cannot be opened with 2.9-dev

2009-07-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1739. Resolution: Fixed Thanks Robert! Keep testing ;) > 2.4.x index cannot be opened

[jira] Commented: (LUCENE-1739) 2.4.x index cannot be opened with 2.9-dev

2009-07-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729621#action_12729621 ] Michael McCandless commented on LUCENE-1739: OK indeed at some point in 2.9, F

[jira] Assigned: (LUCENE-1739) 2.4.x index cannot be opened with 2.9-dev

2009-07-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1739: -- Assignee: Michael McCandless > 2.4.x index cannot be opened with 2.9-dev > ---

[jira] Commented: (LUCENE-1739) 2.4.x index cannot be opened with 2.9-dev

2009-07-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729614#action_12729614 ] Michael McCandless commented on LUCENE-1739: Good catch Robert! I'll fold thi

[jira] Updated: (LUCENE-1739) 2.4.x index cannot be opened with 2.9-dev

2009-07-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1739: --- Fix Version/s: 2.9 > 2.4.x index cannot be opened with 2.9-dev > ---

[jira] Created: (LUCENE-1739) 2.4.x index cannot be opened with 2.9-dev

2009-07-10 Thread Robert Muir (JIRA)
2.4.x index cannot be opened with 2.9-dev - Key: LUCENE-1739 URL: https://issues.apache.org/jira/browse/LUCENE-1739 Project: Lucene - Java Issue Type: Bug Components: Index Report

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

2009-07-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1738: --- Fix Version/s: (was: 3.0) 3.1 Moving fix version to 3.1... 3.

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

2009-07-10 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729568#action_12729568 ] Michael Busch commented on LUCENE-1693: --- I agree that in any case we should deprecat

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

2009-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729567#action_12729567 ] Uwe Schindler commented on LUCENE-1693: --- Thanks! Before going to bed yesterday, I re

[jira] Issue Comment Edited: (LUCENE-1731) Allow ConstantScoreQuery to use custom rewrite method if using for highlighting

2009-07-10 Thread Ashley Sole (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729557#action_12729557 ] Ashley Sole edited comment on LUCENE-1731 at 7/10/09 12:51 AM: -

[jira] Resolved: (LUCENE-1731) Allow ConstantScoreQuery to use custom rewrite method if using for highlighting

2009-07-10 Thread Ashley Sole (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashley Sole resolved LUCENE-1731. - Resolution: Duplicate This has already been fixed for lucene 2.9 > Allow ConstantScoreQuery to

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

2009-07-10 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729565#action_12729565 ] Michael Busch commented on LUCENE-1693: --- Thanks for all your hard work here, Uwe. I

[jira] Issue Comment Edited: (LUCENE-1731) Allow ConstantScoreQuery to use custom rewrite method if using for highlighting

2009-07-10 Thread Ashley Sole (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729557#action_12729557 ] Ashley Sole edited comment on LUCENE-1731 at 7/10/09 12:51 AM: -

[jira] Commented: (LUCENE-1731) Allow ConstantScoreQuery to use custom rewrite method if using for highlighting

2009-07-10 Thread Ashley Sole (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729557#action_12729557 ] Ashley Sole commented on LUCENE-1731: - Hi Mark, Yeah i was aware the of the addition

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

2009-07-10 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729551#action_12729551 ] Michael Busch commented on LUCENE-1567: --- Luis, I think you need to modify the main b