[
https://issues.apache.org/jira/browse/LUCENE-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley updated LUCENE-1699:
---------------------------------
Attachment: LUCENE-1699.patch
Patch attached.
I've attempted to clean up some of the semantics of Fieldable - it's really a
reasonable interface, with just a few redundancies (isBinary/getBinary). I've
purposely avoided messing with Field more than necessary (adding yet more
constructors, constants, etc).
This change is back compatible as it just removes some unnecessary
restrictions. I'll commit in a few days.
> Field tokenStream should be usable with stored fields.
> ------------------------------------------------------
>
> Key: LUCENE-1699
> URL: https://issues.apache.org/jira/browse/LUCENE-1699
> Project: Lucene - Java
> Issue Type: Improvement
> Reporter: Yonik Seeley
> Assignee: Yonik Seeley
> Priority: Minor
> Fix For: 2.9
>
> Attachments: LUCENE-1699.patch, LUCENE-1699.patch
>
>
> Field.tokenStream should be usable for indexing even for stored values.
> Useful for many types of pre-analyzed values (text/numbers, etc)
> http://search.lucidimagination.com/search/document/902bad4eae20bdb8/field_tokenstreamvalue
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]