[ 
https://issues.apache.org/jira/browse/LUCENE-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558057#comment-13558057
 ] 

Shawn Heisey commented on LUCENE-4599:
--------------------------------------

in the Compressing41Codec class from the solr patch, there is a protected 
member.  I had to make that public or hundreds of tests were failing.  I don't 
know if that was the right thing to do, but it allowed the tests to proceed 
without immediate failures.  If they all pass after that change, I'll do 
another full-import.

{noformat}
[junit4:junit4]    > Throwable #1: java.util.ServiceConfigurationError: Cannot 
instantiate SPI class: org.apache.solr.core.Compressing41Codec
[junit4:junit4]    > Caused by: java.lang.IllegalAccessException: Class 
org.apache.lucene.util.NamedSPILoader can not access a member of class 
org.apache.solr.core.Compressing41Codec with modifiers "protected"

[junit4:junit4]    > Throwable #1: java.lang.NoClassDefFoundError: Could not 
initialize class org.apache.lucene.codecs.Codec
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleSetupAndRestoreClassEnv.before(TestRuleSetupAndRestoreClassEnv.java:137)
{noformat}

                
> Compressed term vectors
> -----------------------
>
>                 Key: LUCENE-4599
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4599
>             Project: Lucene - Core
>          Issue Type: Task
>          Components: core/codecs, core/termvectors
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>             Fix For: 4.2
>
>         Attachments: LUCENE-4599.patch, LUCENE-4599.patch, LUCENE-4599.patch, 
> solr.patch
>
>
> We should have codec-compressed term vectors similarly to what we have with 
> stored fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to