Podcasts about Apache Solr

  • 15PODCASTS
  • 22EPISODES
  • 48mAVG DURATION
  • ?INFREQUENT EPISODES
  • Apr 9, 2024LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about Apache Solr

Latest podcast episodes about Apache Solr

Engineering Kiosk
#118 Wie funktioniert eine moderne Suche? Von Indexierung bis Ranking

Engineering Kiosk

Play Episode Listen Later Apr 9, 2024 72:20


Explain my like i am five: Die Grundlagen moderner SuchenWir, als User, erwarten heutzutage ziemlich viel von einer Suchmaschine. Es soll “magisch” verstehen, was wir eigentlich finden möchten. Egal ob wir das richtige Wort dafür nutzen (aka Synonym-Suche) oder ob der Begriff einen Tippfehler hat (aka “Meinten Sie …?”).Oft werden Tools wie Elastic- oder OpenSearch, Solr, Algolia und Co. für sowas eingesetzt, denn eine einfache Volltext-Suche mittels eines Wildcard-SQL-SELECT Statement reicht dafür nicht mehr aus. Doch was steckt eigentlich dahinter? Wie funktionieren all diese modernen Suchen eigentlich im Inneren? In dieser Episode geht es um die Grundlagen moderner Suchmaschinen. Wir schmeißen mit Begriffen wie Stemming, Homonyme, BERT, Stopwords, Inverted Index, Suffixbäume, N-Grams, Term Frequency-Inverse Document Frequency, Vector Space Model und Co um uns und erklären das ganze im “Explain me Like I am five”-Stil.Bonus: Wie Konzepte des Information Retrieval mit Bälle-Bädern erklärt werden.**** Diese Episode wird von der HANDELSBLATT MEDIA GROUP gesponsert.Wirtschaft ist nicht immer einfach. Deswegen lautet die Mission der HANDELSBLATT MEDIA GROUP: „Wir möchten Menschen befähigen, die Wirtschaft zu verstehen.“ Mit ihren Kernprodukten, dem Handelsblatt und der WirtschaftsWoche, sowie 160.000 Abonnements, 15 Millionen Besuchern und 3 Milliarden Anfragen in einem Monat leisten sie einen wichtigen Beitrag zur Orientierung und Meinungsbildung in den Bereichen Wirtschaft und Politik und machen damit einen ausgezeichneten Job.Wenn du Teil dieser Mission sein möchtest, schau auf https://engineeringkiosk.dev/handelsblatt vorbei und werde ein Teil der HANDELSBLATT MEDIA GROUP.********Das schnelle Feedback zur Episode:

Engineering Kiosk
#19 Datenbank-Deepdive (oder das Ende einer Ära): von Redis bis ClickHouse

Engineering Kiosk

Play Episode Listen Later May 17, 2022 64:02


