[
https://issues.apache.org/jira/browse/SOLR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley reopened SOLR-1566:
--------------------------------
Assignee: (was: Ryan McKinley)
Somewhere we lost some formatting goodness.
before the patch we had
{code}
"response":{"numFound":22,"start":0,"docs":[
{
"id":"GB18030TEST",
"name":"Test with some GB18030 encoded characters"},
{
"id":"SP2514N",
"name":"Samsung SpinPoint P120 SP2514N - hard drive - 250 GB -
ATA-133"},
{
"id":"6H500F0",
"name":"Maxtor DiamondMax 11 - hard drive - 500 GB - SATA-300"},
{
{code}
And now we have
{code}
"response":{"numFound":19,"start":0,"docs":[{
"id":"GB18030TEST",
"name":"Test with some GB18030 encoded characters"},{
"id":"SP2514N",
"name":"Samsung SpinPoint P120 SP2514N - hard drive - 250 GB -
ATA-133"},{
"id":"6H500F0",
"name":"Maxtor DiamondMax 11 - hard drive - 500 GB - SATA-300"},{
{code}
Which makes it visually tough to find the start of a new document (well... not
so hard w/ just 2 fields, but pretty hard with many larger fields)
> Allow components to add fields to outgoing documents
> ----------------------------------------------------
>
> Key: SOLR-1566
> URL: https://issues.apache.org/jira/browse/SOLR-1566
> Project: Solr
> Issue Type: New Feature
> Components: search
> Reporter: Noble Paul
> Fix For: 4.0
>
> Attachments: SOLR-1566-DocTransformer.patch,
> SOLR-1566-DocTransformer.patch, SOLR-1566-DocTransformer.patch,
> SOLR-1566-DocTransformer.patch, SOLR-1566-DocTransformer.patch,
> SOLR-1566-DocTransformer.patch, SOLR-1566-gsi.patch, SOLR-1566-rm.patch,
> SOLR-1566-rm.patch, SOLR-1566-rm.patch, SOLR-1566-rm.patch,
> SOLR-1566-rm.patch, SOLR-1566.patch, SOLR-1566.patch, SOLR-1566.patch,
> SOLR-1566.patch, SOLR-1566_parsing.patch
>
>
> Currently it is not possible for components to add fields to outgoing
> documents which are not in the the stored fields of the document. This makes
> it cumbersome to add computed fields/metadata .
--
This message is automatically generated by JIRA.
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]