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
Out of curiosity, in raw Lucene, is there a performance benefit to not reading fields in a Document even though it's already been loaded from the index?
Supposing a document like:
And a query like:
Lucene.Net.Linq should not retrieve large, possibly compressed fields like Text since the client is not using that field.
The text was updated successfully, but these errors were encountered: