Indexing one document at a time a bad idea? #595
-
How is it with term vectors and general health of search-index data if I index one document at a time? Will this make the term vectors not so good? The reason I ask is that I'm thinking of finishing the browsercrawler, and for that crawler to work it would be ideal to index documents one by one, whenever it's crawled. |
Beta Was this translation helpful? Give feedback.
Answered by
fergiemcdowall
Nov 9, 2022
Replies: 1 comment
-
It will be slightly slower than indexing batches, but it other than that it should be fine |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eklem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will be slightly slower than indexing batches, but it other than that it should be fine