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
Hi, nice project, thank you very much. I think you should store the code array in the BinaryDocValuesField instead of the StoredField. It's too slow to access the store field when scoring thousands of docs.
Hi, nice project, thank you very much. I think you should store the code array in the BinaryDocValuesField instead of the StoredField. It's too slow to access the store field when scoring thousands of docs.
Thanks