[ANN] Scrutmydocs 0.2.0 is out

Heya,

Malloum and I are proud to announce our second release of our project:
scrutmydocs.org http://scrutmydocs.org/ .

Our goals:

  • Provide a web application ready to start to index documents on your local
    filesystem
  • Provide to Elasticsearch community an archetype for building your own web
    application for simple search usage (google like)
  • Help some beginners with concrete examples in Java

Technologies behind:

  • Elasticsearch! And its ecosystem (rivers, plugins)
  • Spring and SpringREST
  • JSF (removed in 0.2.0)
  • Primefaces (removed in 0.2.0)
  • JQuery : Special thanks to Igor Laborie (@ilaborie on Twitter) for the pull
    request

How to start ?

Just download
https://github.com/downloads/scrutmydocs/scrutmydocs/scrutmydocs-0.2.0.war
https://github.com/downloads/scrutmydocs/scrutmydocs/scrutmydocs-0.2.0.war
the Web Application aRchive and deploy it under your favorite container (tested
on Tomcat and Jetty).

Documentation is on our GitHub repository:


https://github.com/scrutmydocs/scrutmydocs

Our website with more details and demo site is here: http://www.scrutmydocs.org
http://www.scrutmydocs.org/

Please feel free to comment the project, add feature requests or issues.

Pull requests are welcomed!

We hope it could help some of you to start with Elasticsearch or to build your
own intranet search solution…

--

Malloum (malloum.laya@gmail.com mailto:malloum.laya@gmail.com ) & David
(david@pilato.fr mailto:david@pilato.fr )

Scrut My Docs: Send, Find and Fetch!

http://www.scrutmydocs.org http://www.scrutmydocs.org/

Follow us on Twitter : @scrutmydocs https://twitter.com/scrutmydocs

--

Nice!
L.

On Fri, Sep 7, 2012 at 11:50 AM, David Pilato david@pilato.fr wrote:

**

Heya,

Malloum and I are proud to announce our second release of our project:
scrutmydocs.org.

Our goals:

  • Provide a web application ready to start to index documents on your
    local filesystem
  • Provide to Elasticsearch community an archetype for building your
    own web application for simple search usage (google like)
  • Help some beginners with concrete examples in Java

Technologies behind:

  • Elasticsearch! And its ecosystem (rivers, plugins)
  • Spring and SpringREST
  • JSF (removed in 0.2.0)
  • Primefaces (removed in 0.2.0)
  • JQuery : Special thanks to Igor Laborie (@ilaborie on Twitter) for
    the pull request

How to start ?

Just download
https://github.com/downloads/scrutmydocs/scrutmydocs/scrutmydocs-0.2.0.war the
Web Application aRchive and deploy it under your favorite container (tested
on Tomcat and Jetty).

Documentation is on our GitHub repository:
GitHub - scrutmydocs/scrutmydocs: Search Web Application for hard drive documents

Our website with more details and demo site is here:
http://www.scrutmydocs.org

Please feel free to comment the project, add feature requests or issues.

Pull requests are welcomed!

We hope it could help some of you to start with Elasticsearch or to build
your own intranet search solution…

--

Malloum (malloum.laya@gmail.com) & David (david@pilato.fr)

Scrut My Docs: Send, Find and Fetch!

http://www.scrutmydocs.org

Follow us on Twitter : @scrutmydocs https://twitter.com/scrutmydocs

--

--

Always awesome to know I'm not the only one developing ES with a Java web
app :slight_smile:

Best regards,

Jörg

--

:wink:

I have a java webapp with ES in production for more than one year.
Really stable.

My only concern with java webapp is the issue with some Threads that are not
destroyed when the webapp is redeployed (due to a google guice issue as far as I
remember). So I get OutOfMemory and I must restart the jboss (or tomcat)
instance.

Do you hit the same issue?

Cheers

Le 7 septembre 2012 à 18:51, "Jörg Prante" joergprante@gmail.com a écrit :

Always awesome to know I'm not the only one developing ES with a Java web app
:slight_smile:

Best regards,

Jörg

--

--
David Pilato
http://www.scrutmydocs.org/
http://dev.david.pilato.fr/
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

--