summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unneeded direct library dependency, we already link to the cryptoTor Egge2019-08-231-1/+0
| | | | library due to vespalib dependency.
* Merge pull request #10375 from vespa-engine/balder/soft_doom_factor-metricHenning Baldersheim2019-08-222-14/+17
|\ | | | | Balder/soft doom factor metric
| * Add soft_doom_factor metric production per rankprofile in the backend.Henning Baldersheim2019-08-222-14/+17
| |
* | Do not generate old formats, not even in tests.Henning Baldersheim2019-08-211-20/+0
| |
* | Remove v6/v7 on c++ side tooHenning Baldersheim2019-08-213-6/+3
|/
* Merge pull request #10313 from vespa-engine/balder/remove-doc-ids-part-3Henning Baldersheim2019-08-1921-349/+273
|\ | | | | doc: -> id:
| * Remove DocIdString outside of documentHenning Baldersheim2019-08-191-33/+2
| |
| * doc: -> id:Henning Baldersheim2019-08-1620-316/+271
| |
* | Remove "enable enumerated save" flag from attribute vectors as this should ↵Geir Storli2019-08-191-1/+0
|/ | | | | | be always on. For production code this has been on for several years already.
* Merge branch 'master' into balder/prepare-remove-visitor-orderingHenning Baldersheim2019-08-1513-545/+614
|\
| * propagate location too.Henning Baldersheim2019-08-151-0/+2
| |
| * - nested namespacesHenning Baldersheim2019-08-151-7/+6
| | | | | | | | | | - c++ for loops - no sematics
| * Block lid space compaction job while remove batch (delete buckets) is ongoing.Geir Storli2019-08-1310-16/+115
| |
| * Merge pull request #10225 from ↵Tor Egge2019-08-122-523/+492
| |\ | | | | | | | | | | | | vespa-engine/geirst/document-meta-store-tests-to-gtest Rewrite document meta store tests to gtest.
| | * Rewrite document meta store tests to gtest.Geir Storli2019-08-092-523/+492
| | |
* | | Remove visitor ordering and order selection.Henning Baldersheim2019-08-092-9/+4
|/ /
* / Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-095-27/+26
|/
* Merge pull request #10215 from ↵Tor Egge2019-08-092-268/+276
|\ | | | | | | | | vespa-engine/geirst/lid-space-compaction-tests-to-gtest Rewrite lid space compaction tests to gtest.
| * Rewrite lid space compaction tests to gtest.Geir Storli2019-08-082-268/+276
| |
* | Use std::mem_fn instead of std::mem_fun.Tor Egge2019-08-061-3/+4
|/ | | | Use std::bind instead of std::bind2nd.
* Don't depend on gcc libs when using clangTor Egge2019-08-012-2/+2
|
* Use std::filesystem instead of std::experimental::filesystem.Tor Egge2019-07-315-9/+9
|
* Copy constructor/assignment is explicitly deleted for protom::ISearchHandler.Tor Egge2019-07-311-2/+4
| | | | Add explicit delete of copy/move constructor/assignment for proton::SearchView.
* Use enum class for storage::spi::Result::ErrorType.Tor Egge2019-07-306-47/+47
|
* Use proper scope for enum constants.Tor Egge2019-07-305-13/+13
|
* Coverage of documents.Henning Baldersheim2019-06-271-1/+1
|
* Make covered and numActiveLids visible in larger scopeHenning Baldersheim2019-06-271-2/+4
|
* Add coverage informationwhen we soft timeout.Henning Baldersheim2019-06-271-1/+2
|
* Merge pull request #9840 from vespa-engine/havardpe/remove-error-valueArne H Juul2019-06-207-45/+19
|\ | | | | Havardpe/remove error value
| * readjust to a world without ErrorValueHåvard Pettersen2019-06-197-45/+19
| |
* | Track rename of cheap features to interleaved features.Tor Egge2019-06-182-16/+16
| |
* | Rename cheap features to interleaved features.Tor Egge2019-06-182-3/+3
|/
* Explicit instantiation of BTreeIterator should always be accompanied withTor Egge2019-06-162-10/+18
| | | | matching explicit instantiation of BTreeConstIterator and BTreeIteratorBase.
* test tensor feature extraction for protonHåvard Pettersen2019-06-142-13/+41
| | | | | also make sure we avoid auto-unboxing for both indexed and streaming search
* populate feature sets with serialized tensorsHåvard Pettersen2019-06-132-15/+29
|
* Expose absolute values for document frequency in ITermFieldData (as needed ↵Geir Storli2019-06-122-6/+5
| | | | by bm25 feature).
* Add missing includes.Tor Egge2019-06-112-1/+3
|
* Extend query environment with method to get average field length.Tor Egge2019-06-119-11/+33
|
* Test propagation of field length info between indexes in index manager.Geir Storli2019-06-072-28/+92
|
* Rewrite index manager unit tests to gtest.Geir Storli2019-06-072-291/+323
|
* Save average field length in posting list file header.Tor Egge2019-06-063-2/+3
|
* Extend MemoryIndex to take an instance of IFieldLengthInspector to setup ↵Geir Storli2019-06-067-36/+44
| | | | field length calculators per field index.
* Change searchcorespi::IndexSearchable to also implement the ↵Geir Storli2019-06-055-14/+87
| | | | | | IFieldLengthInspector API. Currently the memory and disk index implementations return empty field length info for all fields.
* Rewrite indexcollection unit tests to gtest.Geir Storli2019-06-052-76/+67
|
* Wire field inverter at construction time.Tor Egge2019-06-041-5/+3
|
* Merge pull request #9633 from vespa-engine/havardpe/remove-tensor-factoryArne H Juul2019-06-013-41/+37
|\ | | | | remove tensor factory
| * remove tensor factoryHåvard Pettersen2019-05-313-41/+37
| |
* | Remove non-relevant comment.Geir Storli2019-05-311-1/+0
| |
* | Fix bug in lid space compaction where partial updates to attributes were ↵Geir Storli2019-05-3113-118/+174
|/ | | | | | | | | lost when moving a document. Instead of using the document store directly (when reading the document to move) the document retriever must be used. The document retriever patches in attribute values and also correctly waits for the thread writing to the document store. The job moving documents between the "ready" and "not ready" sub databases was already doing this correctly.
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-274-10/+10
| | | | | | | | | | Namespace is still `search` and not `vespalib` due to the massive amount of code that would need to be modified for such a change. Other changes: - Move `BufferWriter` from searchlib to vespalib - Move assertion and rand48 utilities from staging_vespalib to vespalib - Move gtest utility code from staging_vespalib to vespalib