Sorry for pushing this thing.

Would it be possible to add the demanded constructor or would it break
anything of lucenes logic?


2010/1/11 Benjamin Heilbrunn <ben...@gmail.com>:
> Hey out there,
>
> in lucene it's not possible to create a Field based on a TokenStream
> AND supply a stored value.
>
> Is there a reason why a Field constructor in the form of
>   public Field(String name, TokenStream tokenStream, String storedValue)
> does not exist?
>
> I am using trees of TeeSinkTokenFilter's for the creation of many
> fields, based on a source string.
> That's the reason why I can't use the "standardconstructor"
>    public Field(String name, String value, Store store, Index index)
>
>
> Regards
> Benjamin
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to