Commit Graph

1604 Commits

Author SHA1 Message Date
Paul Masurel
bc54db6872 Explanation as a struct 2016-08-06 11:17:05 +09:00
Paul Masurel
140f6fd2b4 explanation kind of working in an ugly way. 2016-08-05 12:02:13 +09:00
Paul Masurel
a9ae49ab1e Added static files 2016-08-05 11:33:28 +09:00
Paul Masurel
4ccf4709ac Updated Cargo.ml 2016-08-05 10:59:41 +09:00
Paul Masurel
2b571729a1 Merge branch 'master' of github.com:fulmicoton/tantivy 2016-08-04 17:02:27 +09:00
Paul Masurel
86f105bd7a Added serve command 2016-08-04 10:16:24 +09:00
Paul Masurel
66ebbae85a No influence from starting and trailing spaces. 2016-08-04 00:53:24 +09:00
Paul Masurel
16dc695614 Added some tests 2016-08-03 23:05:38 +09:00
Paul Masurel
316bdcf835 Added test for term 2016-08-03 22:46:16 +09:00
Paul Masurel
87659987d8 add more test to query parser 2016-08-03 22:31:40 +09:00
Paul Masurel
90132121c9 Added unit test for query parser. More stuff in terms. 2016-08-03 22:15:31 +09:00
Paul Masurel
5a32ba7181 Added unit test for multi collector 2016-08-03 21:45:45 +09:00
Paul Masurel
c93b9a2b64 Change benchmark 2016-08-03 21:39:02 +09:00
Paul Masurel
44f3f23d48 Changed block size to 16K 2016-08-03 15:42:10 +09:00
Paul Masurel
4acc6f673d Lighter HeapItem by putting term freq aside, and keeping ord as u32 2016-08-03 11:29:15 +09:00
Paul Masurel
12534e55a3 Lighter HeapItem by putting term freq aside, and keeping ord as u32 2016-08-03 11:13:35 +09:00
Paul Masurel
a05d414011 Avoiding useless siftdown in the heap. 2016-08-03 10:36:01 +09:00
Paul Masurel
717a28fea4 Added coverage icon in README 2016-08-03 10:03:23 +09:00
Paul Masurel
49e9c8fbe1 Trying hard to get kcov to work. 2016-08-03 09:38:50 +09:00
Paul Masurel
6cf5fd51a6 Trying to fix travis code coverage 2016-08-03 08:35:34 +09:00
Paul Masurel
074fede966 removed --verify 2016-08-02 23:36:30 +09:00
Paul Masurel
74338a906d Refix CXX version 2016-08-02 23:13:31 +09:00
Paul Masurel
b503d5090c Trying to fix travis-cargo usage. See https://github.com/huonw/travis-cargo/issues/33 2016-08-02 23:00:07 +09:00
Paul Masurel
e34d098222 no nightly thing 2016-08-02 22:55:18 +09:00
Paul Masurel
8910e1c841 no need for only stable 2016-08-02 22:47:46 +09:00
Paul Masurel
4d8ef87824 trying to use travis-cargo, and publish doc. 2016-08-02 22:40:36 +09:00
Paul Masurel
1781806ee6 fixing unit tests 2016-08-02 22:40:22 +09:00
Paul Masurel
b1056b6455 Added bench cli 2016-08-02 10:21:28 +09:00
Paul Masurel
8daf783510 Allowing fast field with amplitude 0 2016-08-01 22:39:55 +09:00
Paul Masurel
4c5a332ad1 Some doc 2016-08-01 22:26:03 +09:00
Paul Masurel
b39203c88c Added divide by 0 as returning always 0 in divider by 2016-08-01 10:47:21 +09:00
Paul Masurel
f94efcf5aa More than one default field in query parser. fst version to 1.3.1. 2016-08-01 09:22:01 +09:00
Paul Masurel
090973ff16 Added field norms. 2016-07-31 22:01:54 +09:00
Paul Masurel
97c6be1882 Added fieldnorms 2016-07-31 20:19:36 +09:00
Paul Masurel
22bc18040e code cleaning. 2016-07-31 16:51:32 +09:00
Paul Masurel
1e9feaddf9 Syncing all components. 2016-07-31 16:29:20 +09:00
Paul Masurel
e486495cb8 Code cleaning. 2016-07-31 15:34:32 +09:00
Paul Masurel
0e5d6720ba Fst version and SegmentId serialization
+ Using the master branch of fst (because of the slice issue)
+ Serializing SegmentId to the associated uid string directly
2016-07-31 12:22:26 +09:00
Paul Masurel
7281022ed1 Renamed MMapDirectory::create to MMapDirectory to open 2016-07-31 12:06:10 +09:00
Paul Masurel
a6b2d94119 Added unit tests 2016-07-29 18:38:18 +09:00
Paul Masurel
6ee776c926 Added chained collector. 2016-07-29 18:22:21 +09:00
Paul Masurel
bf2c95bb14 Minor changes. 2016-07-29 17:21:55 +09:00
Paul Masurel
04556c454a added top collector 2016-07-29 16:20:57 +09:00
Paul Masurel
4e4937ebb6 Query parser. 2016-07-28 21:29:27 +09:00
Paul Masurel
5f64e1ec9c added a simple query parser 2016-07-28 17:48:43 +09:00
Paul Masurel
d2a67c637f Added unit test 2016-07-25 17:01:34 +09:00
Paul Masurel
1080fe19dc Added test for tfidf score, added skip 2016-07-24 17:35:33 +09:00
Paul Masurel
852ce73849 test passing. 2016-07-23 23:15:10 +09:00
Paul Masurel
68f8c1877e Attempt to add a tfidf multitermscorer. 2016-07-20 21:49:48 +09:00
Paul Masurel
e20acd4ef6 Added doc_freq to searcher. Sums the value for all readers. 2016-07-05 21:37:35 +09:00