[ https://issues.apache.org/jira/browse/SOLR-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13168408#comment-13168408
]
Yury Kats commented on SOLR-2956:
---------------------------------
Looks good to me, except that the two getFieldFlags method would be slightly inconsistent
in their reporting:
If a field is specified as omitTermFreqAndPositions=true,
getFieldFlags(SchemaField) would report it as "F"
getFieldFlags(IndexableField) would report it as "FP"
> LukeRequestHandler: getFieldFlagsKey is out of sync with getFieldFlags
> ----------------------------------------------------------------------
>
> Key: SOLR-2956
> URL: https://issues.apache.org/jira/browse/SOLR-2956
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.0
> Reporter: Yury Kats
> Attachments: SOLR-2956.patch
>
>
> "info" section returned by the LukeRequestHandler does not contain legend for OMIT_TF
and OMIT_POSITIONS flags.
> These flags are checked and outputted in LukeRequestHandler#getFieldFlags, but are not
outputted in LukeRequestHandler#getFieldFlagsKey.
--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|