Beginner Question - ElasticSearch and Java API

The result is not showing up, and without it, we cannot help. :slight_smile:

The elasticsearch jar should contain all the relevant Lucene class, so
there is no need to use the Lucene jar.

--
Ivan

On Thu, Aug 8, 2013 at 5:22 AM, Atelophobia new-account@gmx.net wrote:

Hi!

I'm totally new to elasticsearch and I have troubles with elasticSearch +
Java.

System:
Windows 7 (VirtualBox)
Eclipse JavaEE (Kepler)
JDK7
elasticsearch-0.90.3

Here is what I tried:

Started two nodes (cmd): .../elasticsearch.bat
checked by browser (http://127.0.0.1:9200) --> everything seems fine.
checked by cmd (curl -XGET http://127.0.0.1:9200/_cluster/health?pretty)
--> ok!

Then I created a new Java Project:
(added "elasticsearch-0.90.3.jar" and "lucene-core-4.4.0.jar" in the build
path)

And the result is:

--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/Beginner-Question-ElasticSearch-and-Java-API-tp4039323.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.