Skip to content
New issue

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

How to dump index for troubleshooting/debugging #54

Open
bkline opened this issue Jan 8, 2024 · 0 comments
Open

How to dump index for troubleshooting/debugging #54

bkline opened this issue Jan 8, 2024 · 0 comments

Comments

@bkline
Copy link

bkline commented Jan 8, 2024

Is there a way to dump the index in order to troubleshoot anomalies? I'm in the process of assessing the options for full-text indexing and I see that searches using pylucene are picking up documents which whoosh is missing, even though, as far as I can tell, the analyzers and other options are the same. I'd prefer to use the pure Python option, but not if it's broken (or abandoned). The documentation for whoosh is a little unsettling, as it points to a mailing list which looks to be overrun by the spammers, and a repository which is defunct. Is @mchaput still alive? Has he walked away from this project? Are there any other maintainers with commit privileges?

Thanks!

cclauss pushed a commit to cclauss/whoosh-1 that referenced this issue Feb 9, 2024
# Description

`ruff format . && ruff --select=I --fix .`

Replaces both `black` and `isort` with `ruff` running rapidly in
`pre-commit`.

This separates automatic formatting changes (this PR) from more manual
and syntactical changes (in mchaput#54) to make the latter easier to review and
revert if necessary.

# Checklist:

- [x] I have performed a self-review of my code
- [ ] I have added comments to code where it is hard to understand
- [ ] I have made corresponding changes to the documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant