[
https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13194860#comment-13194860
]
Yonik Seeley commented on SOLR-1632:
------------------------------------
bq. (BTW, I'm aware that passing around blobs of base64 inside SolrParams is
ugly. I'm open to suggestions how to handle this better).
I'd prefer non-base64 at the Solr transport level (e.g.
termStats=how,now,brown,cow). It will be both smaller, and much easier to
debug other things.
Although Lucene can technically index arbitrary binary now, Solr does not use
that anywhere (and won't for 4.0). It would take a good amount of
infrastructure work all over to truly allow that. If/when we allow arbitrary
binary terms, it should be relatively easy to extend the syntax we pick today
to allow selectively base64 encoded terms.
There are already a number of places in Solr where we use StrUtil.join (a comma
separated list of strings) to specify a list of terms (both in distrib faceting
and distrib search for example).
> Distributed IDF
> ---------------
>
> Key: SOLR-1632
> URL: https://issues.apache.org/jira/browse/SOLR-1632
> Project: Solr
> Issue Type: New Feature
> Components: search
> Affects Versions: 1.5
> Reporter: Andrzej Bialecki
> Attachments: 3x_SOLR-1632_doesntwork.patch, SOLR-1632.patch,
> SOLR-1632.patch, SOLR-1632.patch, distrib-2.patch, distrib.patch
>
>
> Distributed IDF is a valuable enhancement for distributed search across
> non-uniform shards. This issue tracks the proposed implementation of an API
> to support this functionality in Solr.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]