Skip to content

Batch size and Serializing big indexes on modification #117

Closed Answered by h0lg
h0lg asked this question in Q&A
Discussion options

You must be logged in to vote

I think I found the issue. Unlike the example I was reusing the same instance of FullTextIndexBuilder and attached different modification actions (specific to each index) using WithIndexModificationAction to it before calling Build on it to build an index. That resulted in all index modifications being written to the file of last built index.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mikegoatly
Comment options

Answer selected by h0lg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants