aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10253 from vespa-engine/geirst/block-lid-space-compaction...Geir Storli2019-08-131-6/+14
|\
| * Block lid space compaction job while remove batch (delete buckets) is ongoing.Geir Storli2019-08-131-6/+14
* | MergeJon Bratseth2019-08-131-1/+1
|/
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-1/+1
* Pass proper type to object visitor.Tor Egge2019-08-072-2/+2
* Use std::mem_fn instead of std::mem_fun.Tor Egge2019-08-061-1/+0
* Add clang specific instantiation in dot product feature.Tor Egge2019-08-021-0/+3
* Suppress clang warnings.Tor Egge2019-08-023-0/+21
* Don't use pointer arithmetics with nullptr.Tor Egge2019-08-021-2/+2
* Don't depend on gcc libs when using clangTor Egge2019-08-011-1/+1
* Use const operator<.Tor Egge2019-08-011-1/+1
* Use std::optional instead of std::experimental::optional.Tor Egge2019-07-313-4/+4
* Use proper scope for enum constants.Tor Egge2019-07-305-51/+53
* Use a single anonymous namespace instead of sprinkling 3 differen ones around.Henning Baldersheim2019-07-291-78/+69
* get_raw -> get_boundHenning Baldersheim2019-07-292-8/+10
* Avoid the compiler reloading the base register for every store.Henning Baldersheim2019-07-292-20/+27
* use template struct instead of macroArne Juul2019-07-291-24/+38
* Use extra braces and using instead of nested macros.Henning Baldersheim2019-07-291-9/+20
* Avoid copy.Henning Baldersheim2019-07-261-0/+41
* Add more logging related to compaction and reenumeration.Henning Baldersheim2019-07-232-1/+10
* remove concept of dimension 'bound-ness'Håvard Pettersen2019-07-105-246/+55
* float cells in attributeHåvard Pettersen2019-07-091-1/+11
* Add support searching a reference attribute using the parent document id.Geir Storli2019-07-083-8/+123
* Rewrite reference attribute tests to gtest.Geir Storli2019-07-082-202/+200
* add TypedCells and related functionalityArne Juul2019-07-044-22/+27
* Merge pull request #9853 from vespa-engine/havardpe/remove-error-value-constantArne H Juul2019-07-011-3/+1
|\
| * remove error_value constantHåvard Pettersen2019-06-201-3/+1
* | Rewrite url field inverter tests to gtest.Geir Storli2019-06-282-296/+293
* | Rewrite field inverter tests to gtest.Geir Storli2019-06-282-194/+169
* | Rewrite field index remover tests to gtest.Geir Storli2019-06-282-33/+30
* | Rewrite document inverter tests to gtest.Geir Storli2019-06-282-148/+126
* | Rewrite word store tests to gtest.Geir Storli2019-06-282-41/+20
* | Rewrite feature store tests to gtest.Geir Storli2019-06-272-97/+58
* | Rewrite compact words store tests to gtest.Geir Storli2019-06-272-46/+45
* | Cap interleaved features in memory index (field_length, num_occs) to preventTor Egge2019-06-244-28/+30
* | Rename experimentalpostinglistformat -> interleavedfeatures in indexschema.def.Geir Storli2019-06-248-15/+15
* | Tag match data for children of near search as needingTor Egge2019-06-212-0/+30
* | Fix bugs in doUnpack() in memory posting iterator.Geir Storli2019-06-213-3/+16
* | Instantiate field index type based on config in index schema.Geir Storli2019-06-216-63/+69
* | Support unpacking of interleaved features in memory posting list iterators.Geir Storli2019-06-218-167/+269
* | Prepare memory posting list iterators to handle interleaved features.Geir Storli2019-06-218-175/+264
* | Add field length scanner, to get accurate field lengths forTor Egge2019-06-2011-9/+267
* | Reconstruct interleaved features as needed.Tor Egge2019-06-206-35/+168
|/
* Merge pull request #9840 from vespa-engine/havardpe/remove-error-valueArne H Juul2019-06-201-9/+1
|\
| * readjust to a world without ErrorValueHåvard Pettersen2019-06-191-9/+1
* | When the attribute is of type enum(mostly strings) the query vector can not b...Henning Baldersheim2019-06-192-10/+26
* | Precompute key when we can.Henning Baldersheim2019-06-192-1/+4
* | Add template parameter to FieldIndex that specifies whether the underlying po...Geir Storli2019-06-1916-271/+389
* | Create interface for a memory field index.Geir Storli2019-06-1910-164/+250
* | Add template parameter to PostingListEntry in preparation for storing interle...Geir Storli2019-06-198-29/+29