Der zweite Datenbank-Deepdive im Engineering Kiosk.Indirekt knüpfen wir an Episode 8 mit dem Thema Datenbanken. Diesmal fangen wir aber ganz vorne an: Mit hierarchischen Datenbanken über Objektorientierte Datenbanken, anschließend zu SQL bis hin zur NoSQL und Spaltenorientierten Datenbank-Ära. Dabei klären wir Fragen was zum Beispiel der Unterschied zwischen Datenbanken und Dateien ist, ob OOP-Datenbank immer noch ein Hype ist, was Indexe sind und wie diese funktionieren, warum die Migration weg von Oracle schwierig sein kann, ob Lucene eine Datenbank ist und noch viel viel mehr.Bonus: Was Kürbiskerne mit Datenbanken zu tun haben und warum MySQL ein besseres Adressbuch mit SQL Interface ist.Feedback an stehtisch@engineeringkiosk.dev oder via Twitter an https://twitter.com/EngKioskLinksIBM Mainframes: https://www.ibm.com/de-de/it-infrastructure/zClickHouse: https://github.com/ClickHouse/ClickHouse / https://clickhouse.com/Oracle Cloud Free Tier: https://www.oracle.com/de/cloud/free/Apache Lucene: https://lucene.apache.org/Apache Solr: https://solr.apache.org/ElasticSearch: https://github.com/elastic/elasticsearchListe der Datenbankmanagementsysteme: https://de.wikipedia.org/wiki/Liste_der_DatenbankmanagementsystemeIBM Go Fork für Mainframes: https://github.com/linux-on-ibm-z/goDB4O: https://de.wikipedia.org/wiki/Db4oMichael Stonebraker / The End of an Architectural Era (It's Time for a Complete Rewrite): http://nms.csail.mit.edu/~stavros/pubs/hstore.pdfPercona: https://www.percona.com/2ndquadrant: https://www.2ndquadrant.com/OSS Names: https://github.com/EngineeringKiosk/OSS-NamesRedis: https://github.com/redis/redisRedisLabs: https://redis.com/antirez: http://antirez.com/RocksDB: http://rocksdb.org/ElasticSearch: https://github.com/elastic/elasticsearchLevelDB: https://github.com/google/leveldbMyRocks: http://myrocks.io/Sprungmarken(00:00:00) Intro(00:00:55) Mathematik-Professoren und Kürbiskern-Brötchen(00:02:27) Warum Datenbanken ein Herzensthema von Wolfgang ist(00:04:08) Was ist denn eine Datenbank und wann verwendet man eine Datenbank?(00:06:34) Sind klassische Dateien auch eine Datenbank?(00:07:25) Hierarchische Datenbanksysteme: IBM IMS(00:09:30) IBM Mainframes, Go, Docker und horizontale Skalierung(00:11:30) Was wäre ein Use-Case von hierarchische und Objekt-Orientierte Datenbanken?(00:16:15) Hast du bereits eine Objekt-Orientierte Datenbanken bereits in einem Projekt eingesetzt?(00:16:52) Trennung von Daten und Applikationslogik und SQL als Basis-Datenbanken-Wissen(00:18:55) Was ist der Unterschied von SQL-Datenbanken und Dateien(00:19:32) Datenbank Index/Indize: Daten-Duplikation, Lese- und Schreibzugriffe(00:23:54) Ist eine Excel-Datei eine Datenbank?(00:24:58) Unterschied von Files und Datenbanken: Nutzung von mehreren Benutzern(00:28:03) Recovery, persistentes und konsistentes Speichern bei Files und Datenbanken(00:31:01) Relationale Datenbanken sind die eigentlich klassischen Datenbanken(00:34:31) Proprietäre Datenbanken: Oracle Migration nach PostgreSQL(00:37:06) Oracle Cloud und das Free-Tier(00:38:29) MySQL wurde von Oracle übernommen und MariaDB als Alternative(00:39:48) Logik in der Datenbank, Oracle-Migrationen und Application-Server(00:41:10) Gibt es ein Killer-Argument für proprietäre Datenbanken?(00:43:57) Woher kommt der Name MySQL und MariaDB kommt?(00:45:19) Ist ElasticSearch eine Datenbank nach der klassischen Definition?(00:46:38) Ist Redis und andere Key-Value-Stores eine Datenbank?(00:48:42) NoSQL ist für Kinder, Feature-Ritis, Einfache Datenbanken und LevelDB / RocksDB und MyRocks(00:53:19) Was sind Spalten-Datenbanken und wann sollten diese angewendet werden? Analytische Datenbanken und Clickhouse von Yandex(00:58:15) Was für Fragen sind relevant um die richtige Datenbank für mich zu finden?(01:01:43) Feedback zum Thema Datenbanken und OutroHostsWolfgang Gassler (https://twitter.com/schafele)Andy Grunwald (https://twitter.com/andygrunwald)Engineering Kiosk Podcast: Anfragen an stehtisch@engineeringkiosk.dev oder via Twitter an https://twitter.com/EngKiosk

Talking Drupal
Talking Drupal #336 - Discover Drupal

Talking Drupal

Play Episode Listen Later Feb 28, 2022 55:05


Today we are talking about Discover Drupal with Angie Sabin. www.talkingDrupal.com/336 Topics Drupal 10.0.0-alpha2 was tagged Describe Discover Drupal Importance of Discover Drupal Roles in DD Trainee Mentor Supporter Mentor's responsibilities Time commitment Mentor Trainee Mentor application closed North America only and plans to expand Other ways to support the program Number of trainees Plans to join with EDU Resources Discover Drupal Gwendolyn Anello AmyJune Allison Manley Guests Angie Sabin - https://www.drupal.org/u/angiesabin Hosts Nic Laflin - www.nLighteneddevelopment.com @nicxvan John Picozzi - www.epam.com @johnpicozzi Martin Anderson-Clutz - @mandclu MOTW Search Overrides What the module does Allows editors to specify “featured results” for specific queries, using a capability built into modern versions of Apache Solr What versions are available 2.0.3, works with Drupal 8 and 9 What you like about the module and how you use it It provides an admin page for creating and managing overrides, but you can also create overrides and exclusions for a node while editing it What you like about the module and how you use it By default works with nodes, but can be configured to pull from a search Dependencies to thinks about Requires using Apache Solr for search

SCRIPTease
045 | Geneea: Jirka Hana, Co-Founder & CEO a Tomáš Mudruňka, Development Lead

SCRIPTease

Play Episode Listen Later Dec 8, 2021 59:43


Český startup Geneea se věnuje už od roku 2014 algoritmům z rodiny NLP neboli zpracování přirozeného jazyka. Jirka Hana, který stál u jeho založení, o umělé inteligenci a porozumění textu přednáší na Univerzitě Karlově, zároveň ale točí kormidlem firmy, která poskytuje služby největším českým mediálním domům v čele s Economií, Mafrou nebo VLM. Na naši SCRIPTease stage dorazil spolu s Tomem Mudruňkou, který vede softwarový vývoj. Jak těžké je automaticky doporučit k článku fotku a co dělat, když jako návrh vypadne obrázek Jirky Ovčáčka?

FeatherCast
Apache Solr and Lucene – Atri Sharma

FeatherCast

Play Episode Listen Later Sep 1, 2020 9:58


                      Apache Solr and Lucene are sister projects, in the search technology space. In this interview, Atri Sharma talks about the plan to make Solr an independent top level project …

FeatherCast
Apache Solr and Lucene – Atri Sharma

