[
https://issues.apache.org/jira/browse/LUCENE-7223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15243257#comment-15243257
]
Robert Muir commented on LUCENE-7223:
-------------------------------------
Right, we dont have predefined "storage" in StoredField for all possible types.
Nor do we for even a 2 dimensional IntPoint.
But the user can always store this as binary/string/however they want for these
cases.
+1 for the patch!
> Add "store" hint to Points javadocs
> -----------------------------------
>
> Key: LUCENE-7223
> URL: https://issues.apache.org/jira/browse/LUCENE-7223
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Robert Muir
> Attachments: LUCENE-7223.patch
>
>
> We had this for e.g. docvalues fields from the beginning:
> {code}
> * If you also need to store the value, you should add a
> * separate {@link StoredField} instance.
> {code}
> We should add this to the points types too? It will prevent confusion.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]