[ https://issues.apache.org/jira/browse/SOLR-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476345#comment-13476345 ]
Mark Miller commented on SOLR-3843: ----------------------------------- bq. Also I had to turn off per-field codec support by default anyway because Solr keeps the IndexWriter open across core reloads (SOLR-3610). We should probably consider that again. Some of my initial work around this area when this first came up was not really up to dealing with it well. Opening a new IndexWriter was kind of a hackey operation for replication. Things have changed though, and open a new IndexWriter should be first class now. I think it's probably fine to reopen it on core reloads. > 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org