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
Lucene supports storing inside a field (Field.Store.YES), with the cost of a bit more memory used. The gain would be simpler code because we don't have to serialize the tweets separately. Given the low efficiency constraints, this should not be a problem. If it becomes one, I suggest switching to a "real" key-value store.
The text was updated successfully, but these errors were encountered:
Lucene supports storing inside a field (
Field.Store.YES
), with the cost of a bit more memory used. The gain would be simpler code because we don't have to serialize the tweets separately. Given the low efficiency constraints, this should not be a problem. If it becomes one, I suggest switching to a "real" key-value store.The text was updated successfully, but these errors were encountered: