trinity-1686a
|
3120147a76
|
re-enable examples (#1860)
|
2023-02-10 14:51:37 +01:00 |
|
Paul Masurel
|
bd5eea9852
|
Integrated columnar work.
|
2023-02-09 13:14:31 +01:00 |
|
PSeitz
|
f687b3a5aa
|
start migrate Field to &str (#1772)
start migrate Field to &str in preparation of columnar
return Result for get_field
|
2023-01-18 16:12:07 +09:00 |
|
Paul Masurel
|
7234bef0eb
|
Issue/1198 (#1201)
* Unit test reproducing #1198
* Fixing unit test to handle the error from add_document.
* Bump project version
|
2021-11-11 16:42:19 +09:00 |
|
Joshua Dutton
|
9f74786db2
|
Update import statements in examples, doctests (#633)
Update import statements to edition 2018, including removing
`extern crate` and `#[macro_use]`. Alphabetize the statements.
|
2019-08-19 07:26:35 +09:00 |
|
Paul Masurel
|
663dd89c05
|
Feature/reader (#517)
Adding IndexReader to the API. Making it possible to watch for changes.
* Closes #500
|
2019-03-20 08:39:22 +09:00 |
|
Paul Masurel
|
94f1885334
|
Issue/513 (#514)
* Closes #513
* Clean up and doc
* Updated changelog
|
2019-03-07 09:39:30 +09:00 |
|
petr-tik
|
76d2b4dab6
|
Add integer range search example (#490)
Copied and simplified the example in the range_query mod
|
2019-02-05 23:34:06 +01:00 |
|