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
I indexed the same set of documents using both BufferedWriter and AsyncWriter, and I found the search results from AsyncWriter are very poor if not incorrect.
My code for using AsyncWriter indexer looks like this.
There's no error/warning during indexing with the AsyncWriter, but the resulting index folder is about 8 MB smaller than the one indexed using the BufferredWriter.
I understand the document said it is a sample implementation. How is it good for local development and evaluation?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I indexed the same set of documents using both
BufferedWriter
andAsyncWriter
, and I found the search results fromAsyncWriter
are very poor if not incorrect.My code for using
AsyncWriter
indexer looks like this.There's no error/warning during indexing with the
AsyncWriter
, but the resulting index folder is about 8 MB smaller than the one indexed using theBufferredWriter
.I understand the document said it is a sample implementation. How is it good for local development and evaluation?
Thanks
The text was updated successfully, but these errors were encountered: