Skip to content

Commit 501f801

Browse files
Tantivy_0.19.1_upgrade (quickwit-oss#48)
* Adding __init__.py file to the tantivy folder to make maturin happy Add Cargo.lock to the repo Set the git-fetch-with-cli cargo flag so that we can override fetch settings Renaming .cargo/config to .cargo/config.toml Adding github-quiq-sh cargo registry Point dependencies at our github-quiq-sh registry Trying to resolve this build issue, pointing pyo3-build-config at our github-quiq-sh registry SER-21487: Enable support for all standard Tantivy languages plus Chinese + Japanese in tantivy-py SER-21487: Use uname rather than UNAME in the Makefile SER-21487: Fix document date handling SER-23013: Upgrade Tantivy and other dependencies * Upgrade to Tantivy 0.19.1 * Added changes and fixed issues * Formatting fixes --------- Co-authored-by: Phill Mell-Davies <[email protected]>
1 parent 9ab0297 commit 501f801

File tree

11 files changed

+1717
-67
lines changed

11 files changed

+1717
-67
lines changed

.cargo/config renamed to .cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
rustflags = [
33
"-C", "link-arg=-undefined",
44
"-C", "link-arg=dynamic_lookup",
5-
]
5+
]

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
build
44
/target
55
**/*.rs.bk
6-
Cargo.lock
76
dist/
87
__pycache__/
98
tantivy.so
9+
tantivy.dylib
1010
tantivy/tantivy.cpython*.so
1111
tantivy.egg-info/
1212
.pytest_cache/

0 commit comments

Comments
 (0)