[ https://issues.apache.org/jira/browse/LUCENE-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719265#action_12719265
]
Michael McCandless commented on LUCENE-1677:
--------------------------------------------
bq. Is there a reason why test-tag does not depend on compile-tag? Previously, I could just
run "ant test-tag" and it downloaded the tag, compiled it and run the tests. Now I need to
run "ant compile-tag test-tag".
Ugh, my bad. I'll fix...
> Remove GCJ IndexReader specializations
> --------------------------------------
>
> Key: LUCENE-1677
> URL: https://issues.apache.org/jira/browse/LUCENE-1677
> Project: Lucene - Java
> Issue Type: Task
> Reporter: Earwin Burrfoot
> Assignee: Michael McCandless
> Fix For: 2.9
>
>
> These specializations are outdated, unsupported, most probably pointless due to the speed
of modern JVMs and, I bet, nobody uses them (Mike, you said you are going to ask people on
java-user, anybody replied that they need it?). While giving nothing, they make SegmentReader
instantiation code look real ugly.
> If nobody objects, I'm going to post a patch that removes these from Lucene.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org
|