FeatherCast

Play Episode Listen Later Sep 1, 2020 9:58


                      Apache Solr and Lucene are sister projects, in the search technology space. In this interview, Atri Sharma talks about the plan to make Solr an independent top level project …

Ubuntu Security Podcast

Joe is back to discuss a recent breach against Wawa, plus we detail security updates from the past week including Apache Solr, OpenStack Keystone, Sudo, Django and more.

django wawa sudo apache solr
República Web
Sobre si CSS es un lenguaje de programación y PyCon España 2019 #RW113

República Web

Play Episode Listen Later Oct 12, 2019 61:13


Episodio completo donde tratamos en primer lugar si CSS es un lenguaje de programación. Aunque CSS sea un lenguaje descriptivo sobre HTML el enorme ecosistema que rodea al lenguaje y su constante evolución, con variables, funciones y módulos, se podría afirmar que CSS es sí mismo un lenguaje de programación. Su carácter de propósito único no es obstáculo para considerar todas sus caracterísitcas como un lenguaje de programación. Hablamos sobre CSS, preprocesadores y otras juguetes a disposición de los desarrolladores web. En la segunda parte Andros nos cuenta su experiencia en la conferencia de Python España celebrada la semana pasada en Alicante. También nos cuenta el estado de la comunidad de código libre en Python y los retos que afronta en el presente y futuro. También contamos alguna experiencia profesional y nos detenemos en el rocambolesco fraude de la EMT en Valencia, donde gracias a una estrategia de phishing han conseguido desplumar 4 millones de euros de fondos públicos. Última parte con una sección de radar repletita de enlaces y recomendaciones. State of CSS 2019 https://2019.stateofcss.com/ Libro Bruce Schneier Haz clic aquí para matarlos a todos https://www.planetadelibros.com/libro-haz-clic-aqui-para-matarlos-a-todos/294330 Podcast La Escalera de Antonio Sánchez y Enric Cortiñas https://laescalera.pro Mailtrap https://mailtrap.io Libro Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript https://www.amazon.es/Test-Driven-Development-Python-Selenium-JavaScript/dp/1491958707/ Katas de programación https://www.codewars.com/ Integración de Drupal 8 Apache Solr con Docker https://cursosdedesarrollo.com/2019/09/curso-de-drupal-8-xvii-sistemas-de-busqueda-de-contenido-search-api-e-integracion-con-apache-solr/ Vídeo sobre Docker Compose en el canal de YT https://youtu.be/PflG27kPX48 Gavias block builder. Modulo de Drupal para montar páginas "fácilmente" https://themeforest.net/item/buildpro-construction-drupal-8-theme/19481212 Nos podéis encontrar en: Web: https://republicaweb.es Telegram: https://t.me/republicaweb Twitter: @republicawebes Facebook: https://www.facebook.com/republicaweb Sitio web de Javier Archeni: https://javierarcheni.com Sitio web de Andros Fenollosa https://programadorwebvalencia.com Sitio web de David Vaquero https://cursosdedesarrollo.com

República Web
Sobre si CSS es un lenguaje de programación y PyCon España 2019 #RW113

República Web

Play Episode Listen Later Oct 12, 2019 61:13


Episodio completo donde tratamos en primer lugar si CSS es un lenguaje de programación. Aunque CSS sea un lenguaje descriptivo sobre HTML el enorme ecosistema que rodea al lenguaje y su constante evolución, con variables, funciones y módulos, se podría afirmar que CSS es sí mismo un lenguaje de programación. Su carácter de propósito único no es obstáculo para considerar todas sus caracterísitcas como un lenguaje de programación. Hablamos sobre CSS, preprocesadores y otras juguetes a disposición de los desarrolladores web. En la segunda parte Andros nos cuenta su experiencia en la conferencia de Python España celebrada la semana pasada en Alicante. También nos cuenta el estado de la comunidad de código libre en Python y los retos que afronta en el presente y futuro. También contamos alguna experiencia profesional y nos detenemos en el rocambolesco fraude de la EMT en Valencia, donde gracias a una estrategia de phishing han conseguido desplumar 4 millones de euros de fondos públicos. Última parte con una sección de radar repletita de enlaces y recomendaciones. State of CSS 2019 https://2019.stateofcss.com/ Libro Bruce Schneier Haz clic aquí para matarlos a todos https://www.planetadelibros.com/libro-haz-clic-aqui-para-matarlos-a-todos/294330 Podcast La Escalera de Antonio Sánchez y Enric Cortiñas https://laescalera.pro Mailtrap https://mailtrap.io Libro Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript https://www.amazon.es/Test-Driven-Development-Python-Selenium-JavaScript/dp/1491958707/ Katas de programación https://www.codewars.com/ Integración de Drupal 8 Apache Solr con Docker https://cursosdedesarrollo.com/2019/09/curso-de-drupal-8-xvii-sistemas-de-busqueda-de-contenido-search-api-e-integracion-con-apache-solr/ Vídeo sobre Docker Compose en el canal de YT https://youtu.be/PflG27kPX48 Gavias block builder. Modulo de Drupal para montar páginas "fácilmente" https://themeforest.net/item/buildpro-construction-drupal-8-theme/19481212 Nos podéis encontrar en: Web: https://republicaweb.es Telegram: https://t.me/republicaweb Twitter: @republicawebes Facebook: https://www.facebook.com/republicaweb Sitio web de Javier Archeni: https://javierarcheni.com Sitio web de Andros Fenollosa https://programadorwebvalencia.com Sitio web de David Vaquero https://cursosdedesarrollo.com

Finding Genius Podcast
Chao Han – Head of R&D – Lucidworks

Finding Genius Podcast

Play Episode Listen Later May 16, 2018 21:54


Lucidworks is an enterprise search technology company. They specialize in application development platforms, commercial support, consulting and training. Lucidworks also offers open-source software for Apache Lucene and Apache Solr. Head of R&D Chao Han discusses their newest product, Fusion, and how it was created.

head fusion chao lucidworks apache solr
SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast

Apache Solr Vulnerability used to Install Cryptocoin Miner https://isc.sans.edu/forums/diary/Apache+SOLR+the+new+target+for+cryptominers/23425/ CRIMEB4NK IRC Bot https://isc.sans.edu/forums/diary/CRIMEB4NK+IRC+Bot/23423/ Cisco Patches https://tools.cisco.com/security/center/publicationListing.x Any.Run Malware Analysis Tool https://any.run

SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast

Apache Solr Vulnerability used to Install Cryptocoin Miner https://isc.sans.edu/forums/diary/Apache+SOLR+the+new+target+for+cryptominers/23425/ CRIMEB4NK IRC Bot https://isc.sans.edu/forums/diary/CRIMEB4NK+IRC+Bot/23423/ Cisco Patches https://tools.cisco.com/security/center/publicationListing.x Any.Run Malware Analysis Tool https://any.run

AWS re:Invent 2017
STG329: Case Study: ProtectWise Optimizes Performance of Cassandra and Kafka Workloads with Amazon EBS

AWS re:Invent 2017

Play Episode Listen Later Nov 30, 2017 59:54


ProtectWise shifts network security to the cloud to provide complete visibility and detection of enterprise threats and incident response. Built entirely on AWS, the ProtectWise grid has the unique ability to create an unlimited retention window with full-fidelity forensics, automated retrospection, and advanced visualization. To enable customers to store petabytes of networking data and analyze it in seconds, they use Apache Solr and Apache Cassandra to analyze encrypted raw packet data and metadata about network packets—billions of items per day. Maintaining an architecture to handle a large volume of data requires an innovative architecture at a cost-effective standpoint. In this session, you learn how ProjectWise has optimized their solution on AWS using hot, warm, and cold shards across EC2 instance store, Amazon Elastic Block Store (Amazon EBS), and Amazon S3 for cost and scalability.

The Top Entrepreneurs in Money, Marketing, Business and Life
EP 523: xIQ Using AI to Power Sales Teams with $1.1m Raised with CEO Usman Sheikh

The Top Entrepreneurs in Money, Marketing, Business and Life

Play Episode Listen Later Dec 29, 2016 20:02


Usman Sheikh, CEO and founder of xIQ – an award-winning platform for personalized sales, marketing intelligence, and content marketing. He’s the former vice president of SAP AG and he’s pushing digital frontiers by delivering consumer grade experiences in B2B sales and the marketing space. xIQ is the winner of the prestigious 2016 Content Marketing Institute Award for best integration of mobile and content marketing. Famous Five: Favorite Book? – Zero to One What CEO do you follow? –  Bill McDermott Favorite online tool? — Twitter and LinkedIn Do you get 8 hours of sleep?— No If you could let your 20-year old self, know one thing, what would it be? – Take risks as early as you can.   Time Stamped Show Notes: 01:49 – Nathan introduces Usman to the show 02:30 – xIQ is a next generation sales intelligence tool designed for B2B sales and marketing professionals 03:04 – Usman worked with the top leaders of the world in SAP 03:30 – xIQ extracts the most relevant content from the most reliable sources 04:00 – xIQ is a SaaS product 04:16 – xIQ was founded in 2014, and released in early 2016 04:44 – xIQ raised 2 rounds of seed round 05:08 – Total amount raised 05:37 – Team size is under 15 and is based in Silicon Valley 06:05 – xIQ has 10 corporate customers and thousands of individual customers 06:35 – Average pay of corporate customers 06:57 – Average MRR 07:24 – Usman discusses one of their clients, GenPact, and how they use xIQ 07:42 – First, xIQ is used as a marketing intelligence tool to track competitors 08:47 – All data is real-time 09:20 – xIQ uses Apache Solr technology to index and for natural language processing 09:50 – xIQ gets their corporate customers from organic traffic 10:32 – xIQ’s process is the reason why corporate customers end up buying from them 11:12 – List size 11:24 – xIQ has 1 inside sales person 12:29 – No cancellations/churn yet for xIQ 12:53 – CAC 14:10 – LTV to CAC ratio 15:10 – Connect with Usman through LinkedIn, email and website 16:50 – The Famous Five   3 Key Points: Experience is a great teacher—continue to learn and hone your skill set. Building a business takes time and there is always room for improvement. Take risks as early on in life as you can.   Resources Mentioned: Acuity Scheduling – Nathan uses Acuity to schedule his podcast interviews and appointments Drip – Nathan uses Drip’s email automation platform and visual campaign builder to build his sales funnel Toptal – Nathan found his development team using Toptal for his new business Send Later. He was able to keep 100% equity and didn’t have to hire a co-founder due to the quality of Toptal Host Gator – The site Nathan uses to buy his domain names and hosting for the cheapest price possible. Audible – Nathan uses Audible when he’s driving from Austin to San Antonio (1.5-hour drive) to listen to audio books. The Top Inbox  – The site Nathan uses to schedule emails to be sent later, set reminders in inbox, track opens and follow-up with email sequences LinkedIn – Usman’s LinkedIn account Usman@xIQ.io – Usman’s email address xIQ.ai – Usman’s business website Show Notes provided by Mallard Creatives

Talking Drupal
Talking Drupal #133 - Debugging

Talking Drupal

Play Episode Listen Later Nov 30, 2016 58:15


In episode 133 we talk about something that everyone does when building and supporting websites, debugging. Show Notes Can you determine where the issue originates from? Is it front end, backup, css, or a module. RIR Strategy - Reproduce, Isolate and Resolve. Reproduce Gather pertinent information to help resolve a bug quicker Train your customer and provide a bug report form to help them provide you the best information. When trying to reproduce an issue, make sure your development/QA enviroments mirror the production environment. For example, do you PHP version match? Listen to show #127 Local Development with Vagrant. If an issue cannot be reproduced in a development environment, look at the server configuration and data. Isolating When the issue can be reproduced, isolating it is the next step. Tools and techniques you can use to help Drupal and server logs - check your log files first. Turn on error reporting for PHP to display errors Inspector - use the Console and Networking sections in the inspector. This will help identify front end issues. I common issue is javascript not loading from third parties. What are the last things that changed? Looking back at the most recent code or configuration changes will uncover the source of a bug. Peer Programming - work with someone else to resolve a problem. Often, just explaining it will help resolve it. Walk Away - Taking a short break from a difficult bug will you have fresh perspective. Note Pad - Take notes during the research will help you organize your isolation process. Resolve Fix it. Think about how you can prevent this in the future. Document it. Module of the Week Search API - https://www.drupal.org/project/searchapi This module provides a framework for easily creating searches on any entity known to Drupal, using any kind of search engine. For site administrators, it is a great alternative to other search solutions, since it already incorporates faceting support and the ability to use theViews module for displaying search results, filters, etc. Also, with the Apache Solr integration, a high-performance search engine is available for this module. Developers, on the other hand, will be impressed by the large flexibility and numerous ways of extension the module provides. Hence, the growing number of additional contrib modules, providing additional functionality or helping users customize some aspects of the search process. Bonus Content Download Sample Bug Report PDF and Webform version. Hosts Stephen Cross - www.ParallaxInfoTech.com @stephencross John Picozzi - www.oomphinc.com @johnpicozzi Nic Laflin - www.nLightened.net @nicxvan  

Enterprise Java Newscast
Episode 20 - May 2014

Enterprise Java Newscast

Play Episode Listen Later May 13, 2014 67:43


Kito, Ian, and Daniel discuss new releases from Spring, JBoss, ICEsoft, PrimeFaces, Apache, IBM, and TypeSafe. They also discuss build tools, the future of JSF, Daniel’s languagematrix project, and the Mojarra web site. Daniel’s project: language-matrix: Code snippets to do useful things for 11 languages: C, C++, Groovy, Ruby, Java, Scala, Python, Haskell, Javascript, Lisp, Clojure. New Releases Spring Spring Framework 4.0.4 released Spring Integration 4.0 Released Spring Social 1.1.0 Released Spring Boot 1.0.2.RELEASE Available Now Spring Batch 2.2.6.RELEASE is now available Spring AMQP 1.3 Released Groovy 2.3 Released JBoss Teiid 8.7 Final Released   Weld 2.2 (CDI 1.2 reference implementation) released! JBoss Tools Integration Stack 4.1.4.Final / JBoss Developer Studio Integration Stack 7.0.1.GA ModeShape 3.7.2.Final is available Hibernate ORM 4.2.12.Final Released Immutant 1.1.1 Released Forge 2.4.1.Final (Roasted) Released Arquillian AngularJS 1.2.0.Alpha1 Released JavaServer Faces MyFaces Core v2.2.3 Released PrimeFaces 5 Released PrimeFaces Elite 4.0.13 Released PrimeFaces Extensions 2.0 Released RichFaces 4.3.6.Final Released ICEfaces 4.0 Beta Released! Apache Apache Lucene 4.8.0 released Apache Solr 4.8.0 released Apache Portable Runtime 1.5.1 released   Apache Archiva 1.3.8 released Apache jClouds 1.7.2 released Apache Commons Lang 3.3.2 released Apache CouchDB 1.5.1 released Apache Syncope 1.0.9 and 1.1.7 released Apache Tomcat 7.0.53 released Apache Struts Zero Day Vulnerability IBM Announcing IBM Codename: BlueMix for Eclipse Beta WebSphere Application Server Migration Toolkit – Liberty Tech Preview Announcing: April betas for Liberty profile and WebSphere Developer Tools Scala Scala 2.11 Has Arrived! Typesafe announces Akka Streams, a part of the Reactive Streams Initiative Activator 1.1 Integrates App Inspection and a New UI Other Guava 17 Released jQuery 1.11.1 and 2.1.1 Released Git 1.9.2 Released   IntelliJ IDEA 13.1.2 Update is Available Updated: Eclipse Foundation Announces Java 8 Support Java ME 8 Arrives News Mojarra site gets a facelift Events JAX 2014 May 12 - 16 EclipseCon France June 18 - 19 No Fluff Just Stuff Salt Lake City, UT May 30 - 31 Columbus, OH Jun 6 - 8 Gradle Summit Jun 12 - 13 ÜberConf (USA) Jun 24 - 27 ÜberConf (Germany) Jul 7 - 10 33rd Degree - Krakow, Poland June 9-11th Scala Days Kosmos, Berlin June 16th-18th

All Things Hadoop
Apache Solr real-time live index updates at scale with Apache Hadoop a talk with Patrick Hunt

All Things Hadoop

Play Episode Listen Later May 12, 2014 39:07


Apache Solr real-time live index updates at scale with Apache Hadoop

scale index real time apache hadoop patrick hunt apache solr
FOSSGIS 2014 (mp4)
OSM-Geocoding mit Solr

FOSSGIS 2014 (mp4)

Play Episode Listen Later Mar 22, 2014


Die Informationstiefe von OpenStreetMap wächst rasant und übertrifft teilweise die der kommerziellen Anbieter deutlich. Diese Informationen sind zumeist visuell als Karte zugänglich. Die Daten textuell durchsuchbar zu machen ist vergleichsweise komplizierter aber nicht weniger relevant. Aktuelle Open-Source-Lösungen zur Durchsuchung von OSM-Daten hinken deshalb den kommerziellen Angeboten deutlich hinterher. Komoot (www.komoot.de) hat erst kürzlich seinen intern entwickelten Geo-Coder *photon* als Open Source veröffentlicht. Damit ebnen wir den Weg zu einer gemeinschaftlichen Entwicklung eines Geo-Coders unter Verwendung des aktuellen Stands der Technik. Photon verwendet *Apache Solr*, eine effiziente und hochskalierbare Suchtechnologie mit zahlreichen Features, darunter Volltextsuche und räumliche Abfragen. Mehrsprachigkeit sowie kontinuierliche Suche während der Texteingabe werden unter anderem unterstützt. Der Vortrag wird auf die Problemstellung näher eingehen sowie die Stärken und Schwächen von photon beleuchten. Gerne stellen wir uns Fragen und Anregungen aus dem Publikum. Unter www.komoot.de kann *photon* im live Betrieb begutachtet werden, nähere Infos zum Projekt finden sich auf github: https://github.com/komoot/photon

Enterprise Java Newscast
Episode 16 - Jul 2013

Enterprise Java Newscast

Play Episode Listen Later Jul 14, 2013 79:01


Kito, Ian, and Daniel cover new releases from SpringSource, PrimeFaces, ICEsoft, JBoss, IBM, Oracle, and TypeSafe. They also try out recording the newscast using Google Hangouts instead of Skype. New Releases   Spring News Spring-AMQP 1.2.0 Release Candidate is Now Available! Spring Social Facebook 1.0.3 Released Spring XD 1.0 Milestone 1 Released SPRING BATCH 2.2.0.RELEASE IS NOW AVAILABLE SPRING TOOL SUITE AND GROOVY/GRAILS TOOL SUITE 3.3.0.M2 RELEASED Spring Integration 3.0 milestone 2 TcServer 2.9.2 is now available PrimeFaces PrimeFaces Starter Book JSF 2.2 Pass Through Attributes New Component: Fragment Show Message in a Dialog Dialog Framework PrimeFaces Elite 3.5.7 Released ICEsoft ICEmobile 1.3 released Apache Apache Archiva 1.4-M4 released Apache PDFBox 1.8.2 released Apache Jackrabbit 2.6.2 released Apache S4 0.6.0-incubating release Apache Chemistry OpenCMIS 0.9.0 released MyFaces Core v2.1.12 Release Apache CloudStack 4.1.0 Released Apache Log4j-2.0-beta7 released Apache Nutch 2.2 Released Apache Tomcat 7.0.41 released Apache Commons NET 3.3 released Apache Traffic Server 3.3.4-dev is released Apache HttpComponents HttpClient 4.3-beta2 released Apache Qpid 0.22 released Apache Syncope 1.1.2 released Apache Subversion 1.8.0 Released Apache Lucene 4.3.1 released Apache Solr 4.3.1 released Apache jclouds 1.6.1-incubating released Apache Portable Runtime library 1.4.8 Released Apache Hama 0.6.2 has been released. Apache Camel 2.10.5 released Apache CouchDB 1.3.1 released Apache Kafka 0.8.0-beta1 Released Apache ODF Toolkit 0.6-incubating released JBoss Better maven integration with the Byteman 2.1.3 release JBossWS 4.2.0.CR1 and the WS-Policy sets Infinispan 5.3.0.Final is out! Forge 1.3.2.Final Released RHQ 4.8 released AeroGear.js 1.1.0 Release Arquillian TestRunner Spock 1.0.0.Beta1 Released Arquillian Warp 1.0.0.Alpha3 Released GridLogZ: In-Memory Log Analysis RichFaces 5.0.0.Alpha1 Release Announcement Arquillian Google Guice Extension 1.0.0.Alpha1 Released Arquillian Spring Framework Extension 1.0.0.Beta2 Released Oracle Arun Gupta: Eclipse 4.1 Kepler released Java 7 Update 25 released - 40 security holes patched Java EE 7 Released Java EE 7 (Oracle Press Release) JSF2.2 and HTML5 Article on Infoq Java EE 7 Introduces WebSocket Support GlassFish 4 Released GlassFish 4 Release Notes (PDF) IBM WebSphere Application Server and Developer Tools V8.5.5 available now Scala Takipi released Typesafe Activator 0.2.1 Released Slick 1.0.1 release Events No Fluff Just Stuff ScalaSummit, Crested Butte, Colorado August 19 - 21, 2013 JavaZone, Oslo, Norway Sep 11-12 JavaOne, San Francisco Sep 22-26 Devoxx Belgium, Antwerp November 11-15 jDays, Gothenburg, Sweden (Call for Papers ends Aug 25th) Nov 26-27

