You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to store and pass it around an instance of FastFieldReader.
Currently not all methods of tantivy::fastfield::readers::FastFieldReaders return a concrete type. Some return the opaque type impl FastFieldReader<T>see.
Unfortunately FastFieldReader is not object safe. It would be nice to have all methods return the concrete type DynamicFastFieldReader<T>.
The text was updated successfully, but these errors were encountered:
We would like to store and pass it around an instance of
FastFieldReader
.Currently not all methods of
tantivy::fastfield::readers::FastFieldReaders
return a concrete type. Some return the opaque typeimpl FastFieldReader<T>
see.Unfortunately
FastFieldReader
is not object safe. It would be nice to have all methods return the concrete typeDynamicFastFieldReader<T>
.The text was updated successfully, but these errors were encountered: