All Projects → UltimaPhoenix → luceneappengine

UltimaPhoenix / luceneappengine

Licence: Apache-2.0 license
This project provides a directory useful to build Lucene and Google App Engine powered applications

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to luceneappengine

appengine-java-standard
Google App Engine Standard Java runtime: Prod runtime, local devappserver, Cloud SDK Java components, GAE APIs, and GAE API emulators.
Stars: ✭ 141 (+781.25%)
Mutual labels:  appengine, appengine-java
Golang Samples
Sample apps and code written for Google Cloud in the Go programming language.
Stars: ✭ 3,088 (+19200%)
Mutual labels:  appengine, google-appengine
spring-cloud-gcp-guestbook
No description or website provided.
Stars: ✭ 55 (+243.75%)
Mutual labels:  appengine, appengine-java
rdm-app
Code for the rdm.openlighting.org site
Stars: ✭ 17 (+6.25%)
Mutual labels:  appengine, google-appengine
appengine-plugins-core
A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
Stars: ✭ 23 (+43.75%)
Mutual labels:  appengine, appengine-java
GaeSupportLaravel
Run Laravel on Google App Engine
Stars: ✭ 22 (+37.5%)
Mutual labels:  appengine, google-appengine
deploy-appengine
A GitHub Action that deploys source code to Google App Engine.
Stars: ✭ 184 (+1050%)
Mutual labels:  appengine, google-appengine
Rooms
Ephemeral conference rooms powered by Twilio and Google App Engine
Stars: ✭ 234 (+1362.5%)
Mutual labels:  appengine
lucene-demo
基于lucene-5.5.4实现的全文检索demo
Stars: ✭ 70 (+337.5%)
Mutual labels:  lucene
Datastore
(AE|Cloud) Datastore Wrapper
Stars: ✭ 198 (+1137.5%)
Mutual labels:  appengine
Marvin
A go-kit HTTP server for the App Engine Standard Environment
Stars: ✭ 164 (+925%)
Mutual labels:  appengine
solr
Apache Solr open-source search software
Stars: ✭ 651 (+3968.75%)
Mutual labels:  lucene
lqt
Lucene Query Tool
Stars: ✭ 19 (+18.75%)
Mutual labels:  lucene
roller
Dice roller written in Go and Javascript to run on Google Appengine
Stars: ✭ 26 (+62.5%)
Mutual labels:  appengine
RedisDirectory
🔒 A simple redis storage engine for lucene - 基于Redis的Lucene索引存储引擎 - Star me if you like it!
Stars: ✭ 18 (+12.5%)
Mutual labels:  lucene
Appengine Maven Repository
Free Private Maven repositories hosted on Google App-Engine, backed by Google Cloud Storage and deployed in less than 5 minutes.
Stars: ✭ 201 (+1156.25%)
Mutual labels:  appengine
Valley-eCommerce-prototype
An eCommerce website prototype with a layered architecture and MVC using Spring Boot v1.2, Spring Security, Hibernate, and Apache Lucene for full-text searching. for front-end: Bootstrap, Typeahead.js and Graph.js using Thymeleaf as RE.
Stars: ✭ 28 (+75%)
Mutual labels:  lucene
Bots Framework
Golang framework to build multilingual bots for messengers (Telegram, FB Messenger, Skype, Line, Kik, WeChat) hosted on AppEngine, Amazon, Azure, Heroku or standalone
Stars: ✭ 189 (+1081.25%)
Mutual labels:  appengine
Yoloo
Yoloo is a social travel app that lets travelers plan their trips, find travelmates, and share their experiences.
Stars: ✭ 20 (+25%)
Mutual labels:  appengine-java
GAEPyPI
PyPI private package index on Google App Engine
Stars: ✭ 31 (+93.75%)
Mutual labels:  appengine

LuceneAppEngine (aka LAE) Build Status Maven Central Javadocs Codacy Badge

This project provides a directory useful to build Lucene and Google App Engine powered applications.

https://lucene.apache.org/theme/images/lucene/lucene_logo_green_300.png https://www.google.com/accounts/ah/appengine.jpg