Enterprise Java Newscast
Episode 15 - May 2013

Enterprise Java Newscast

Play Episode Listen Later May 31, 2013 111:52


Kito, Ian, and Daniel cover new releases from Apache, PrimeFaces, SpringSource, ICEsoft, JBoss, IBM, Oracle, Google, and more. They also discuss the new Google Android IDE and SpringSource's new Reactor asynchronous framework. New Releases PrimeFaces PrimeFaces Themes 1.0.10 Released PrimeFaces 3.5.3 Released Responsive Interportlet Communication PrimeFaces Mobile 0.9.4 Released PrimeFaces 3.4.5 released PrimeFaces Extensions 0.7 released - new Timeline component PrimeFaces 3.5.4 released ICEsoft ICEpdf 5 released ICEfaces 3.3 released, with new ACE components Apache MEDIA ALERT: The Apache Struts Project Announces Apache Struts™ 1 End-Of-Life Apache Syncope 1.1.1 released Apache CouchDB 1.3.0 released Apache Wookie 0.14 Release Apache PDFBox 1.8.1 released Apache Wink 1.3.0 release Apache Bloodhound 0.5.3 Released Apache MRUnit 1.0.0 released Apache OpenNLP 1.5.3 released Apache Derby 10.10.1.1 released Apache Wicket 6.7.0 Released! OpenJPA 1.2.3 Released Apache Camel 2.11.0 Released Apache Whirr 0.8.2 Released HttpComponents HttpClient 4.2.5 GA release Apache Sqoop 1.99.2 released Apache Tomcat 6.0.37 released Apache Lucene 4.3 released Apache Solr 4.3 released Apache Buildr 1.4.12 released Apache Gora 0.3 Released Apache Tomcat 7.0.40 released Apache Jackrabbit 2.7.0 released Apache JSPWiki 2.9.1-incubating released Apache Jena 2.10.1 released Apache Hive 0.11.0 Released Apache Subversion 1.8.0-rc2 Released SpringSource Spring Framework 4.0 M1 & 3.2.3 available Reactor – a foundation for asynchronous applications on the JVM SPRING SECURITY 3.1.4 RELEASED SPRING TOOL SUITE AND GROOVY/GRAILS TOOL SUITE 3.3.0.M1 RELEASED SPRING BATCH 2.2.0 RC1 IS NOW AVAILABLE SPRING MOBILE 1.1.0.M3 RELEASED JBoss Infinispan 5.3.0.Beta2 is out! RichFaces 4.3.2.Final Release Announcement JBossWS 4.2.0.Beta1 and WS-Discovery support Forge 1.3.0.Final Released IronJacamar 1.1.0.Beta5 is out ! Teiid 8.4 Beta2 Posted TorqueBox 2.3.1 Released JGroups 3.3.0.Final released RHQ 4.7 released jBPM 6.0 Beta2 available Arquillian Drone Extension 1.2.0.Alpha2 Released Hibernate ORM 4.3.0.Beta2 Released IBM Liberty Repository is up Tomcat Migration Kit Technology Preview Released Oracle Oracle ADF Mobile 1.1 Released Java EE 7 Scheduled for Release June 12th Oracle JDeveloper and ADF 11g Release 1 Scala Akka 2.1.4 Released Other IntelliJ IDEA is the base for Android Studio, the new IDE for Android developers Events No fluff just stuff TDC (The Developer's Conference) Florianopolis, Brazil - Event for developers, IT professionals and students, with a Java track. May 24-26 JUDCon / CamelOne, Boston, MA June 9-11, 2013 EclipseCon France, Toulouse, France June 5-6. QCon New York June 12-June 14. Oracle Technology Network Developer Day: Big Data, Reading, UK June 19th. ODTUG Kscope13 - New Orleans, LA, USA June 23-27 Oracle Technology Network Developer Day: Service Integration using Oracle SOA Suite 11g, London, UK June 26. TDC (The Developer's Conference) Sao Paulo - Event for developers, IT professionals and students, with a Java track. July 10-14 JavaOne China  Shanghai July 22-25. Scala Days New York, N June 10-12 JavaZone, Oslo, Norway Sep 11-12 JavaOne, San Francisco Sep 22-26 Devoxx Belgium, Antwerp November 11-15 jDays, Gothenburg, Sweden - Call for Papers ends Aug 25th. Nov 26-27

Enterprise Java Newscast
Episode 14 - Apr 2013

Enterprise Java Newscast

Play Episode Listen Later Apr 9, 2013 86:36


Kito, Ian, and Daniel cover new releases from Oracle, IBM, SpringSource, PrimeFaces, ICEfaces, Apache, JBoss, NetBeans, eXo Platform, and more. They also discuss coud IDEs and RESTful web framework benchmarks. New Releases   Spring News Spring Integration 2.2.3 is Now Available Rest.js 0.9 Released When.js 2.0 is now available SPRING DATA REST 1.1.0.M1 RELEASED Spring-AMQP 1.1.4.RELEASE is now Available PrimeFaces News Partners with Async IO PrimeTek Informatics PrimeFaces 3.5.1 release for PrimeFaces Elite subscribers PrimeFaces 3.4.4 released ICEfaces News ICEfaces 3.3 RC1 now available ICEpdf 5.0 BETA Apache News Release of Apache Cayenne, version 3.1B2 Release of Apache Commons Math, version 3.20 Release of Apache Commons FileUpload, version 1.3 Release of Apache Tomcat, version 7.0.39 Release of Apache PDFBox, version 1.8.0 Release of Apache Commons Logging, version 1.1.2 Release of Apache Accumulo, version 1.4.3 Release of Apache Commons Compress, version 1.50 Release of Apache Cocoon, version 2.1.12 Release of Apache Lucene Core, version 4.2 Release of Apache Solr, version 4.2 Release of Apache Ant, version 1.9.0 Release of Apache Commons Email, version 1.3.1 Release of Apache Tobago, version 1.5.9 Release of Apache HTTP, version 2.4.4 Enterprise Tools EARLY BUILDS OF JAVA EE 7 ENABLED NETBEANS ARE AVAILABLE Play in NetBeans IDE 7.3 SPRING TOOL SUITE AND GROOVY/GRAILS TOOL SUITE 3.2.0 RELEASED NetBeans PrimeFaces CRUD Generator JSFToolbox 4.5 for Dreamweaver released JBoss News New Edition - Java Persistence with Hibernate Bean Validation 1.1 - Final Approval Ballot Hibernate ORM 4.2.0 Final and 4.1.11 Final Released Infinispan 5.2.1 Final Released JBoss EAP 6.1 Alpha Released Arquillian Container Weld 1.0.0.CR6 Released Arquillian Persistence Extension 1.0.0.Alpha6 Released IBM WDT V9.0 Beta Update! Oracle Date and Time API (JSR 310) Now In Java 8 Security Alert for CVE-2013-1493 JSF 2.2 Final Draft handed to the JCP Other eXo Platform 4.0 CE beta is out—and it’s under LGPL! Scala News Scala 2.10.1 now available! Announcing Scala IDE 3.0 Announcing Akka 2.1.1 News ZeroTurnaround Acquires Javeleon, Denmark loses Top Developers to Estonia ICEfaces Roadmap Update From eXo Cloud IDE to Codenvy Raising $9 Million Dollars: A Brief History Other Framework Benchmarks Events No Fluff Just Stuff New York, NY Apr 5 - 6 St. Louis, MO Apr 12 - 13 JAXConf - Santa Clara, CA - US June 3-5th OSCON - Portland, Oregon, US July 22nd-26th 4th Scala Days Conference to run in New York City June 10-12 JavaOne Russia  Moscow Apr 23-24 IBM Impact 2013, Las Vegas, NV April 28-May 2 (feature WebSphere UNConference, May 2-3) JavaOne India  Hyderabad May 8-9 TDC (The Developer's Conference) Florianopolis, Brazil (Event for developers, IT professionals and students, with a Java track.) May 24-26 TDC (The Developer's Conference) Sao Paulo (Event for developers, IT professionals and students, with a Java track.) July 10-14 JavaOne China Shanghai July 22-25 JavaOne, San Francisco (Call for Papers is open until April 12) Sep 22-26

Software Engineering Radio - The Podcast for Professional Software Developers
Episode 187: Grant Ingersoll on the Solr Search Engine

Software Engineering Radio - The Podcast for Professional Software Developers

Play Episode Listen Later Jul 18, 2012 51:58


Recording Venue: Lucene Revolution 2012 (Boston) Guest: Grant Ingersoll Grant Ingersoll, a committer on the Apache Solr and Lucene, talks with Robert about the  problems of full-text search and why applications are taking control of their own search, and then continues with a dive into the architecture of the Solr search engine. The architecture portion of the […]