You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2007/09/19 12:22:43 UTC

[jira] Updated: (SOLR-359) LukeResponse.FieldInfo should expose the selected flags info and the indexInfo

     [ https://issues.apache.org/jira/browse/SOLR-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated SOLR-359:
---------------------------------

    Attachment: SOLR-359.patch

First draft of a patch:

Added FieldFlag.java to common package to share field flag information between the LukeReqHandler and the LukeResponse

Added to the LukeResponse to extract the flags information for each field and make it available in the Response.

Also exposed the indexInfo NamedList through a getter, since there are still other pieces of info that are not exposed, most notably the detailed information on each of the FieldTypes.  

> LukeResponse.FieldInfo should expose the selected flags info and the indexInfo
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-359
>                 URL: https://issues.apache.org/jira/browse/SOLR-359
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>         Attachments: SOLR-359.patch
>
>
> The LukeResponse has access, when reading in the NamedList to more information that is not currently being shared, like the "flags" for each FieldInfo and/or the indexInfo object so that more info about the fields may be used by the client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.