Live Demo:

Main Features:

  • LAE 4.5.x compatible with Lucene 8.6.x, 8.7.x, 8.8.x, 8.9.x, 8.10.x
  • LAE 4.4.x compatible with Lucene 8.2.x, 8.3.x, 8.4.x, 8.5.x
  • LAE 4.3.x compatible with Lucene 8.1.x
  • LAE 4.2.x compatible with Lucene 7.3.x, 7.4.x, 7.5.x, 7.6.x, 7.7.x, 8.0.x
  • LAE 4.1.x compatible with Lucene 7.1.x, 7.2.x
  • LAE 4.0.x compatible with Lucene 7.0.x (needs Java 8, I will not say it anymore)
  • LAE 3.4.x compatible with Lucene 5.5.x
  • LAE 3.3.x compatible with Lucene 5.4.x
  • LAE 3.2.x compatible with Lucene 5.3.x
  • LAE 3.1.x compatible with Lucene 5.2.x, 5.1.x
  • LAE 3.0.x compatible with Lucene 5.0.x
  • LAE 2.2.x compatible with Lucene 4.10.x, 4.9.x (needs Java 7, I will not say it anymore)
  • LAE 2.1.x compatible with Lucene 4.9.x (needs Java 7)
  • LAE 2.0.x compatible with Lucene 4.8.x (needs Java 7)
  • LAE 1.2.x compatible with Lucene 4.7.x
  • LAE 1.1.x compatible with Lucene 4.6.x
  • LAE 1.0.x compatible with Lucene 4.0.x, 4.1.x, 4.2.x, 4.3.x, 4.4.x, 4.5.x
  • Objecitfy updated to 5.1.x
  • Storage in Google App Engine
  • Supported operations: Add, Remove, Update, Index, Deindex, everything?! (I need you to check)
  • Multiple indexes in the same application
  • No more (the wrong) RAMDirectory for Google App Engine powered applications
  • No more index size limit of 1MB
  • Yes! It works, see it in action (live demo site) with source code
  • Open your mind to new Google App Engine applications powered by Lucene
  • For high performance applications use google app engine task queue
  • Memcache supported and integrated for all versions
  • Distributed on maven central
  • Easier to configure than the previous LAE version

Coming Soon:

  • Performance improvements:
  • asynch indexing
  • buffer management

