summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge pull request #9561 from ↵Henning Baldersheim2019-05-274-15/+15
|\ | | | | | | | | vespa-engine/vekterli/move-address-space-to-vespalib Move `AddressSpace` from searchlib to vespalib
| * Move `AddressSpace` from searchlib to vespalibTor Brede Vekterli2019-05-244-15/+15
| |
* | Add unit test for match data tagging.Tor Egge2019-05-272-1/+48
| |
* | Refactor tagging of TermFieldMatchData regarding which features areTor Egge2019-05-243-10/+20
|/ | | | needed by feature executors.
* Merge pull request #9516 from vespa-engine/vekterli/move-rcuvector-to-vespalibTor Brede Vekterli2019-05-2313-23/+23
|\ | | | | Move RcuVector and relevant support classes to vespalib
| * Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-2313-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | Having RCU support available across all our C++ modules open up new opportunities for optimizations. This changes the following: - `RcuVector` moved from `searchlib` to `vespalib` - `MemoryUsage` moved from `searchlib` to `vespalib` - Introduce a simplified, more generic `GrowStrategy` in `vespalib` used by the moved `RcuVector` which does not have any notion of documents. Existing searchlib `GrowStrategy` gets a simple function to convert to this generic strategy.
* | Allow enum values to be used directly as mask values.Tor Egge2019-05-234-17/+12
| |
* | Refactor handle recorder.Tor Egge2019-05-235-36/+44
| |
* | Merge pull request #9472 from ↵Henning Baldersheim2019-05-229-32/+136
|\ \ | |/ |/| | | | | vespa-engine/geirst/request-match-data-details-for-features Make it possible for rank features to request which match data that s..
| * Make it possible for rank features to request which match data that should ↵Geir Storli2019-05-219-32/+136
| | | | | | | | be available in a TermFieldMatchData instance.
* | Use std::regex instead of std::basic_regex<char>.Tor Egge2019-05-211-1/+1
|/
* Merge pull request #9425 from vespa-engine/balder/multiple-threads-for-fusionHenning Baldersheim2019-05-164-31/+38
|\ | | | | - Provide an executor and use it for fusion.
| * - Provide an executor and use it for fusion.Henning Baldersheim2019-05-154-31/+38
| | | | | | | | | | - Use per field temporary directories. - Keep WordNumMapping on the stack to make it thread safe.
* | Make optimized path when rank drop limit is not used.Geir Storli2019-05-162-11/+29
|/ | | | This is done as comparing a double with a double that is NaN can be very expensive on some CPUs.
* Expose the shared executor as a ThreadExecutor directlyHenning Baldersheim2019-05-154-13/+8
|
* Use the shared executor from the threading service, and remove the loose wire.Henning Baldersheim2019-05-148-67/+52
|
* Wire in the shared executor in the threading service.Henning Baldersheim2019-05-1416-33/+72
|
* introduce online state in proto rpc adapterHåvard Pettersen2019-05-143-0/+8
| | | | | this is to ensure we do not start server stuff until we are officially online.
* Do not follow nullptr until node is ready for it.Henning Baldersheim2019-05-132-2/+3
|
* Merge branch 'master' into balder/use-2-transport-threads-for-proton-rpcHenning Baldersheim2019-05-113-30/+26
|\
| * Simplify the supervisor responsibilityHenning Baldersheim2019-05-104-29/+31
| |
* | Unify on emplace_back and code style.Henning Baldersheim2019-05-081-51/+32
| |
* | Use 2 thransport threads for proton rpc.Henning Baldersheim2019-05-082-2/+8
|/
* Deinline test code.Henning Baldersheim2019-05-066-12/+9
|
* Deinline test code.Henning Baldersheim2019-05-061-0/+17
|