Re: Abridged summary of elasticsearch@googlegroups.com - 90 Messages in 32 Topics

On Fri, Feb 8, 2013 at 7:30 PM, elasticsearch@googlegroups.com wrote:

Today's Topic Summary

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

  • Index JSON and stopwords with apostrophe<#13cbd00e7b43850d_group_thread_0>[3 Updates]
  • What are the ranges on the different Number Types in Elasticsearch?<#13cbd00e7b43850d_group_thread_1>[1 Update]
  • Why can't I assign a boost to integer types in my mapping?<#13cbd00e7b43850d_group_thread_2>[1 Update]
  • Is this possible in ES? <#13cbd00e7b43850d_group_thread_3> [1 Update]
  • disabling dynamic mapping <#13cbd00e7b43850d_group_thread_4> [3
    Updates]
  • Running Elasticsearch as a Windows Service on Windows 2008 R2 Server<#13cbd00e7b43850d_group_thread_5>[1 Update]
  • Java API documentation update <#13cbd00e7b43850d_group_thread_6> [2
    Updates]
  • Without alias, can't I use routing in 0.20.4?<#13cbd00e7b43850d_group_thread_7>[3 Updates]
  • Search doesn't work when String Types are used in filter.<#13cbd00e7b43850d_group_thread_8>[6 Updates]
  • Help querying for keywords and address?<#13cbd00e7b43850d_group_thread_9>[1 Update]
  • Special characters in field names <#13cbd00e7b43850d_group_thread_10>[3 Updates]
  • Compile error with 0.20.2 <#13cbd00e7b43850d_group_thread_11> [1
    Update]
  • combo analyzer - Issue with English and Japanese text being stored
    in same fields <#13cbd00e7b43850d_group_thread_12> [1 Update]
  • graph search model and performance/caching problems with filtering<#13cbd00e7b43850d_group_thread_13>[1 Update]
  • Questions relating to Elasticsearch<#13cbd00e7b43850d_group_thread_14>[3 Updates]
  • Strange error serialising <#13cbd00e7b43850d_group_thread_15> [1
    Update]
  • Help querying array of nested objects<#13cbd00e7b43850d_group_thread_16>[1 Update]
  • custom similarity setting does not work with version 0.20.2<#13cbd00e7b43850d_group_thread_17>[13 Updates]
  • Elasticsearch suffix query <#13cbd00e7b43850d_group_thread_18> [1
    Update]
  • Configure rivers in elasticsearch.yaml or other config file<#13cbd00e7b43850d_group_thread_19>[1 Update]
  • $ES_HEAP_SIZE <#13cbd00e7b43850d_group_thread_20> [21 Updates]
  • Elastic Search enquiry : query to search data with greater and less
    than filter. <#13cbd00e7b43850d_group_thread_21> [2 Updates]
  • Elastic search : EdgeGram, prefix, suffix<#13cbd00e7b43850d_group_thread_22>[1 Update]
  • Geo distance and bounding box <#13cbd00e7b43850d_group_thread_23> [3
    Updates]
  • NullPointerException failed to dynamically refresh the mapping in
    cluster_state from shard <#13cbd00e7b43850d_group_thread_24> [2
    Updates]
  • Can the order of filters impact performance?<#13cbd00e7b43850d_group_thread_25>[2 Updates]
  • Elastic search Query Related to EdgeGram<#13cbd00e7b43850d_group_thread_26>[1 Update]
  • Elastic search : EdgeGram, prefix, suffix<#13cbd00e7b43850d_group_thread_27>[1 Update]
  • Kind of inner join query in Elasticsearch...?<#13cbd00e7b43850d_group_thread_28>[1 Update]
  • elasticsearch for json array <#13cbd00e7b43850d_group_thread_29> [1
    Update]
  • Elasticsearch : Is there any suffix query/filter<#13cbd00e7b43850d_group_thread_30>[2 Updates]
  • ES 0.20.4 cluster can't start <#13cbd00e7b43850d_group_thread_31> [5
    Updates]

Index JSON and stopwords with apostrophehttp://groups.google.com/group/elasticsearch/t/6597f716fb7722e5

Felipe Hummel felipehummel@gmail.com Feb 08 12:25PM -0800

Hey guys, I'm trying to set a custom list of stopwords in the JSON
that
creates an index.

