Re: Abridged summary of elasticsearch@googlegroups.com - 13 Messages in 6 Topics

On Mon, Jan 2, 2012 at 10:03 PM, elasticsearch@googlegroups.com wrote:

Today's Topic Summary

Group: http://groups.google.com/group/elasticsearch/topics

problem in a cluster [4 Updates]
Facets : limit the terms values to a list ? [1 Update]
Unexpected behaviour using from / size [4 Updates]
Ann: Elasticsearch Hunspell Analysis plugin [1 Update]
Is there a means to associate private (non-es) metadata with an index? [1
Update]
which default analyzer will be used by rabbitmq river? [2 Updates]

problem in a cluster

lep mark.zitnik@gmail.com Jan 02 04:40AM -0800

Hi,

I have a 10 node cluster with one index and 4 replications.

my cluster is unbalanced and one share is unassigned.

how can i assign the unassigned shard (is there a tool or api)
...more

Shay Banon kimchy@gmail.com Jan 02 03:32PM +0200

Shards are assigned automatically. Are you sure that all the nodes are
connected to form a 10 node cluster? Use cluster state on each one to
verify that they have the same master node id, and same ...more

lep mark.zitnik@gmail.com Jan 02 08:04AM -0800

Hi,

I have made the check have the same master node in all nodes using
http://[server]:9200/_cluster/state?pretty=true

and same number of nodes.

and another additional detail we have 10 ...more

Shay Banon kimchy@gmail.com Jan 02 10:06PM +0200

Is there anything in the logs as to why that shard is unassigned? Can you
gist the cluster state (from one of the nodes).

...more

Facets : limit the terms values to a list ?

Tomasz Kloc tomek.kloc.iit@gmail.com Jan 02 06:40PM +0100

Hi,

I store two values in my ES index:
'category_id': {'type': 'integer'},
'category_ids': {'type': 'integer'},

where the second one is only for facets. It's not a path of ...more

Unexpected behaviour using from / size

Runar Myklebust runar@myklebust.me Jan 02 03:00PM +0100

Im doing some unit-tests and gets some unexpected result when using the
from and size parameters:

I add two documents to the index, with ids 1 and 2.

When querying like this:

{ ...more

Shay Banon kimchy@gmail.com Jan 02 04:04PM +0200

Which search type are you using?

...more

Runar Myklebust runar@myklebust.me Jan 02 03:15PM +0100

Query And Fetch

--
mvh

Runar Myklebust
...more

Shay Banon kimchy@gmail.com Jan 02 04:17PM +0200

Thats the problem, query_and_fetch returns size docs from each shard, and
then the from is again shard related. Use query_then_fetch, which is the
default (and the one people should use 99.999% of ...more

Ann: Elasticsearch Hunspell Analysis plugin

Damien Hardy damienhardy.bal@gmail.com Jan 02 04:49AM -0800

     ignoreCase: true

Cheers,

Jörg

Hello,

Great job.
But installation proccess is not working..
We miss the compiled jar available for downloading form github to ...more

Is there a means to associate private (non-es) metadata with an index?

David Stendardi david.stendardi@gmail.com Jan 02 08:19AM +0100

Hello !

Maybe this one help you :
Elasticsearch Platform — Find real-time answers at scale | Elastic

--
David Stendardi
...more

which default analyzer will be used by rabbitmq river?

sam mishra.sameek@gmail.com Jan 01 09:47PM -0800

HI

I am using rabbitmq river for creating index from rabbitmq queue.it's
internally using bulk API for index data.I have question to you which
default analyzer will be used by rabbitmq river,can ...more

David Stendardi david.stendardi@gmail.com Jan 02 07:57AM +0100

take a look at :
Elasticsearch Platform — Find real-time answers at scale | Elastic
this is maybe an answer to your question :

Default Analyzers
[...]
The default logical name allows one to ...more

You received this message because you are subscribed to the Google Group
elasticsearch.
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.