-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: Lucene
Infinispan als Storage für Lucene Indizes
Infinispan kommt mit einer hoch skalierbaren, verteilten Apache Lucene Directory Implementierung. Dieses Directory kann als vollwertiger Ersatz für bestehende Applikationen, die Lucene verwenden, genommen werden. Das Directory bietet außerdem u.a. verlässliches Index Sharing, automatische Knotenerkennung, automatische Ausfallsicherheit und Rebalancing und … Continue reading
Posted in Java EE, Java Persistence, Java Runtimes - VM, Appserver & Cloud
Tagged Big Data, caching, cluster, Infinispan, Lucene
Leave a comment
Lucene: Retrieve ALL entries as search result
Lucene is a very powerfull full text indexing and searching tool. The search query syntax is well documented on the project page. Unfortunately, you always have to pass a non-empty search query string to lucene, otherweise lucene will throw an … Continue reading