Like this: "stopwords" : ["i'm", "you're" .... ] . But when I check
the
index metadata (through HEAD ...morehttp://groups.google.com/group/elasticsearch/msg/c9d368c07e11a7cc

hazzadous hwaye@arachnys.com Feb 08 03:48PM -0800

This works for me:

$ curl -XPOST localhost:9200/test -d '
{
"settings": {
"analysis": {
"analyzer": {
"default": {
"type": "standard",
"stopwords": ["i'"'"'m"]
} ...morehttp://groups.google.com/group/elasticsearch/msg/694ce88743293c94

Harry Waye hwaye@microwayes.net Feb 08 03:59PM -0800

On second glance that's obviously the case! Might help to give your
full
index creation post body and the responses you get for settings and
mappings.

On Friday, 8 February 2013 23:48:51 UTC, ...morehttp://groups.google.com/group/elasticsearch/msg/41940e33c2c028a7

What are the ranges on the different Number Types in Elasticsearch?http://groups.google.com/group/elasticsearch/t/b455f54e238f4e3d

Brian Jones tbrianjones@gmail.com Feb 08 03:42PM -0800

What are the ranges for the different number types in Elasticsearch?
Are
they signed? Is that adjustable?

float:
double:
byte:
short:
integer:
long:

I've discovered a few of these by ...morehttp://groups.google.com/group/elasticsearch/msg/30cf95bb931d134a

Why can't I assign a boost to integer types in my mapping?http://groups.google.com/group/elasticsearch/t/15c65e2392764849

Brian Jones tbrianjones@gmail.com Feb 08 03:38PM -0800

Every time I try to assign a boost to an integer I get the following
error
message:

{"error":"UnsupportedOperationException[You cannot set an index-time
boost:
norms are omitted for field ...morehttp://groups.google.com/group/elasticsearch/msg/36829cf20ac82b82

Is this possible in ES?http://groups.google.com/group/elasticsearch/t/e6115995af2b66a8

David Hagar davidhagarfolders-google@yahoo.com Feb 08 03:30PM -0800

The problem I'm trying to solve is:

  1. Users create folders that contain on average 500 docs. These
    folders
    change every day for active users which could be 5-30% of all users.
    The ...morehttp://groups.google.com/group/elasticsearch/msg/496f658ea480d01d

disabling dynamic mappinghttp://groups.google.com/group/elasticsearch/t/2e0bc62e5ea7d7e5

Radu Gheorghe radu.gheorghe@sematext.com Feb 08 09:09AM +0200

Hello,

Here's a gist that you can adapt for a specific index:
disable_dynamic_mapping.sh · GitHub

If you need to do this globally, you can add this line to your
elasticsearch.yml: ...morehttp://groups.google.com/group/elasticsearch/msg/4196dd9e33981f83

Michael Kleen michael.kleen@numberfour.eu Feb 08 02:15AM -0800

Hello,

if you want to disable the dynamic mapping on the root level of your
object
as you asked for and not on the complete index as Radu mentioned you
can do
it in the following way:
...morehttp://groups.google.com/group/elasticsearch/msg/80de591d7f739156

T Vinod Gupta tvinod@readypulse.com Feb 08 03:15PM -0800

thanks a lot!

On Fri, Feb 8, 2013 at 2:15 AM, Michael Kleen
...morehttp://groups.google.com/group/elasticsearch/msg/4f9db7dab7e73853

Running Elasticsearch as a Windows Service on Windows 2008 R2 Serverhttp://groups.google.com/group/elasticsearch/t/cd9c2ec66d8064fe

Mxims renjith.ck@gmail.com Feb 08 02:20PM -0800

Hi Guys, any help on this??

Has anyone successfully installed it as windows service on any windows
platform?

Thanks

On Thursday, February 7, 2013 11:37:38 AM UTC-8, Mxims wrote:
...morehttp://groups.google.com/group/elasticsearch/msg/ced09bf37a530e42

Java API documentation updatehttp://groups.google.com/group/elasticsearch/t/80aef8b0e23b7d0d

David Pilato david@pilato.fr Feb 08 07:43PM +0100

Heya,

Just letting you know that we just add some information about Java API
on the elasticsearch.org website.
Hope this will help Java developers :wink:
...morehttp://groups.google.com/group/elasticsearch/msg/9f6778915d8965ea

Mxims renjith.ck@gmail.com Feb 08 02:18PM -0800

Thank you for posting this info.. It is really helpful.

On Friday, February 8, 2013 10:43:48 AM UTC-8, David Pilato wrote:
...morehttp://groups.google.com/group/elasticsearch/msg/cf96d7abedacc57f

Without alias, can't I use routing in 0.20.4?http://groups.google.com/group/elasticsearch/t/5f5f539502400e23

Jae metacret@gmail.com Feb 08 10:20AM -0800

I am upgrading elasticsearch from 0.19.x to 0.20.4 but routing key is
not
working I am getting RoutingMissingException, which I don't have
previously.

When I traced source code, ...morehttp://groups.google.com/group/elasticsearch/msg/4dc313336751c4a5

Martijn v Groningen martijn.v.groningen@gmail.com Feb 08 07:25PM
+0100

Does your mapping has a _parent field or is routing required in your
mapping? Also how does your index request look like?

--
Met vriendelijke groet,

Martijn van Groningen
...morehttp://groups.google.com/group/elasticsearch/msg/b2b12f1dbca146a2

Jae metacret@gmail.com Feb 08 02:00PM -0800

This was my data problem. Never mind and Thank you for your answer.

On Friday, February 8, 2013 10:20:04 AM UTC-8, Jae wrote:
...morehttp://groups.google.com/group/elasticsearch/msg/8de66acc9d237cc7

Search doesn't work when String Types are used in filter.http://groups.google.com/group/elasticsearch/t/25213c82f6ac0d02

mars kommineni.sateesh@gmail.com Feb 08 12:34AM -0800

Hi All,

I am having an Issue of not getting any results when String types are
used in the Filter criteria.

Here is the mapping i am using.

"MyOrderLog" :{
"type" : "object", ...morehttp://groups.google.com/group/elasticsearch/msg/9bb57eca5375951f

Martijn v Groningen martijn.v.groningen@gmail.com Feb 08 04:54PM
+0100

Hey,

You're using a term filter here with: a*. Most likely that string
literal
doesn't exist in your log_entry.text field. You want to perform a
wildcard
or prefix search? If so you need to ...morehttp://groups.google.com/group/elasticsearch/msg/12964b1874d1e289

mars kommineni.sateesh@gmail.com Feb 08 08:51AM -0800

Hi,

Thanks for your response.

I tried the wild card as when i used the actual string it did not
return
any results.

When i used the Integer Types it returned the results fine. ...morehttp://groups.google.com/group/elasticsearch/msg/ee75066827937147

Martijn v Groningen martijn.v.groningen@gmail.com Feb 08 06:22PM
+0100

The fields log_entry.text and log_entry.type are not_analyzed
meaning that no text analysis is executed and the string is indexed as
is.
When using a term filter for these field, only exact ...morehttp://groups.google.com/group/elasticsearch/msg/ef55820581937700

mars kommineni.sateesh@gmail.com Feb 08 10:45AM -0800

Hi,

Sorry i should have posted my query and the Results.

Basically i am firing a Query with no query string ( match all Query)
and
only Constraining in the Filter.

The Query i am ...morehttp://groups.google.com/group/elasticsearch/msg/9caabaa2bb04f124

Martijn v Groningen martijn.v.groningen@gmail.com Feb 08 10:14PM
+0100

{
"from": 1,
"size": 10,
"sort": [
{
"log_entry.reference_type": {
"order": "desc"
}
},
"_score"
], ...morehttp://groups.google.com/group/elasticsearch/msg/81523bf9ce1c2870

Help querying for keywords and address?http://groups.google.com/group/elasticsearch/t/3b6f0431c06c3411

Matt Walters mattwalters5@gmail.com Feb 08 11:14AM -0800

Hi everybody,

I'm new to ES and trying to figure out the correct way to query the
following data:

{
"Address": {
"StreetNumber": "200 Cherry St.",
"Country": "United States", ...morehttp://groups.google.com/group/elasticsearch/msg/820c85da11b94ccb

Special characters in field nameshttp://groups.google.com/group/elasticsearch/t/cc085e1e082d4c5c

Clinton Gormley clint@traveljury.com Feb 08 11:10AM +0100

On Thu, 2013-02-07 at 13:49 -0800, Gildas Houmard wrote:

-"#fieldname"

  • "@field.name"
  • "-field.name"

I would avoid using embedded '.' as that is used to step into objects,
...morehttp://groups.google.com/group/elasticsearch/msg/3e7390ce7407c0c2

David Pilato david@pilato.fr Feb 08 11:39AM +0100

I add that I would avoid + and - as you can use it in query string
query as a must or must not clause.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

...morehttp://groups.google.com/group/elasticsearch/msg/28d3ae0b5cd49b62

Gildas Houmard ghoumard@gmail.com Feb 08 10:28AM -0800

Make a lot of sense :smiley:
Thanks Clint and David !

On Friday, February 8, 2013 5:39:09 AM UTC-5, David Pilato wrote:
...morehttp://groups.google.com/group/elasticsearch/msg/545df0001bde19ce

Compile error with 0.20.2http://groups.google.com/group/elasticsearch/t/d540e3a5a6481b02

suleman mubarik sulemanmubarik@gmail.com Feb 08 10:15AM -0800

Thanks
there were couple of dependency that i need to set
first one was com.spatial4j and second one was lucene-highlighter
after
adding these in maven pom i can compile the code
...morehttp://groups.google.com/group/elasticsearch/msg/f5218c96c19ff40f

combo analyzer - Issue with English and Japanese text being stored in
same fieldshttp://groups.google.com/group/elasticsearch/t/f26c1365f344a0fa

hemant pahilwani hemant.pahilwani@gmail.com Feb 08 09:31AM -0800

Same behavior is observed if i use english word:

$curl -XGET
'localhost:9200/myindex/_analyze?analyzer=my_default_analyzer&pretty=true'

-d 'something'
{
"tokens" : [ {
"token" : ...morehttp://groups.google.com/group/elasticsearch/msg/75a4fb112eb37182

graph search model and performance/caching problems with filteringhttp://groups.google.com/group/elasticsearch/t/537afbdbda13bfdc

Colin Surprenant colin.surprenant@gmail.com Feb 08 09:08AM -0800

TL;DR

One easy #win would be to get feedback/advices on the best filtering
strategy:

Questions relating to Elasticsearchhttp://groups.google.com/group/elasticsearch/t/b0a0468fe7d45c46

Karthik Shyamsunder karthik.shyamsunder@gmail.com Feb 08 04:04AM
-0800

  1. *Can I use Elasticsearch as a data store? * I keep hearing I can.
    I
    definitely understand the classic issues like lack of transactions etc
    compared to database. But that is not of a concern ...morehttp://groups.google.com/group/elasticsearch/msg/d483351cf46f2ba3

ppearcy ppearcy@gmail.com Feb 08 07:54AM -0800

  1. Yes, you can. A couple of years ago, I would have said no. That
    being
    said, I don't use elasticsearch as my primary data store since any
    loss of
    data is not acceptable and I want to be 100% ...morehttp://groups.google.com/group/elasticsearch/msg/ad067909a219a3e7

Zachary Tong zacharyjtong@gmail.com Feb 08 08:32AM -0800

I'll weigh in on #3:

The common response is "it depends", because every situation is
unique.
Doc size, number of docs, analyzer complexity, hardware, query
pattern,
etc etc. All the variables ...morehttp://groups.google.com/group/elasticsearch/msg/89e7c844b35852af

Strange error serialisinghttp://groups.google.com/group/elasticsearch/t/851f5a1b2df9b102

andrea crotti andrea.crotti.0@gmail.com Feb 08 07:51AM -0800

I have many entries from one couch database that are not getting
indexed,
and the error is quite cryptic:

[0]: index [wk-wazoku-wazoku-com], type [wk-wazoku-wazoku-com], id
...morehttp://groups.google.com/group/elasticsearch/msg/fae461efd68ea8ee

Help querying array of nested objectshttp://groups.google.com/group/elasticsearch/t/859fe55c2b0a4a00

Martijn v Groningen martijn.v.groningen@gmail.com Feb 08 04:47PM
+0100

Hey Roly,

To query in your criteria objects you will need to use a nested
query/filter as a wrapper. For the other properties you can use a
regular
query.
See my query example here: ...morehttp://groups.google.com/group/elasticsearch/msg/b982254571ef2a8

custom similarity setting does not work with version 0.20.2http://groups.google.com/group/elasticsearch/t/4e8191362986c361

Mustafa Sener mustafa.sener@gmail.com Feb 08 08:47AM +0200

Hi,
I tried following configurations for my custom similarity provider but
none
of them worked with version 0.20. Can anyone give me some information
about
this setting for version 0.20.2? Any ...morehttp://groups.google.com/group/elasticsearch/msg/2a4464b11bab6366

benjamin leviant benjamin.leviant@gmail.com Feb 08 09:33AM +0100

Hello,

you should try this command :

curl -XPOST 'http://host:port/tweeter/' -d '
{
"settings": {
"index": {
"similarity": {
"index": { ...morehttp://groups.google.com/group/elasticsearch/msg/c1bf1e63d93b1e03

Mustafa Sener mustafa.sener@gmail.com Feb 08 10:40AM +0200

That does not work too. I tried it before.

On Fri, Feb 8, 2013 at 10:33 AM, benjamin leviant <

--
Mustafa Sener http://www.ifountain.com
...morehttp://groups.google.com/group/elasticsearch/msg/7060a824926db4d8

benjamin leviant benjamin.leviant@gmail.com Feb 08 10:42AM +0100

Hi,

What is your the error message ?

How do you get your custom class loaded ?

Regards

Benjamin

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

Mustafa Sener mustafa.sener@gmail.com Feb 08 12:00PM +0200

I have no error messages. It seems that this setting is different
before
version 0.20. Since there is no documentation about this, I cannot
configure it properly.

On Fri, Feb 8, 2013 at 11:42 AM, ...morehttp://groups.google.com/group/elasticsearch/msg/6eebfa8aa97ac320

benjamin leviant benjamin.leviant@gmail.com Feb 08 11:27AM +0100

I use a custom similarity on Elasticsearch 0.20.1 and it work perfectly
well.

If you dont have any error message when you create your index, then
your
custom similarity should be enable for ...morehttp://groups.google.com/group/elasticsearch/msg/eb50979ea36295ad

Mustafa Sener mustafa.sener@gmail.com Feb 08 01:15PM +0200

I use a FloatingPayload filter to create payloads for each term which
is
separated by '|' character (school|5.8). Then I use following
similarity

gist:4738207 · GitHub

...morehttp://groups.google.com/group/elasticsearch/msg/9ff8964b764ae7e2

benjamin leviant benjamin.leviant@gmail.com Feb 08 12:43PM +0100

Your implementation looks good.

But to get payload working in elasticsearch, a custom similarity is not
enough.

You need also to implement several custom elements :

Mustafa Sener mustafa.sener@gmail.com Feb 08 02:03PM +0200

I have token filter. But not query parser. I use more like this query
directly. I will not use token payloads on query, I want to use token
payloads stored by filter on index time. ...morehttp://groups.google.com/group/elasticsearch/msg/450eb97220df28b5

benjamin leviant benjamin.leviant@gmail.com Feb 08 02:20PM +0100

It is not working, because the "more like this" query do not call the
scorePayload method to score the results.

To use payloads, you need a custom query parser with a query having a
...morehttp://groups.google.com/group/elasticsearch/msg/b21916c6d80070a6

Mustafa Sener mustafa.sener@gmail.com Feb 08 03:32PM +0200

Ok,
Thanks for your help. It was very beneficial for me.

Regards...

On Fri, Feb 8, 2013 at 3:20 PM, benjamin leviant <
benjamin.leviant@gmail.com

--
Mustafa Sener http://www.ifountain.com ...morehttp://groups.google.com/group/elasticsearch/msg/7f3649409622d15

Mustafa Sener mustafa.sener@gmail.com Feb 08 03:51PM +0200

The best option here to use morelikethis query is modify it to take
payloads into account. I think I can do this by sub-classing payload
query
and multiply tf value used by query by payload of that ...morehttp://groups.google.com/group/elasticsearch/msg/b89cd29a6a653607

benjamin leviant benjamin.leviant@gmail.com Feb 08 04:41PM +0100

Yes you can try by subclassing morelikethis query to customize its
scoring
logic.

Sorry, but I cannot confirm you it will be work.

Please, give us update on this.

Regards

...morehttp://groups.google.com/group/elasticsearch/msg/43b86e6bc88836b8

Elasticsearch suffix queryhttp://groups.google.com/group/elasticsearch/t/ca41bf9461730cb0

Michael Kleen michael.kleen@numberfour.eu Feb 08 06:59AM -0800

Hello,

here is a full working example using a ngram tokenizer:

https://gist.github.com/mkleen/4739479

Regards,

Michael

On Thursday, February 7, 2013 9:36:03 PM UTC+1, Mohit Kumar ...morehttp://groups.google.com/group/elasticsearch/msg/3d16f1880b95c638

Configure rivers in elasticsearch.yaml or other config filehttp://groups.google.com/group/elasticsearch/t/b20e316bdbe5a8a9

anahap andy@nahapetian.com Feb 08 06:51AM -0800

Hi All,
is it possible to configure a river in a configuration file, as
opposed to
using the put api?

TIA
Andy
...morehttp://groups.google.com/group/elasticsearch/msg/dc6e5174f85e08d7

$ES_HEAP_SIZEhttp://groups.google.com/group/elasticsearch/t/57e1d2b5646bd66f

Shawn Ritchie xritchie@gmail.com Feb 08 01:08AM -0800

Hi Guys,

If i Set $ES_HEAP_SIZE to 64g should i see that the system is
reserving
64GB of memory using htop?

Regards
Shawn
...morehttp://groups.google.com/group/elasticsearch/msg/fd9692db172fe9aa

Clinton Gormley clint@traveljury.com Feb 08 11:22AM +0100

On Fri, 2013-02-08 at 01:08 -0800, Shawn Ritchie wrote:

Hi Guys,

If i Set $ES_HEAP_SIZE to 64g should i see that the system is
reserving 64GB of memory using htop?

you should. ...morehttp://groups.google.com/group/elasticsearch/msg/380cef58d2ec86b6

Shawn Ritchie xritchie@gmail.com Feb 08 02:27AM -0800

What is i set it exactly to 30GB do i still get this problem.

On Friday, 8 February 2013 11:22:36 UTC+1, Clinton Gormley wrote:
...morehttp://groups.google.com/group/elasticsearch/msg/4e917e69539ba750

Clinton Gormley clint@traveljury.com Feb 08 11:32AM +0100

On Fri, 2013-02-08 at 02:27 -0800, Shawn Ritchie wrote:

What is i set it exactly to 30GB do i still get this problem.

?

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

Shawn Ritchie xritchie@gmail.com Feb 08 02:33AM -0800

If i set the ES_HEAP_SIZE to 30GB would i avoid the compressed
pointers
problem?

On Friday, 8 February 2013 11:32:38 UTC+1, Clinton Gormley wrote:
...morehttp://groups.google.com/group/elasticsearch/msg/2299a0c068d83980

Clinton Gormley clint@traveljury.com Feb 08 11:35AM +0100

On Fri, 2013-02-08 at 02:33 -0800, Shawn Ritchie wrote:

If i set the ES_HEAP_SIZE to 30GB would i avoid the compressed
pointers problem?

yes :slight_smile:

don't forget that you should leave about 50% ...morehttp://groups.google.com/group/elasticsearch/msg/a2e785c6e70ef94f

Shawn Ritchie xritchie@gmail.com Feb 08 02:59AM -0800

Shouldn't be problematic as the server has 128GB of RAM. So if i set
that
ES_HEAP_SIZE to 30GB and run Elasticsearch using top should i see
elastic
search using up 30GB of ram?

Regards
Shawn ...morehttp://groups.google.com/group/elasticsearch/msg/96245116dd7ad5d

Clinton Gormley clint@traveljury.com Feb 08 12:11PM +0100

On Fri, 2013-02-08 at 02:59 -0800, Shawn Ritchie wrote:

Shouldn't be problematic as the server has 128GB of RAM. So if i set
that ES_HEAP_SIZE to 30GB and run Elasticsearch using top should i
...morehttp://groups.google.com/group/elasticsearch/msg/3af1cb93bb68f0ba

Shawn Ritchie xritchie@gmail.com Feb 08 03:14AM -0800

Would I get greater throughput though using 2 instances?

Regards
Shawn

On Friday, 8 February 2013 12:11:24 UTC+1, Clinton Gormley wrote:
...morehttp://groups.google.com/group/elasticsearch/msg/2901c2ebbbde9bf

Clinton Gormley clint@traveljury.com Feb 08 12:21PM +0100

On Fri, 2013-02-08 at 03:14 -0800, Shawn Ritchie wrote:

Would I get greater throughput though using 2 instances?

they'd be sharing CPU and IO but you'd be making use of all of your
RAM ...morehttp://groups.google.com/group/elasticsearch/msg/db911f163821cde6

Shawn Ritchie xritchie@gmail.com Feb 08 03:27AM -0800

Hmm, i will need some help with this,

so what you are implying i run 2 instances of Elasticsearch with
different
configs,

Set one instance with

node.rack_id: rack_one
...morehttp://groups.google.com/group/elasticsearch/msg/8b08a7b676cd96de

Clinton Gormley clint@traveljury.com Feb 08 12:53PM +0100

On Fri, 2013-02-08 at 03:27 -0800, Shawn Ritchie wrote:

Hmm, i will need some help with this,

so what you are implying i run 2 instances of Elasticsearch with
different configs,
...morehttp://groups.google.com/group/elasticsearch/msg/d99353534c3903f5

Shawn Ritchie xritchie@gmail.com Feb 08 04:02AM -0800

Hi,

Basically we only have 1 machine for Elastic Search, and for now are
not interested in replication, for now we are only interested in
maximising
performance.

So if I understood we do ...morehttp://groups.google.com/group/elasticsearch/msg/b7137faf023c3ed8

Clinton Gormley clint@traveljury.com Feb 08 01:06PM +0100

Basically we only have 1 machine for Elastic Search, and for now are
not interested in replication, for now we are only interested in
maximising performance.

OK

So if I understood we ...morehttp://groups.google.com/group/elasticsearch/msg/b6e0ce8fba976258

Shawn Ritchie xritchie@gmail.com Feb 08 04:07AM -0800

or do i only need to set node.max_local_storage_nodes: 2 and it will
automatically setup 2 instances?
...morehttp://groups.google.com/group/elasticsearch/msg/2008a32217980edc

Clinton Gormley clint@traveljury.com Feb 08 01:09PM +0100

On Fri, 2013-02-08 at 04:07 -0800, Shawn Ritchie wrote:

or do i only need to set node.max_local_storage_nodes: 2 and it will
automatically setup 2 instances?

No, you need to start two ...morehttp://groups.google.com/group/elasticsearch/msg/51ac9f8b3c7c8a3d

Shawn Ritchie xritchie@gmail.com Feb 08 04:14AM -0800

Last question :smiley:

How do i lunch and instance with a specific config file? As i find it
quite
ironic that you specify the config file directory in the config file
itself?

On Friday, 8 February ...morehttp://groups.google.com/group/elasticsearch/msg/f74b8f40d4792be0

Clinton Gormley clint@traveljury.com Feb 08 01:21PM +0100

On Fri, 2013-02-08 at 04:14 -0800, Shawn Ritchie wrote:

How do i lunch and instance with a specific config file? As i find it
quite ironic that you specify the config file directory in the
...morehttp://groups.google.com/group/elasticsearch/msg/97573d583a7bfe1a

Shawn Ritchie xritchie@gmail.com Feb 08 04:27AM -0800

Already read that post, but from what i understood or misunderstood,
is its
making the assumption you will have 1 instance of Elasticsearch
running on
a machine.

What i'd like to do is with 1 ...morehttp://groups.google.com/group/elasticsearch/msg/62353abdf2a254da

Clinton Gormley clint@traveljury.com Feb 08 01:40PM +0100

On Fri, 2013-02-08 at 04:27 -0800, Shawn Ritchie wrote:

Or is it that multiple versions of Elasticsearch on the same machine
run @ a directory level, that is 2 instances which are sharing
...morehttp://groups.google.com/group/elasticsearch/msg/cbeb5352d202246f

Shawn Ritchie xritchie@gmail.com Feb 08 06:21AM -0800

Sorry Again, What if i wanted to run them as Services? I tried looking
in
the /service/elasticsearch.conf and init.d but with no luck

On Friday, 8 February 2013 13:40:19 UTC+1, Clinton Gormley ...morehttp://groups.google.com/group/elasticsearch/msg/ede5c3025d38d9b4

Elastic Search enquiry : query to search data with greater and less
than filter.http://groups.google.com/group/elasticsearch/t/17ba5ca3d8c50332

Mohit Kumar Yadav mohit.kumar.ngi@gmail.com Feb 08 04:35PM +0530

sir,

can we use greater or less than symbol in Elasticsearch. If yes then
it is
possible to use it within filter.

Thanks and regads
Mohit Kumar Yadav
...morehttp://groups.google.com/group/elasticsearch/msg/9dbf0325b0ed3da7

mars kommineni.sateesh@gmail.com Feb 08 03:25AM -0800

try this..

"filter": {
"range": { "field_name": { "from": "form_value" ,
"to": "to_val"}
}

On Friday, February 8, 2013 4:35:16 PM UTC+5:30, ...morehttp://groups.google.com/group/elasticsearch/msg/4b792b12f399063c

Elastic search : EdgeGram, prefix, suffixhttp://groups.google.com/group/elasticsearch/t/63a65188092e17c2

David Pilato david@pilato.fr Feb 08 11:43AM +0100

I think i answered yesterday. Use ngram, not EdgeNGram.

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

...morehttp://groups.google.com/group/elasticsearch/msg/85c5f95eda6a63c6

Geo distance and bounding boxhttp://groups.google.com/group/elasticsearch/t/4b2fe8b91927132d

Clinton Gormley clint@traveljury.com Feb 08 11:02AM +0100

(geo_bbox) filter as well to my search to limit the number of records
that the geo_distance filter then needs to check individual distances
for.

Have a look at the optimize_bbox parameter ...morehttp://groups.google.com/group/elasticsearch/msg/3b463cbba1b0f6a2

Andrej Rosenheinrich andrej.rosenheinrich@unister.de Feb 08 02:22AM
-0800

Hi Clint,

thanks for pointing out to this option, looks like I've overseen it in
the
past. I am not sure what the possible values (memory, indexed, ?) mean
in
detail, can you share a line on ...morehttp://groups.google.com/group/elasticsearch/msg/f8cb8426f71d2680

Clinton Gormley clint@traveljury.com Feb 08 11:32AM +0100

On Fri, 2013-02-08 at 02:22 -0800, Andrej Rosenheinrich wrote:

the past. I am not sure what the possible values (memory, indexed, ?)
mean in detail, can you share a line on this here? In the ...morehttp://groups.google.com/group/elasticsearch/msg/3e4e733d13471c1a

NullPointerException failed to dynamically refresh the mapping in
cluster_state from shardhttp://groups.google.com/group/elasticsearch/t/275b62010b0746c

Filirom1 filirom1@gmail.com Feb 08 02:02AM -0800

Hi,

I have this error message since 1 month :-/, and yesterday the cluster
stop
indexing and answering to requests.

[2013-02-08 10:35:02,206][INFO ][cluster.metadata ] [nodeA] ...morehttp://groups.google.com/group/elasticsearch/msg/ed19ef2aacdf3c45

Filirom1 filirom1@gmail.com Feb 08 02:29AM -0800

I filled an issue on github
: NullPointerException failed to dynamically refresh the mapping in cluster_state from shard · Issue #2633 · elastic/elasticsearch · GitHub

Le vendredi 8 février 2013 11:02:44 UTC+1, Filirom1 a écrit :
...morehttp://groups.google.com/group/elasticsearch/msg/ef9e267e7914eef6

Can the order of filters impact performance?http://groups.google.com/group/elasticsearch/t/63d004fbe8da2ded

Brian Jones tbrianjones@gmail.com Feb 07 09:47PM -0800

I would also really like to know the answer to this question.

Additionally, I'm wondering if the query can be run before the filters
or
vice versa? Will this impact performance? Does ...morehttp://groups.google.com/group/elasticsearch/msg/fc542bddcef15c30

Clinton Gormley clint@traveljury.com Feb 08 11:19AM +0100

On Thu, 2013-02-07 at 21:47 -0800, Brian Jones wrote:

data request? If we can control the order in which pieces of a
query / filter are executed and they do impact performance, then
...morehttp://groups.google.com/group/elasticsearch/msg/9a80f7a11908a91b

Elastic search Query Related to EdgeGramhttp://groups.google.com/group/elasticsearch/t/e75b624872e11944

Mohit Kumar Yadav mohit.kumar.ngi@gmail.com Feb 07 03:37AM -0800

How one can search a word through its middle or last letters. For
example
CORPORATION is a words and I am able to search CORPORATION with its
initials like COR, CO, C etc by using EdgeGram and ...morehttp://groups.google.com/group/elasticsearch/msg/fda3ce2da1a1d3b4

Elastic search : EdgeGram, prefix, suffixhttp://groups.google.com/group/elasticsearch/t/1c9a57aff4df4c85

Mohit Kumar Yadav mohit.kumar.ngi@gmail.com Feb 07 03:25AM -0800

How one can search a word through its middle or last letters. For
example
CORPORATION is a words and I am able to search CORPORATION with its
initials like COR, CO, C etc by using EdgeGram and ...morehttp://groups.google.com/group/elasticsearch/msg/e75db29b3e53a2a9

Kind of inner join query in Elasticsearch...?http://groups.google.com/group/elasticsearch/t/c57f87fce3535412

Marek Stachura marek.stachura@gmail.com Feb 08 02:11AM -0800

Hi Clint,

awesome! Thanks a lot! You just made my day :slight_smile:

I corrected a bit the syntax, correct version below and in gist in
comments:

Elasticsearch example - index setup using nested feature and sample queries · GitHub
...morehttp://groups.google.com/group/elasticsearch/msg/c9ee542bf1aa41a3

elasticsearch for json arrayhttp://groups.google.com/group/elasticsearch/t/1710cd0b85c1b906

Clinton Gormley clint@traveljury.com Feb 08 11:00AM +0100

On Thu, 2013-02-07 at 12:03 -0800, nsharma wrote:

{"error":"MapperParsingException[Malformed content, must start with
an
object]","status":400}

How do i get this working with indexing on ...morehttp://groups.google.com/group/elasticsearch/msg/30697c8d72704701

Elasticsearch : Is there any suffix query/filterhttp://groups.google.com/group/elasticsearch/t/971a402fe3c8fe6a

Mohit Kumar Yadav mohit.kumar.ngi@gmail.com Feb 08 11:22AM +0530

Sir,

Is there any suffix query in Elasticsearch. I can retrieve data from
document by using prefix query. how can I retrieve data from document
by
using a suffix of any string. ...morehttp://groups.google.com/group/elasticsearch/msg/fccae2012c40036a

David Pilato david@pilato.fr Feb 08 07:00AM +0100

You should look at Ngram tokenizer. It will probably help here.

HTH

David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 8 févr. 2013 à 06:52, Mohit Kumar Yadav ...morehttp://groups.google.com/group/elasticsearch/msg/90fefc224ec0f305

ES 0.20.4 cluster can't starthttp://groups.google.com/group/elasticsearch/t/6f27f4a849e4e98a

arta artasano@sbcglobal.net Feb 07 07:19PM -0800

Today I upgraded from 0.19.3 to 0.20.3.
I also upgraded from jdk 1.6.0_14 to 1.7.0_13.
I did full cluster shutdown, replaced ES, then started the cluster.

While starting, some nodes (not only ...morehttp://groups.google.com/group/elasticsearch/msg/f05601e7b34fe3cc

arta artasano@sbcglobal.net Feb 07 07:22PM -0800

Sorry, one correction. I upgraded to 0.20.4.

--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/ES-0-20-4-cluster-can-t-start-tp4029492p4029493.html
...morehttp://groups.google.com/group/elasticsearch/msg/3e1220b68713e985

Vineeth Mohan vineethmohan@algotree.com Feb 08 10:38AM +0530

Can you provide the debug log

Thanks
Vineeth

...morehttp://groups.google.com/group/elasticsearch/msg/865b4e210a83883f

arta artasano@sbcglobal.net Feb 07 09:10PM -0800

I found crash dump? files, so I gist'ed
elasticsearch crash dump 0.20.4 · GitHub
elasticsearch 0.20.4 · GitHub

Hope it helps.

--
View this message in context: ...morehttp://groups.google.com/group/elasticsearch/msg/61f67bf035d1bffa

arta artasano@sbcglobal.net Feb 07 09:36PM -0800

ES log around the restart time (matches with the first crash dump
time) is
gist'ed here:
gist:4736880 · GitHub

--
View this message in context: ...morehttp://groups.google.com/group/elasticsearch/msg/5e2ec06d4d86d78

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.