News

  • 16-07-2022 new LAE example will be released in the same repository
  • 04-06-2022 LAE 5 confirmed support for Lucene 9.2
  • 24-05-2022 LAE 5 setup is going to be simplified, confirmed support for Lucene 9.1
  • 01-05-2022 the next LAE version is going to support AppEngine Standard Environment 17
  • 13-03-2022 started development to LUCENE 9 and Java 11 and new AppEngine Standard Environment (this is not going to be ready soon)
  • 30-01-2022 tested LAE 4.5.1 with LUCENE 8.11.2
  • 21-12-2021 tested LAE 4.5.1 with LUCENE 8.11.1
  • 27-11-2021 tested LAE 4.5.1 with LUCENE 8.11.0
  • 04-10-2021 tested LAE 4.5.1 with LUCENE 8.10.0
  • 08-08-2021 released LAE 4.5.1 with LUCENE 8.9.0
  • 03-07-2021 tested LAE 4.5.0 with LUCENE 8.9.0
  • 17-04-2021 tested LAE 4.5.0 with LUCENE 8.8.2
  • 06-03-2021 tested LAE 4.5.0 with LUCENE 8.8.1 (8.8.0 test skipped)
  • 14-11-2020 tested LAE 4.5.0 with LUCENE 8.7.0
  • 17-10-2020 tested LAE 4.5.0 with LUCENE 8.6.3
  • 12-09-2020 tested LAE 4.5.0 with LUCENE 8.6.2
  • 30-08-2020 tested LAE 4.5.0 with LUCENE 8.6.1
  • 26-07-2020 tested LAE 4.5.0 with LUCENE 8.6.0
  • 05-07-2020 released LAE 4.5.0
  • 07-06-2020 tested LAE 4.4.0 with LUCENE 8.5.2
  • 18-04-2020 tested LAE 4.4.0 with LUCENE 8.5.1
  • 21-03-2020 tested LAE 4.4.0 with LUCENE 8.5.0
  • 19-01-2020 tested LAE 4.4.0 with LUCENE 8.4.1
  • 12-01-2020 tested LAE 4.4.0 with LUCENE 8.4.0
  • 08-12-2019 tested LAE 4.4.0 with LUCENE 8.3.1
  • 07-11-2019 tested LAE 4.4.0 with LUCENE 8.3.0
  • 10-08-2019 completed LAE 4.4.0 to support Lucene 8.2.x (not yet public release)
  • 07-07-2019 tested LAE 4.3.0 with LUCENE 8.1.1
  • 23-06-2019 released LAE 4.3.0 to support LUCENE 8.1.0
  • 09-06-2019 tested LAE 4.2.0 with LUCENE 7.7.2
  • 15-05-2019 tested LAE 4.2.0 with LUCENE 8.0.0
  • 02-03-2019 tested LAE 4.2.0 with LUCENE 7.7.1
  • 09-02-2019 tested LAE 4.2.0 with LUCENE 7.7.0
  • 29-12-2018 tested LAE 4.2.0 with LUCENE 7.6.0
  • 23-09-2018 tested LAE 4.2.0 with LUCENE 7.5.0
  • 14-06-2018 released LAE 4.2.0 to support LUCENE 7.4.0
  • 12-06-2018 released LAE 4.0.0 and 4.1.0 to maven central
  • 19-05-2018 tested LAE 4.1.0 with LUCENE 7.3.1
  • 14-04-2018 tested LAE 4.1.0 with LUCENE 7.3.0
  • 21-01-2018 tested LAE 4.1.0 with LUCENE 7.2.1
  • 21-01-2018 completed development of LAE 4.1.0 and LUCENE 7.2.0
  • 13-11-2017 completed development of LAE 4.0.0 and LUCENE 7.1.0
  • 28-06-2017 Today Google completed the long standing feature request for Servlet 3 and Java 8 and I'm happy to start to adapt Lucene 6 to the new beta standard environment Java 8 powered
  • 23-07-2016 Unfortunately Lucene 6 need Java 8 and AppEngine standard environment only supports Java 7
  • 23-04-2016 Released New LAE-3.4.0 compatible with Lucene 5.5.x
  • 27-12-2015 Released New LAE-3.3.0 compatible with Lucene 5.4.x
  • 01-11-2015 Released New LAE-3.2.0 compatible with Lucene 5.3.x
  • 27-09-2015 Released New LAE-3.1.1 compatible with Lucene 5.2.x, 5.1.x
  • 13-09-2015 Released New LAE-3.1.0 (broken version: can only read from index)
  • 05-07-2015 Wiki officially moved to GitHub
  • 05-07-2015 Released New LAE-3.0.0 compatible with Lucene 5.0.0 (this is a major release with breaking changes)
  • 17-09-2014 Released New LAE-2.2.0 compatible with Lucene 4.10.x and Lucene 4.9.x
  • 10-08-2014 Released New LAE-2.1.0 compatible with Lucene 4.9.x
  • 23-07-2014 Released New LAE-2.0.1 bugfix and performance improvements release, all other versions are now deprecated
  • 20-05-2014 Released New LAE-2.0.0 compatible with Lucene 4.8.x
  • 05-04-2014 Released New LAE-1.2.0 compatible with Lucene 4.7.x
  • 05-04-2014 Released New LAE-1.1.0 compatible only with Lucene 4.6.x
  • 03-04-2014 Migration of source code completed on GitHub
  • 03-04-2014 Released New LAE-1.0.3 on Maven central
  • 03-04-2014 Discontinued Objecfity 3 support, if you need it refer to the old site
  • 03-04-2014 Discontinued Lucene 3.6.x support, if you need it refer to the old site

Usage and Config

Check the wiki page. Or start from the live demo source

Development

If you like this project, you can choose a kind of donation here or as much as you want. Thanks for your support!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].