[
https://issues.apache.org/jira/browse/SOLR-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587477#comment-13587477
]
Uwe Schindler commented on SOLR-3843:
-------------------------------------
Have you looked at ElasticSearch? Its very tiny (20 MB alltogether), no useless
analyzers for every language on earth. If you need kumoroji, enter:
{noformat}
bin/plugin -install elasticsearch/elasticsearch-analysis-kuromoji
{noformat}
This downloads the plugin and installs it into the ES lib folder. This is how
it should work, instead of one horrible huge war file.
But it bundles lucene-codecs.jar, but that has another reason (I think it uses
bloom, as far as I remember).
> Add lucene-codecs to Solr libs?
> -------------------------------
>
> Key: SOLR-3843
> URL: https://issues.apache.org/jira/browse/SOLR-3843
> Project: Solr
> Issue Type: Wish
> Affects Versions: 4.0
> Reporter: Adrien Grand
> Priority: Critical
> Fix For: 4.2, 5.0
>
> Attachments: SOLR-3843.patch, SOLR-3843.patch, SOLR-3843.patch
>
>
> 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]