summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused includes.Henning Baldersheim2017-08-252-3/+0
|
* Reduce visibility.Henning Baldersheim2017-08-2519-100/+99
|
* Revert "Balder/move instead of copy"Henning Baldersheim2017-08-2519-99/+103
|
* Merge pull request #3184 from vespa-engine/balder/move-instead-of-copyHenning Baldersheim2017-08-2419-103/+99
|\ | | | | Balder/move instead of copy
| * Remove unused includes.Henning Baldersheim2017-08-222-3/+0
| |
| * Reduce visibility.Henning Baldersheim2017-08-2219-100/+99
| |
* | Separate interface with a const getXXX for readonly and another getXXXSP ↵Henning Baldersheim2017-08-241-8/+4
| | | | | | | | when you really need the SP.
* | Remove unused includes.Henning Baldersheim2017-08-241-3/+0
| |
* | Include what you need yourself.Henning Baldersheim2017-08-233-2/+6
| |
* | All you need is make_string.Henning Baldersheim2017-08-232-7/+4
|/
* Drop the dangerous LinkedPtr.Henning Baldersheim2017-08-211-0/+1
|
* Merge pull request #3165 from ↵Henning Baldersheim2017-08-211-9/+0
|\ | | | | | | | | vespa-engine/toregge/remove-bad-obsolete-code-from-attribute-reprocessing-initializier Stop trying to get attribute field from old schema when determining if
| * Stop trying to get attribute field from old schema when determining ifTor Egge2017-08-211-9/+0
| | | | | | | | | | | | | | document store needs to be populated from attribute that is being removed. If attribute aspect removal has been delayed during an earlier reconfig then the old schema won't have information about the attribute.
* | Merge pull request #3158 from ↵Geir Storli2017-08-212-33/+3
|\ \ | |/ |/| | | | | vespa-engine/toregge/add-imported-attribute-vector-read-guard Add ImportedAttributeVectorReadGuard, used to handle imported attributes
| * Add ImportedAttributeVectorReadGuard, used to handle imported attributesTor Egge2017-08-182-33/+3
| | | | | | | | via ImportedAttributesContext in a safe manner.
* | Include what you need.Henning Baldersheim2017-08-1813-25/+21
| |
* | Use std::this_thread::sleep_for instead of FastOS_Thread::SleepHenning Baldersheim2017-08-181-2/+3
| |
* | Remove unused.Henning Baldersheim2017-08-181-2/+0
| |
* | Hide the thread thread implementation a bit more.Henning Baldersheim2017-08-184-10/+21
| |
* | Remove more clutter in fastos/types.hHenning Baldersheim2017-08-185-7/+5
| |
* | Include only what you need.Henning Baldersheim2017-08-188-10/+14
|/
* Read in the indexing thread instead as it can be costly.Henning Baldersheim2017-08-172-39/+33
|
* Clean compile with -Og -fno-omit-frame-pointerTor Brede Vekterli2017-08-161-0/+3
|
* Merge pull request #3120 from ↵Henning Baldersheim2017-08-164-129/+121
|\ | | | | | | | | vespa-engine/balder/produce-summary-features-if-using-dispatch.summaries Balder/produce summary features if using dispatch.summaries
| * Do not overload based on only constness.Henning Baldersheim2017-08-161-1/+1
| |
| * Cleanup intellij odd relayout.Henning Baldersheim2017-08-161-40/+37
| |
| * Also propagate rank profileHenning Baldersheim2017-08-163-9/+18
| |
| * Reduce includes.Henning Baldersheim2017-08-161-4/+2
| |
| * Data, not stringHenning Baldersheim2017-08-152-2/+2
| |
| * Add support for sessionid for using query cache.Henning Baldersheim2017-08-152-138/+126
| |
* | Merge pull request #3119 from ↵Tor Egge2017-08-166-49/+64
|\ \ | | | | | | | | | | | | vespa-engine/geirst/add-imported-attribute-fields-to-attributes-config Geirst/add imported attribute fields to attributes config
| * | Change SchemaBuilder to use attributes config to setup imported attribute ↵Geir Storli2017-08-166-48/+36
| | | | | | | | | | | | fields in schema.
| * | Filter away imported attribute fields after building schema and before ↵Geir Storli2017-08-162-2/+29
| |/ | | | | | | building document db config.
* / Factor out ReferenceMappings from ReferenceAttribute.Tor Egge2017-08-152-2/+3
|/
* Merge pull request #3097 from ↵Henning Baldersheim2017-08-141-1/+9
|\ | | | | | | | | vespa-engine/vekterli/ignore-spurious-gcc-lambda-destructor-inlining-warnings Selectively ignore GCC inlining warning for lambdas
| * Selectively ignore GCC inlining warning for lambdasTor Brede Vekterli2017-08-141-1/+9
| | | | | | | | | | Triggers inlining warnings for lambda destructors in debug builds. No way we can pull those out, so warning is pretty useless for our purposes.
* | Improve comments about ZSTD compression levels.Henning Baldersheim2017-08-141-0/+4
| |
* | Only ignore size computations for weakly consistent reads.Henning Baldersheim2017-08-143-4/+9
| |
* | Use ZSTD for compressing to summary file.Henning Baldersheim2017-08-141-2/+2
| |
* | Flip defaults to optimize for streaming search by default.Henning Baldersheim2017-08-141-5/+3
|/
* If you need to restart, just do it right away. You are probably taking up ↵Henning Baldersheim2017-08-111-9/+4
| | | | somebody elses port.
* Use std::atomic all over and completely get rid of homegrown atomics.Henning Baldersheim2017-08-112-2/+0
|
* Merge pull request #3069 from ↵Arnstein Ressem2017-08-111-2/+2
|\ | | | | | | | | vespa-engine/toregge/allow-other-boost-and-llvm-versions Toregge/allow other boost and llvm versions
| * Use VESPA_ prefix for new cmake variables.Tor Egge2017-08-101-2/+2
| |
| * Prepare for using other versions of boost and llvm.Tor Egge2017-08-101-2/+2
| |
* | Implement MySummaryAdapter::putHenning Baldersheim2017-08-101-7/+6
| |
* | Add missing ;Henning Baldersheim2017-08-101-1/+1
| |
* | Also change feedview when documenttype config changes.Henning Baldersheim2017-08-101-4/+4
| |
* | Also run the serialization in different threadpool.Henning Baldersheim2017-08-1014-187/+185
|/
* Stop using deprecated readdir_r (deprecated since glibc 2.24).Tor Egge2017-08-091-5/+4
| | | | Use readdir instead.