summaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Drop the dangerous LinkedPtr.Henning Baldersheim2017-08-211-0/+1
* Merge pull request #3165 from vespa-engine/toregge/remove-bad-obsolete-code-f...Henning Baldersheim2017-08-211-9/+0
|\
| * Stop trying to get attribute field from old schema when determining ifTor Egge2017-08-211-9/+0
* | Merge pull request #3158 from vespa-engine/toregge/add-imported-attribute-vec...Geir Storli2017-08-212-33/+3
|\ \ | |/ |/|
| * Add ImportedAttributeVectorReadGuard, used to handle imported attributesTor Egge2017-08-182-33/+3
* | 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 vespa-engine/balder/produce-summary-features-if...Henning Baldersheim2017-08-164-129/+121
|\
| * 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 vespa-engine/geirst/add-imported-attribute-fiel...Tor Egge2017-08-166-49/+64
|\ \
| * | Change SchemaBuilder to use attributes config to setup imported attribute fie...Geir Storli2017-08-166-48/+36
| * | Filter away imported attribute fields after building schema and before buildi...Geir Storli2017-08-162-2/+29
| |/
* / Factor out ReferenceMappings from ReferenceAttribute.Tor Egge2017-08-152-2/+3
|/
* Merge pull request #3097 from vespa-engine/vekterli/ignore-spurious-gcc-lambd...Henning Baldersheim2017-08-141-1/+9
|\
| * Selectively ignore GCC inlining warning for lambdasTor Brede Vekterli2017-08-141-1/+9
* | 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 som...Henning Baldersheim2017-08-111-9/+4
* Use std::atomic all over and completely get rid of homegrown atomics.Henning Baldersheim2017-08-112-2/+0
* Merge pull request #3069 from vespa-engine/toregge/allow-other-boost-and-llvm...Arnstein Ressem2017-08-111-2/+2
|\
| * 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
* Merge pull request #3053 from yahoo/balder/keep-the-documentmetastore-readgua...Henning Baldersheim2017-08-075-17/+19
|\
| * Use = default for default constructor.Henning Baldersheim2017-08-071-1/+1
| * Keep the DocumentMetaStore readguard live in teh ssession cache so the bluepr...Henning Baldersheim2017-08-074-16/+18
* | Merge pull request #3011 from yahoo/balder/do-not-set-docid-in-blueprint-cons...HÃ¥vard Pettersen2017-08-071-6/+7
|\ \ | |/ |/|
| * Call setDocId explicit in test instead.Henning Baldersheim2017-07-251-6/+7
* | Merge pull request #3052 from yahoo/balder/delay-ackHenning Baldersheim2017-08-052-12/+17
|\ \
| * | Explicit capture list.Henning Baldersheim2017-08-051-1/+1
| * | Make it compile again with correct gcc options too.Henning Baldersheim2017-08-042-5/+4
| * | Ensure ack is delayed until visibility is achieved.Henning Baldersheim2017-08-042-10/+16
* | | Handle docsum replay done in summary thread.Tor Egge2017-08-041-4/+16
|/ /