Commit Graph

  • 9a8f153d2b positions Paul Masurel 2016-08-13 13:15:39 +09:00
  • cf1415a17c Misc fixes. Paul Masurel 2016-08-13 00:31:56 +09:00
  • 1fba8a2b58 blop Paul Masurel 2016-08-12 10:13:01 +09:00
  • 6bfe41e963 Using hashmap Paul Masurel 2016-08-12 09:40:28 +09:00
  • e644a371d6 moving stuff around in the segment writer Paul Masurel 2016-08-12 09:07:27 +09:00
  • 57626cd217 indexing untokenized fields Paul Masurel 2016-08-12 00:50:23 +09:00
  • e017840377 BUGFIX - every field was recording term frequency. (no position) Paul Masurel 2016-08-12 00:46:22 +09:00
  • 841a54546e added extra doc file Paul Masurel 2016-08-11 21:18:59 +09:00
  • 853e020fda Checking whether cargo bin is interfering with coverage. Paul Masurel 2016-08-11 18:58:27 +09:00
  • 8f812c7cd4 blop Paul Masurel 2016-08-11 17:54:06 +09:00
  • d0fa2ac906 Added starting tutorial Paul Masurel 2016-08-11 16:26:54 +09:00
  • e76dc40aaf hiding some inner module Paul Masurel 2016-08-11 16:26:18 +09:00
  • 86449deba5 Updated schema doc. Fixed test cases. Paul Masurel 2016-08-11 14:36:17 +09:00
  • edbff60d66 Added cli Paul Masurel 2016-08-11 10:48:24 +09:00
  • ca24daae51 Added CLI wizard for index new Paul Masurel 2016-08-11 00:37:07 +09:00
  • c53a930389 Reintroduced cli command in tantivy Paul Masurel 2016-08-10 10:08:13 +09:00
  • f9ee6c45bd Added occur Paul Masurel 2016-08-07 00:06:03 +09:00
  • 179095fb6a Allow for u32 terms in query. Paul Masurel 2016-08-06 18:50:34 +09:00
  • d4bbec6631 Safer interface for union_postings Paul Masurel 2016-08-06 18:18:45 +09:00
  • 0ee473f474 Added tantivy::Error Paul Masurel 2016-08-06 17:02:31 +09:00
  • 79158e98eb advance, added next Paul Masurel 2016-08-06 12:01:31 +09:00
  • bf0d072c2d next() -> advance() Paul Masurel 2016-08-06 11:50:17 +09:00
  • bc54db6872 Explanation as a struct Paul Masurel 2016-08-06 00:46:50 +09:00
  • 140f6fd2b4 explanation kind of working in an ugly way. Paul Masurel 2016-08-05 12:02:13 +09:00
  • a9ae49ab1e Added static files Paul Masurel 2016-08-05 11:33:28 +09:00
  • 4ccf4709ac Updated Cargo.ml Paul Masurel 2016-08-05 10:59:41 +09:00
  • 2b571729a1 Merge branch 'master' of github.com:fulmicoton/tantivy Paul Masurel 2016-08-04 17:02:27 +09:00
  • 86f105bd7a Added serve command Paul Masurel 2016-08-04 10:16:24 +09:00
  • 66ebbae85a No influence from starting and trailing spaces. Paul Masurel 2016-08-04 00:53:24 +09:00
  • 16dc695614 Added some tests Paul Masurel 2016-08-03 23:05:38 +09:00
  • 316bdcf835 Added test for term Paul Masurel 2016-08-03 22:41:19 +09:00
  • 87659987d8 add more test to query parser Paul Masurel 2016-08-03 22:31:40 +09:00
  • 90132121c9 Added unit test for query parser. More stuff in terms. Paul Masurel 2016-08-03 22:15:31 +09:00
  • 5a32ba7181 Added unit test for multi collector Paul Masurel 2016-08-03 21:45:45 +09:00
  • c93b9a2b64 Change benchmark Paul Masurel 2016-08-03 21:39:02 +09:00
  • 44f3f23d48 Changed block size to 16K Paul Masurel 2016-08-03 15:42:10 +09:00
  • 4acc6f673d Lighter HeapItem by putting term freq aside, and keeping ord as u32 Paul Masurel 2016-08-03 11:13:35 +09:00
  • 12534e55a3 Lighter HeapItem by putting term freq aside, and keeping ord as u32 Paul Masurel 2016-08-03 11:13:35 +09:00
  • a05d414011 Avoiding useless siftdown in the heap. Paul Masurel 2016-08-03 10:36:01 +09:00
  • 717a28fea4 Added coverage icon in README Paul Masurel 2016-08-03 10:02:53 +09:00
  • 49e9c8fbe1 Trying hard to get kcov to work. Paul Masurel 2016-08-03 09:38:50 +09:00
  • 6cf5fd51a6 Trying to fix travis code coverage Paul Masurel 2016-08-03 08:35:34 +09:00
  • 074fede966 removed --verify Paul Masurel 2016-08-02 23:36:30 +09:00
  • 74338a906d Refix CXX version Paul Masurel 2016-08-02 23:13:31 +09:00
  • b503d5090c Trying to fix travis-cargo usage. See https://github.com/huonw/travis-cargo/issues/33 Paul Masurel 2016-08-02 23:00:07 +09:00
  • e34d098222 no nightly thing Paul Masurel 2016-08-02 22:55:18 +09:00
  • 8910e1c841 no need for only stable Paul Masurel 2016-08-02 22:47:46 +09:00
  • 4d8ef87824 trying to use travis-cargo, and publish doc. Paul Masurel 2016-08-02 22:40:36 +09:00
  • 1781806ee6 fixing unit tests Paul Masurel 2016-08-02 22:40:22 +09:00
  • b1056b6455 Added bench cli Paul Masurel 2016-08-02 10:21:28 +09:00
  • 8daf783510 Allowing fast field with amplitude 0 Paul Masurel 2016-08-01 22:39:55 +09:00
  • 4c5a332ad1 Some doc Paul Masurel 2016-08-01 22:26:03 +09:00
  • b39203c88c Added divide by 0 as returning always 0 in divider by Paul Masurel 2016-08-01 10:47:21 +09:00
  • f94efcf5aa More than one default field in query parser. fst version to 1.3.1. Paul Masurel 2016-08-01 09:22:01 +09:00
  • 090973ff16 Added field norms. Paul Masurel 2016-07-31 22:01:54 +09:00
  • 97c6be1882 Added fieldnorms Paul Masurel 2016-07-31 20:19:36 +09:00
  • 22bc18040e code cleaning. Paul Masurel 2016-07-31 16:51:32 +09:00
  • 1e9feaddf9 Syncing all components. Paul Masurel 2016-07-31 16:29:20 +09:00
  • e486495cb8 Code cleaning. Paul Masurel 2016-07-31 15:34:32 +09:00
  • 0e5d6720ba Fst version and SegmentId serialization Paul Masurel 2016-07-31 12:22:26 +09:00
  • 7281022ed1 Renamed MMapDirectory::create to MMapDirectory to open Paul Masurel 2016-07-31 12:06:10 +09:00
  • a6b2d94119 Added unit tests Paul Masurel 2016-07-29 18:38:18 +09:00
  • 6ee776c926 Added chained collector. Paul Masurel 2016-07-29 18:22:21 +09:00
  • bf2c95bb14 Minor changes. Paul Masurel 2016-07-29 17:21:55 +09:00
  • 04556c454a added top collector Paul Masurel 2016-07-29 16:20:57 +09:00
  • 4e4937ebb6 Query parser. Paul Masurel 2016-07-28 21:29:27 +09:00
  • 5f64e1ec9c added a simple query parser Paul Masurel 2016-07-28 17:48:43 +09:00
  • d2a67c637f Added unit test Paul Masurel 2016-07-25 17:01:34 +09:00
  • 1080fe19dc Added test for tfidf score, added skip Paul Masurel 2016-07-24 17:35:33 +09:00
  • 852ce73849 test passing. Paul Masurel 2016-07-23 23:15:10 +09:00
  • 68f8c1877e Attempt to add a tfidf multitermscorer. Paul Masurel 2016-07-20 21:49:48 +09:00
  • e20acd4ef6 Added doc_freq to searcher. Sums the value for all readers. Paul Masurel 2016-07-05 21:37:35 +09:00
  • 7960a00b99 Multi term queries + postings. Paul Masurel 2016-07-03 22:44:37 +09:00
  • 0b682e2c9e Added impl Postings for Boxed and ref of postings. Paul Masurel 2016-06-24 14:50:58 +09:00
  • 053e9c7863 Term(Vec) Paul Masurel 2016-06-22 17:30:08 +09:00
  • 43b69c7b30 renamed module codec -> segment serializer Paul Masurel 2016-06-22 17:25:42 +09:00
  • a99279c40c split writer into segment_writer and writer Paul Masurel 2016-06-22 17:12:33 +09:00
  • 754f8cb132 Fixed merger. FstMap now simply iters on keys when merging. Hope it is not too slow Paul Masurel 2016-06-22 10:22:33 +09:00
  • 0c230c9ebf fixed reading docfreq Paul Masurel 2016-06-21 10:07:12 +09:00
  • 36684d76c5 Added a bunch of test, change read_postings to work on a term Paul Masurel 2016-06-20 21:27:02 +09:00
  • 55507a8e0f Added read_postings. Paul Masurel 2016-06-20 09:41:17 +09:00
  • b93fa39910 Added test for field entry json ser/deser Paul Masurel 2016-06-19 22:47:43 +09:00
  • 9d8b3759d8 Test passing Paul Masurel 2016-06-19 16:08:55 +09:00
  • 19b3835b53 Fixed fastfield. Paul Masurel 2016-06-19 12:37:52 +09:00
  • 6d30546517 Swith to copy semantics for Field Paul Masurel 2016-06-19 00:37:03 +09:00
  • 3a8d566563 Started refactoring Paul Masurel 2016-06-19 00:19:17 +09:00
  • 3d8cd078d1 delegating the search logic to a query trait. Paul Masurel 2016-06-12 16:22:40 +09:00
  • 97edf1f5cb unsure checkpoijnt Paul Masurel 2016-06-12 15:15:49 +09:00
  • cdcc72a0c9 test passing Paul Masurel 2016-05-19 11:08:50 +09:00
  • 9226338bf0 freqhandler as an enum Paul Masurel 2016-05-15 18:45:41 +09:00
  • e65d05fa12 blop Paul Masurel 2016-05-08 11:51:10 +09:00
  • 4c244c99ae removed deps to SIMDCompressionAndIntersection Paul Masurel 2016-05-07 17:35:53 +09:00
  • 1a71d4095a blop Paul Masurel 2016-05-07 10:50:28 +09:00
  • 45746e4175 test passing again Paul Masurel 2016-05-06 16:46:03 +09:00
  • e66b70051d test not compiling Paul Masurel 2016-05-06 16:33:45 +09:00
  • dad44f692b merger working again. Paul Masurel 2016-05-06 14:36:23 +09:00
  • 8d10e48c74 bbbb Paul Masurel 2016-05-05 23:02:07 +09:00
  • 0410908894 added posting(s) objects. Paul Masurel 2016-05-05 13:03:47 +09:00
  • 844822277d blop Paul Masurel 2016-05-05 11:32:08 +09:00
  • 56aa976d60 blop Paul Masurel 2016-05-05 11:11:33 +09:00