We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When getting an index writer, there is a magic number for the amount of heap that Tantivy should use:
seshat/src/index.rs
Lines 217 to 227 in 71e17fa
It be nice to make this value more prominent at the top of the file (or similar) with a comment explaining how it was determined.
The text was updated successfully, but these errors were encountered:
seshat: Move the tantivy heap size into a const variable and document…
9e9c10f
… it. This fixes #8.
c76f245
… it. This closes #8.
4ce88eb
No branches or pull requests
When getting an index writer, there is a magic number for the amount of heap that Tantivy should use:
seshat/src/index.rs
Lines 217 to 227 in 71e17fa
It be nice to make this value more prominent at the top of the file (or similar) with a comment explaining how it was determined.
The text was updated successfully, but these errors were encountered: