Re: Abridged summary of elasticsearch@googlegroups.com - 18 Messages in 11 Topics

2013/2/20 elasticsearch@googlegroups.com

Today's Topic Summary

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

  • meet a problem while indexing local json files by fsriver<#13cf571b95d8e668_group_thread_0>[1 Update]
  • zero term problem <#13cf571b95d8e668_group_thread_1> [2 Updates]
  • Problem with sort <#13cf571b95d8e668_group_thread_2> [3 Updates]
  • knapsack export limit <#13cf571b95d8e668_group_thread_3> [3 Updates]
  • cannot connect to elasticsearch via java api<#13cf571b95d8e668_group_thread_4>[1 Update]
  • Filter output of term facet - not input<#13cf571b95d8e668_group_thread_5>[3 Updates]
  • moving data directory <#13cf571b95d8e668_group_thread_6> [1 Update]
  • RFC on developer interface of new PHP client<#13cf571b95d8e668_group_thread_7>[1 Update]
  • elasticSearch querying documentation<#13cf571b95d8e668_group_thread_8>[1 Update]
  • Boosting a document value <#13cf571b95d8e668_group_thread_9> [1
    Update]
  • Memory building up while faceting on multi valued fields<#13cf571b95d8e668_group_thread_10>[1 Update]

meet a problem while indexing local json files by fsriverhttp://groups.google.com/group/elasticsearch/t/6e204f13321decc

asoqa asoqa51@gmail.com Feb 19 06:29PM -0800

es: 0.19.11
fsriver: 0.0.2

在 2013年2月19日星期二UTC+8下午8时03分29秒,David Pilato写道:
...morehttp://groups.google.com/group/elasticsearch/msg/592f778e6e45836f

zero term problemhttp://groups.google.com/group/elasticsearch/t/5747f7a582389e66

suleman mubarik sulemanmubarik@gmail.com Feb 19 04:04PM -0800

Hi
I am using multi_match and i have same like this

Redirecting to Google Groups
i have try it with match it works for one filed but when i had ...morehttp://groups.google.com/group/elasticsearch/msg/65ad64cc20901cef

Matt Weber matt.weber@gmail.com Feb 19 04:17PM -0800

This is already implemented in master and will be in the 0.21 release.

On Tue, Feb 19, 2013 at 4:04 PM, suleman mubarik
...morehttp://groups.google.com/group/elasticsearch/msg/928c05abaa351239

Problem with sorthttp://groups.google.com/group/elasticsearch/t/b6846f753bde049d

elastray adelpozo@xtivia.com Feb 19 02:15PM -0800

It is a little bit weird, when I add sort to my query, I get a
SearchParserException (JsonParseException) "'{' (code 123)): was
expecting
either valid name character (for unquoted name) or ...morehttp://groups.google.com/group/elasticsearch/msg/6aad2a1a89d0c57a

Matt Weber matt.weber@gmail.com Feb 19 02:24PM -0800

Did you try:

{

"from" : 0,

"size" : 20,

"sort" : {
"_score" : {"order" : "desc"}

},

"query":{

"query_string" : {

"query" : "myquery"

}

}

}

...morehttp://groups.google.com/group/elasticsearch/msg/3e5e543b9cf998a8

Asier Del Pozo adelpozo@xtivia.com Feb 19 06:23PM -0500

Thanks!! It seems it was a couple of { } that shouldn't be there!

To unsubscribe from this group and stop receiving emails from it,
send an ...morehttp://groups.google.com/group/elasticsearch/msg/3188349058c30caf

knapsack export limithttp://groups.google.com/group/elasticsearch/t/8cc8401e41a56037

krispyjala krispyjala@gmail.com Feb 19 01:16PM -0800

Anybody played around with the knapsack export plugin? What I'm
encountering is some indices will export fully ok (100k+ docs), but
for one
that was over 31.5gb with 600k+ docs, it seems to have ...morehttp://groups.google.com/group/elasticsearch/msg/ee17918959f02588

"Jörg Prante" joergprante@gmail.com Feb 19 11:23PM +0100

Awwww... killer. Could be the 11 digit octal = 8GB limit in the TAR
format I use, I have to recheck to be sure. I have to add alternatives
of reliable package formats for large sequential streams ...morehttp://groups.google.com/group/elasticsearch/msg/94c571f6af0867de

krispyjala krispyjala@gmail.com Feb 19 02:48PM -0800

np thanks for writing it! I know the elasticsearch guys are working on
a
truly robust import/export feature, but for now this is truly a
lifesaver!

--KJ

On Tuesday, February 19, 2013 2:23:03 ...morehttp://groups.google.com/group/elasticsearch/msg/92679e1156d7322f

cannot connect to elasticsearch via java apihttp://groups.google.com/group/elasticsearch/t/f096a733384296b9

"Jörg Prante" joergprante@gmail.com Feb 19 02:35PM -0800

The exception means that you should add your host name to /etc/hosts.

Jörg

On Tuesday, February 19, 2013 12:16:30 PM UTC+1, Ulli wrote:
...morehttp://groups.google.com/group/elasticsearch/msg/c5914590783ca26e

Filter output of term facet - not inputhttp://groups.google.com/group/elasticsearch/t/41d60bab9b6b5f9e

ripplekhera ripplekhera@gmail.com Feb 19 01:16PM -0800

Oh well. I had a feeling it couldn't be done. Thanks for verifying my
thoughts.

On Tuesday, February 19, 2013 10:56:30 AM UTC-8, Ivan Brusic wrote:
...morehttp://groups.google.com/group/elasticsearch/msg/fb7698f74b1032dc

AlexR roytmana@gmail.com Feb 19 01:43PM -0800

Maybe I am missing something but why not add filter on user to your
query then you will limit your resultset and facets will only have the user
you want
...morehttp://groups.google.com/group/elasticsearch/msg/6cc7ce538a5ec4f1

Matt Weber matt.weber@gmail.com Feb 19 02:09PM -0800

Actually you have two options:

  1. Use you can exclude tags you don't want counted (ie. microsoft,
    kinect, etc)
  2. Use a regex pattern for the terms you want included.

#2 would be my choice ...morehttp://groups.google.com/group/elasticsearch/msg/eaf63bf6be6942ee

moving data directoryhttp://groups.google.com/group/elasticsearch/t/27bf4c738e14a1ff

"j.barrett strausser" j.barrett.strausser@gmail.com Feb 19 04:27PM
-0500

:frowning:

Turned out to be a whitespace issue in my elastisearch.yaml.

I wish it had been easier to locate this issue.

In any case, I ended up doing the following in
/etc/init.d/elasticsearch
...morehttp://groups.google.com/group/elasticsearch/msg/7b8025b8f2d64669

RFC on developer interface of new PHP clienthttp://groups.google.com/group/elasticsearch/t/997964b85fd9680a

Zachary Tong zacharyjtong@gmail.com Feb 19 01:04PM -0800

Quick update: I've added the ability to compose most library functions
out
of associative arrays or raw JSON instead of using the ORM interface
(thanks for the suggestion Clinton / Joe), as well ...morehttp://groups.google.com/group/elasticsearch/msg/ee6d254b4a5a02b2

elasticSearch querying documentationhttp://groups.google.com/group/elasticsearch/t/8a13272691816609

"Lukáš Vlček" lukas.vlcek@gmail.com Feb 19 09:47PM +0100

Then I would recommend you to ask here, on ML. Ask about your specific
advanced queries.
Regards,
Lukas

...morehttp://groups.google.com/group/elasticsearch/msg/cfec1519bbe98519

Boosting a document valuehttp://groups.google.com/group/elasticsearch/t/500b31d7fd1cb7c6

Noam Guy noamguy@gmail.com Feb 19 12:47PM -0800

Hi Ivan,

You are right - I need a "dynamic" boost... (Jade - thank you any
how..).
Regarding the nested queries - can you give me an example (that uses a
"dynamic" boost value) which I can learn ...morehttp://groups.google.com/group/elasticsearch/msg/1f666e377d294284

Memory building up while faceting on multi valued fieldshttp://groups.google.com/group/elasticsearch/t/d0c4175d3d0e1c47

Ivan Brusic ivan@brusic.com Feb 19 12:20PM -0800

There is a known issue regarding facets on multi-valued fields:
Unrealistic high memory consumption for faceting of infrequent array fields with many members · Issue #2468 · elastic/elasticsearch · GitHub

Do your documents vary in the amount of terms for the faceted field?
...morehttp://groups.google.com/group/elasticsearch/msg/80858386ee8f6331

You received this message because you are subscribed to the Google Group
elasticsearch.
You can post via email elasticsearch@googlegroups.com.
To unsubscribe from this group, sendelasticsearch+unsubscribe@googlegroups.coman empty message.
For more options, visithttp://groups.google.com/group/elasticsearch/topicsthis group.

--
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.