[
https://issues.apache.org/jira/browse/SOLR-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456406#comment-13456406
]
Robert Muir commented on SOLR-3843:
-----------------------------------
Also I had to turn off per-field codec support by default anyway because Solr
keeps the IndexWriter open across core reloads (SOLR-3610).
Someone must turn it on explicitly by setting their codec factory to
SchemaCodecFactory in solrconfig.xml (realizing there are tradeoffs).
Same thing goes with Similarity.
Analyzer was fixed by changing solr to always pass the newest Analyzer as a
param add/updateDocument (so its not really set in the IWConfig),
but the general problem still exists.
> Add lucene-codecs to Solr libs?
> -------------------------------
>
> Key: SOLR-3843
> URL: https://issues.apache.org/jira/browse/SOLR-3843
> Project: Solr
> Issue Type: Wish
> Reporter: Adrien Grand
> Priority: Minor
>
> Solr gives the ability to its users to select the postings format to use on a
> per-field basis but only Lucene40PostingsFormat is available by default
> (unless users add lucene-codecs to the Solr lib directory). Maybe we should
> add lucene-codecs to Solr libs (I mean in the WAR file) so that people can
> try our non-default postings formats with minimum effort?
--
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]