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

**URL:** https://discuss.elastic.co/t/re-abridged-summary-of-elasticsearch-googlegroups-com-90-messages-in-32-topics/10682
**Category:** Elasticsearch
**Created:** [February 9, 2013, 8:59pm UTC](https://discuss.elastic.co/t/re-abridged-summary-of-elasticsearch-googlegroups-com-90-messages-in-32-topics/10682 "2013-02-09T20:59:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jbattle](https://avatars.discourse-cdn.com/v4/letter/j/47e85d/32.png) [@jbattle](https://discuss.elastic.co/u/jbattle)
#### Post date: [February 9, 2013, 8:59pm UTC](https://discuss.elastic.co/t/re-abridged-summary-of-elasticsearch-googlegroups-com-90-messages-in-32-topics/10682/1 "2013-02-09T20:59:59Z")

</div>

On Fri, Feb 8, 2013 at 7:30 PM, [elasticsearch@googlegroups.com](mailto:elasticsearch@googlegroups.com) wrote:

> Today's Topic Summary
> 
> Group: [http://groups.google.com/group/elasticsearch/topics](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 apostrophe[http://groups.google.com/group/elasticsearch/t/6597f716fb7722e5](http://groups.google.com/group/elasticsearch/t/6597f716fb7722e5)
> 
> Felipe Hummel [felipehummel@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/c9d368c07e11a7cc](http://groups.google.com/group/elasticsearch/msg/c9d368c07e11a7cc)
> 
> hazzadous [hwaye@arachnys.com](mailto: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"]  
> } ...more[http://groups.google.com/group/elasticsearch/msg/694ce88743293c94](http://groups.google.com/group/elasticsearch/msg/694ce88743293c94)
> 
> Harry Waye [hwaye@microwayes.net](mailto: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, ...more[http://groups.google.com/group/elasticsearch/msg/41940e33c2c028a7](http://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](http://groups.google.com/group/elasticsearch/t/b455f54e238f4e3d)
> 
> Brian Jones [tbrianjones@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/30cf95bb931d134a](http://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](http://groups.google.com/group/elasticsearch/t/15c65e2392764849)
> 
> Brian Jones [tbrianjones@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/36829cf20ac82b82](http://groups.google.com/group/elasticsearch/msg/36829cf20ac82b82)
> 
> Is this possible in ES?[http://groups.google.com/group/elasticsearch/t/e6115995af2b66a8](http://groups.google.com/group/elasticsearch/t/e6115995af2b66a8)
> 
> David Hagar [davidhagarfolders-google@yahoo.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/496f658ea480d01d](http://groups.google.com/group/elasticsearch/msg/496f658ea480d01d)
> 
> disabling dynamic mapping[http://groups.google.com/group/elasticsearch/t/2e0bc62e5ea7d7e5](http://groups.google.com/group/elasticsearch/t/2e0bc62e5ea7d7e5)
> 
> Radu Gheorghe [radu.gheorghe@sematext.com](mailto: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](https://gist.github.com/radu-gheorghe/4737210)
> 
> If you need to do this globally, you can add this line to your  
> elasticsearch.yml: ...more[http://groups.google.com/group/elasticsearch/msg/4196dd9e33981f83](http://groups.google.com/group/elasticsearch/msg/4196dd9e33981f83)
> 
> Michael Kleen [michael.kleen@numberfour.eu](mailto: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:  
> ...more[http://groups.google.com/group/elasticsearch/msg/80de591d7f739156](http://groups.google.com/group/elasticsearch/msg/80de591d7f739156)
> 
> T Vinod Gupta [tvinod@readypulse.com](mailto:tvinod@readypulse.com) Feb 08 03:15PM -0800
> 
> thanks a lot!
> 
> On Fri, Feb 8, 2013 at 2:15 AM, Michael Kleen  
> ...more[http://groups.google.com/group/elasticsearch/msg/4f9db7dab7e73853](http://groups.google.com/group/elasticsearch/msg/4f9db7dab7e73853)
> 
> Running Elasticsearch as a Windows Service on Windows 2008 R2 Server[http://groups.google.com/group/elasticsearch/t/cd9c2ec66d8064fe](http://groups.google.com/group/elasticsearch/t/cd9c2ec66d8064fe)
> 
> Mxims [renjith.ck@gmail.com](mailto: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:  
> ...more[http://groups.google.com/group/elasticsearch/msg/ced09bf37a530e42](http://groups.google.com/group/elasticsearch/msg/ced09bf37a530e42)
> 
> Java API documentation update[http://groups.google.com/group/elasticsearch/t/80aef8b0e23b7d0d](http://groups.google.com/group/elasticsearch/t/80aef8b0e23b7d0d)
> 
> David Pilato [david@pilato.fr](mailto: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](http://elasticsearch.org) website.  
> Hope this will help Java developers 😉  
> ...more[http://groups.google.com/group/elasticsearch/msg/9f6778915d8965ea](http://groups.google.com/group/elasticsearch/msg/9f6778915d8965ea)
> 
> Mxims [renjith.ck@gmail.com](mailto: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:  
> ...more[http://groups.google.com/group/elasticsearch/msg/cf96d7abedacc57f](http://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](http://groups.google.com/group/elasticsearch/t/5f5f539502400e23)
> 
> Jae [metacret@gmail.com](mailto: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, ...more[http://groups.google.com/group/elasticsearch/msg/4dc313336751c4a5](http://groups.google.com/group/elasticsearch/msg/4dc313336751c4a5)
> 
> Martijn v Groningen [martijn.v.groningen@gmail.com](mailto: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  
> ...more[http://groups.google.com/group/elasticsearch/msg/b2b12f1dbca146a2](http://groups.google.com/group/elasticsearch/msg/b2b12f1dbca146a2)
> 
> Jae [metacret@gmail.com](mailto: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:  
> ...more[http://groups.google.com/group/elasticsearch/msg/8de66acc9d237cc7](http://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](http://groups.google.com/group/elasticsearch/t/25213c82f6ac0d02)
> 
> mars [kommineni.sateesh@gmail.com](mailto: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", ...more[http://groups.google.com/group/elasticsearch/msg/9bb57eca5375951f](http://groups.google.com/group/elasticsearch/msg/9bb57eca5375951f)
> 
> Martijn v Groningen [martijn.v.groningen@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/12964b1874d1e289](http://groups.google.com/group/elasticsearch/msg/12964b1874d1e289)
> 
> mars [kommineni.sateesh@gmail.com](mailto: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. ...more[http://groups.google.com/group/elasticsearch/msg/ee75066827937147](http://groups.google.com/group/elasticsearch/msg/ee75066827937147)
> 
> Martijn v Groningen [martijn.v.groningen@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/ef55820581937700](http://groups.google.com/group/elasticsearch/msg/ef55820581937700)
> 
> mars [kommineni.sateesh@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/9caabaa2bb04f124](http://groups.google.com/group/elasticsearch/msg/9caabaa2bb04f124)
> 
> Martijn v Groningen [martijn.v.groningen@gmail.com](mailto:martijn.v.groningen@gmail.com) Feb 08 10:14PM  
> +0100
> 
> {  
> "from": 1,  
> "size": 10,  
> "sort": [  
> {  
> "log\_entry.reference\_type": {  
> "order": "desc"  
> }  
> },  
> "\_score"  
> ], ...more[http://groups.google.com/group/elasticsearch/msg/81523bf9ce1c2870](http://groups.google.com/group/elasticsearch/msg/81523bf9ce1c2870)
> 
> Help querying for keywords and address?[http://groups.google.com/group/elasticsearch/t/3b6f0431c06c3411](http://groups.google.com/group/elasticsearch/t/3b6f0431c06c3411)
> 
> Matt Walters [mattwalters5@gmail.com](mailto: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", ...more[http://groups.google.com/group/elasticsearch/msg/820c85da11b94ccb](http://groups.google.com/group/elasticsearch/msg/820c85da11b94ccb)
> 
> Special characters in field names[http://groups.google.com/group/elasticsearch/t/cc085e1e082d4c5c](http://groups.google.com/group/elasticsearch/t/cc085e1e082d4c5c)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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,  
> ...more[http://groups.google.com/group/elasticsearch/msg/3e7390ce7407c0c2](http://groups.google.com/group/elasticsearch/msg/3e7390ce7407c0c2)
> 
> David Pilato [david@pilato.fr](mailto: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 😉  
> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> 
> ...more[http://groups.google.com/group/elasticsearch/msg/28d3ae0b5cd49b62](http://groups.google.com/group/elasticsearch/msg/28d3ae0b5cd49b62)
> 
> Gildas Houmard [ghoumard@gmail.com](mailto:ghoumard@gmail.com) Feb 08 10:28AM -0800
> 
> Make a lot of sense 😃  
> Thanks Clint and David !
> 
> On Friday, February 8, 2013 5:39:09 AM UTC-5, David Pilato wrote:  
> ...more[http://groups.google.com/group/elasticsearch/msg/545df0001bde19ce](http://groups.google.com/group/elasticsearch/msg/545df0001bde19ce)
> 
> Compile error with 0.20.2[http://groups.google.com/group/elasticsearch/t/d540e3a5a6481b02](http://groups.google.com/group/elasticsearch/t/d540e3a5a6481b02)
> 
> suleman mubarik [sulemanmubarik@gmail.com](mailto: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  
> ...more[http://groups.google.com/group/elasticsearch/msg/f5218c96c19ff40f](http://groups.google.com/group/elasticsearch/msg/f5218c96c19ff40f)
> 
> combo analyzer - Issue with English and Japanese text being stored in  
> same fields[http://groups.google.com/group/elasticsearch/t/f26c1365f344a0fa](http://groups.google.com/group/elasticsearch/t/f26c1365f344a0fa)
> 
> hemant pahilwani [hemant.pahilwani@gmail.com](mailto: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" : ...more[http://groups.google.com/group/elasticsearch/msg/75a4fb112eb37182](http://groups.google.com/group/elasticsearch/msg/75a4fb112eb37182)
> 
> graph search model and performance/caching problems with filtering[http://groups.google.com/group/elasticsearch/t/537afbdbda13bfdc](http://groups.google.com/group/elasticsearch/t/537afbdbda13bfdc)
> 
> Colin Surprenant [colin.surprenant@gmail.com](mailto: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:
> 
> - currently all my 7B documents have a publisher\_id and all queries  
> are  
> filtered using a list of ...more[http://groups.google.com/group/elasticsearch/msg/551510c2e0bcde71](http://groups.google.com/group/elasticsearch/msg/551510c2e0bcde71)
> 
> Questions relating to Elasticsearch[http://groups.google.com/group/elasticsearch/t/b0a0468fe7d45c46](http://groups.google.com/group/elasticsearch/t/b0a0468fe7d45c46)
> 
> Karthik Shyamsunder [karthik.shyamsunder@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/d483351cf46f2ba3](http://groups.google.com/group/elasticsearch/msg/d483351cf46f2ba3)
> 
> ppearcy [ppearcy@gmail.com](mailto: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% ...more[http://groups.google.com/group/elasticsearch/msg/ad067909a219a3e7](http://groups.google.com/group/elasticsearch/msg/ad067909a219a3e7)
> 
> Zachary Tong [zacharyjtong@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/89e7c844b35852af](http://groups.google.com/group/elasticsearch/msg/89e7c844b35852af)
> 
> Strange error serialising[http://groups.google.com/group/elasticsearch/t/851f5a1b2df9b102](http://groups.google.com/group/elasticsearch/t/851f5a1b2df9b102)
> 
> andrea crotti [andrea.crotti.0@gmail.com](mailto: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  
> ...more[http://groups.google.com/group/elasticsearch/msg/fae461efd68ea8ee](http://groups.google.com/group/elasticsearch/msg/fae461efd68ea8ee)
> 
> Help querying array of nested objects[http://groups.google.com/group/elasticsearch/t/859fe55c2b0a4a00](http://groups.google.com/group/elasticsearch/t/859fe55c2b0a4a00)
> 
> Martijn v Groningen [martijn.v.groningen@gmail.com](mailto: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: ...more[http://groups.google.com/group/elasticsearch/msg/b982254571ef2a8](http://groups.google.com/group/elasticsearch/msg/b982254571ef2a8)
> 
> custom similarity setting does not work with version 0.20.2[http://groups.google.com/group/elasticsearch/t/4e8191362986c361](http://groups.google.com/group/elasticsearch/t/4e8191362986c361)
> 
> Mustafa Sener [mustafa.sener@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/2a4464b11bab6366](http://groups.google.com/group/elasticsearch/msg/2a4464b11bab6366)
> 
> benjamin leviant [benjamin.leviant@gmail.com](mailto:benjamin.leviant@gmail.com) Feb 08 09:33AM +0100
> 
> Hello,
> 
> you should try this command :
> 
> curl -XPOST '[http://host](http://host):port/tweeter/' -d '  
> {  
> "settings": {  
> "index": {  
> "similarity": {  
> "index": { ...more[http://groups.google.com/group/elasticsearch/msg/c1bf1e63d93b1e03](http://groups.google.com/group/elasticsearch/msg/c1bf1e63d93b1e03)
> 
> Mustafa Sener [mustafa.sener@gmail.com](mailto: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](http://www.ifountain.com)  
> ...more[http://groups.google.com/group/elasticsearch/msg/7060a824926db4d8](http://groups.google.com/group/elasticsearch/msg/7060a824926db4d8)
> 
> benjamin leviant [benjamin.leviant@gmail.com](mailto: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
> 
> ...more[http://groups.google.com/group/elasticsearch/msg/b88cccd3ef2341d5](http://groups.google.com/group/elasticsearch/msg/b88cccd3ef2341d5)
> 
> Mustafa Sener [mustafa.sener@gmail.com](mailto: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, ...more[http://groups.google.com/group/elasticsearch/msg/6eebfa8aa97ac320](http://groups.google.com/group/elasticsearch/msg/6eebfa8aa97ac320)
> 
> benjamin leviant [benjamin.leviant@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/eb50979ea36295ad](http://groups.google.com/group/elasticsearch/msg/eb50979ea36295ad)
> 
> Mustafa Sener [mustafa.sener@gmail.com](mailto: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](https://gist.github.com/anonymous/4738207)
> 
> ...more[http://groups.google.com/group/elasticsearch/msg/9ff8964b764ae7e2](http://groups.google.com/group/elasticsearch/msg/9ff8964b764ae7e2)
> 
> benjamin leviant [benjamin.leviant@gmail.com](mailto: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 :
> 
> - a token filter : to index ...more[http://groups.google.com/group/elasticsearch/msg/d4605d1b38650f33](http://groups.google.com/group/elasticsearch/msg/d4605d1b38650f33)
> 
> Mustafa Sener [mustafa.sener@gmail.com](mailto: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. ...more[http://groups.google.com/group/elasticsearch/msg/450eb97220df28b5](http://groups.google.com/group/elasticsearch/msg/450eb97220df28b5)
> 
> benjamin leviant [benjamin.leviant@gmail.com](mailto: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  
> ...more[http://groups.google.com/group/elasticsearch/msg/b21916c6d80070a6](http://groups.google.com/group/elasticsearch/msg/b21916c6d80070a6)
> 
> Mustafa Sener [mustafa.sener@gmail.com](mailto: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](mailto:benjamin.leviant@gmail.com)
> 
> --  
> Mustafa Sener [http://www.ifountain.com](http://www.ifountain.com) ...more[http://groups.google.com/group/elasticsearch/msg/7f3649409622d15](http://groups.google.com/group/elasticsearch/msg/7f3649409622d15)
> 
> Mustafa Sener [mustafa.sener@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/b89cd29a6a653607](http://groups.google.com/group/elasticsearch/msg/b89cd29a6a653607)
> 
> benjamin leviant [benjamin.leviant@gmail.com](mailto: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
> 
> ...more[http://groups.google.com/group/elasticsearch/msg/43b86e6bc88836b8](http://groups.google.com/group/elasticsearch/msg/43b86e6bc88836b8)
> 
> Elasticsearch suffix query[http://groups.google.com/group/elasticsearch/t/ca41bf9461730cb0](http://groups.google.com/group/elasticsearch/t/ca41bf9461730cb0)
> 
> Michael Kleen [michael.kleen@numberfour.eu](mailto: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](https://gist.github.com/mkleen/4739479)
> 
> Regards,
> 
> Michael
> 
> On Thursday, February 7, 2013 9:36:03 PM UTC+1, Mohit Kumar ...more[http://groups.google.com/group/elasticsearch/msg/3d16f1880b95c638](http://groups.google.com/group/elasticsearch/msg/3d16f1880b95c638)
> 
> Configure rivers in elasticsearch.yaml or other config file[http://groups.google.com/group/elasticsearch/t/b20e316bdbe5a8a9](http://groups.google.com/group/elasticsearch/t/b20e316bdbe5a8a9)
> 
> anahap [andy@nahapetian.com](mailto: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  
> ...more[http://groups.google.com/group/elasticsearch/msg/dc6e5174f85e08d7](http://groups.google.com/group/elasticsearch/msg/dc6e5174f85e08d7)
> 
> $ES\_HEAP\_SIZE[http://groups.google.com/group/elasticsearch/t/57e1d2b5646bd66f](http://groups.google.com/group/elasticsearch/t/57e1d2b5646bd66f)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto: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  
> ...more[http://groups.google.com/group/elasticsearch/msg/fd9692db172fe9aa](http://groups.google.com/group/elasticsearch/msg/fd9692db172fe9aa)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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. ...more[http://groups.google.com/group/elasticsearch/msg/380cef58d2ec86b6](http://groups.google.com/group/elasticsearch/msg/380cef58d2ec86b6)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto: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:  
> ...more[http://groups.google.com/group/elasticsearch/msg/4e917e69539ba750](http://groups.google.com/group/elasticsearch/msg/4e917e69539ba750)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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.
> 
> ?
> 
> ...more[http://groups.google.com/group/elasticsearch/msg/c46c3cea87c767bb](http://groups.google.com/group/elasticsearch/msg/c46c3cea87c767bb)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto: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:  
> ...more[http://groups.google.com/group/elasticsearch/msg/2299a0c068d83980](http://groups.google.com/group/elasticsearch/msg/2299a0c068d83980)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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 🙂
> 
> don't forget that you should leave about 50% ...more[http://groups.google.com/group/elasticsearch/msg/a2e785c6e70ef94f](http://groups.google.com/group/elasticsearch/msg/a2e785c6e70ef94f)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/96245116dd7ad5d](http://groups.google.com/group/elasticsearch/msg/96245116dd7ad5d)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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  
> > ...more[http://groups.google.com/group/elasticsearch/msg/3af1cb93bb68f0ba](http://groups.google.com/group/elasticsearch/msg/3af1cb93bb68f0ba)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto: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:  
> ...more[http://groups.google.com/group/elasticsearch/msg/2901c2ebbbde9bf](http://groups.google.com/group/elasticsearch/msg/2901c2ebbbde9bf)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/db911f163821cde6](http://groups.google.com/group/elasticsearch/msg/db911f163821cde6)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto: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  
> ...more[http://groups.google.com/group/elasticsearch/msg/8b08a7b676cd96de](http://groups.google.com/group/elasticsearch/msg/8b08a7b676cd96de)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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,  
> > ...more[http://groups.google.com/group/elasticsearch/msg/d99353534c3903f5](http://groups.google.com/group/elasticsearch/msg/d99353534c3903f5)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/b7137faf023c3ed8](http://groups.google.com/group/elasticsearch/msg/b7137faf023c3ed8)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/b6e0ce8fba976258](http://groups.google.com/group/elasticsearch/msg/b6e0ce8fba976258)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto: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?  
> ...more[http://groups.google.com/group/elasticsearch/msg/2008a32217980edc](http://groups.google.com/group/elasticsearch/msg/2008a32217980edc)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/51ac9f8b3c7c8a3d](http://groups.google.com/group/elasticsearch/msg/51ac9f8b3c7c8a3d)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto:xritchie@gmail.com) Feb 08 04:14AM -0800
> 
> Last question 😃
> 
> 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 ...more[http://groups.google.com/group/elasticsearch/msg/f74b8f40d4792be0](http://groups.google.com/group/elasticsearch/msg/f74b8f40d4792be0)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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  
> > ...more[http://groups.google.com/group/elasticsearch/msg/97573d583a7bfe1a](http://groups.google.com/group/elasticsearch/msg/97573d583a7bfe1a)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/62353abdf2a254da](http://groups.google.com/group/elasticsearch/msg/62353abdf2a254da)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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  
> > ...more[http://groups.google.com/group/elasticsearch/msg/cbeb5352d202246f](http://groups.google.com/group/elasticsearch/msg/cbeb5352d202246f)
> 
> Shawn Ritchie [xritchie@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/ede5c3025d38d9b4](http://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](http://groups.google.com/group/elasticsearch/t/17ba5ca3d8c50332)
> 
> Mohit Kumar Yadav [mohit.kumar.ngi@gmail.com](mailto: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  
> ...more[http://groups.google.com/group/elasticsearch/msg/9dbf0325b0ed3da7](http://groups.google.com/group/elasticsearch/msg/9dbf0325b0ed3da7)
> 
> mars [kommineni.sateesh@gmail.com](mailto: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, ...more[http://groups.google.com/group/elasticsearch/msg/4b792b12f399063c](http://groups.google.com/group/elasticsearch/msg/4b792b12f399063c)
> 
> Elastic search : EdgeGram, prefix, suffix[http://groups.google.com/group/elasticsearch/t/63a65188092e17c2](http://groups.google.com/group/elasticsearch/t/63a65188092e17c2)
> 
> David Pilato [david@pilato.fr](mailto:david@pilato.fr) Feb 08 11:43AM +0100
> 
> I think i answered yesterday. Use ngram, not EdgeNGram.
> 
> --  
> David 😉  
> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> 
> ...more[http://groups.google.com/group/elasticsearch/msg/85c5f95eda6a63c6](http://groups.google.com/group/elasticsearch/msg/85c5f95eda6a63c6)
> 
> Geo distance and bounding box[http://groups.google.com/group/elasticsearch/t/4b2fe8b91927132d](http://groups.google.com/group/elasticsearch/t/4b2fe8b91927132d)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/3b463cbba1b0f6a2](http://groups.google.com/group/elasticsearch/msg/3b463cbba1b0f6a2)
> 
> Andrej Rosenheinrich [andrej.rosenheinrich@unister.de](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/f8cb8426f71d2680](http://groups.google.com/group/elasticsearch/msg/f8cb8426f71d2680)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/3e4e733d13471c1a](http://groups.google.com/group/elasticsearch/msg/3e4e733d13471c1a)
> 
> NullPointerException failed to dynamically refresh the mapping in  
> cluster\_state from shard[http://groups.google.com/group/elasticsearch/t/275b62010b0746c](http://groups.google.com/group/elasticsearch/t/275b62010b0746c)
> 
> Filirom1 [filirom1@gmail.com](mailto: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] ...more[http://groups.google.com/group/elasticsearch/msg/ed19ef2aacdf3c45](http://groups.google.com/group/elasticsearch/msg/ed19ef2aacdf3c45)
> 
> Filirom1 [filirom1@gmail.com](mailto: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](https://github.com/elasticsearch/elasticsearch/issues/2633)
> 
> Le vendredi 8 février 2013 11:02:44 UTC+1, Filirom1 a écrit :  
> ...more[http://groups.google.com/group/elasticsearch/msg/ef9e267e7914eef6](http://groups.google.com/group/elasticsearch/msg/ef9e267e7914eef6)
> 
> Can the order of filters impact performance?[http://groups.google.com/group/elasticsearch/t/63d004fbe8da2ded](http://groups.google.com/group/elasticsearch/t/63d004fbe8da2ded)
> 
> Brian Jones [tbrianjones@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/fc542bddcef15c30](http://groups.google.com/group/elasticsearch/msg/fc542bddcef15c30)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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  
> > ...more[http://groups.google.com/group/elasticsearch/msg/9a80f7a11908a91b](http://groups.google.com/group/elasticsearch/msg/9a80f7a11908a91b)
> 
> Elastic search Query Related to EdgeGram[http://groups.google.com/group/elasticsearch/t/e75b624872e11944](http://groups.google.com/group/elasticsearch/t/e75b624872e11944)
> 
> Mohit Kumar Yadav [mohit.kumar.ngi@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/fda3ce2da1a1d3b4](http://groups.google.com/group/elasticsearch/msg/fda3ce2da1a1d3b4)
> 
> Elastic search : EdgeGram, prefix, suffix[http://groups.google.com/group/elasticsearch/t/1c9a57aff4df4c85](http://groups.google.com/group/elasticsearch/t/1c9a57aff4df4c85)
> 
> Mohit Kumar Yadav [mohit.kumar.ngi@gmail.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/e75db29b3e53a2a9](http://groups.google.com/group/elasticsearch/msg/e75db29b3e53a2a9)
> 
> Kind of inner join query in Elasticsearch...?[http://groups.google.com/group/elasticsearch/t/c57f87fce3535412](http://groups.google.com/group/elasticsearch/t/c57f87fce3535412)
> 
> Marek Stachura [marek.stachura@gmail.com](mailto:marek.stachura@gmail.com) Feb 08 02:11AM -0800
> 
> Hi Clint,
> 
> awesome! Thanks a lot! You just made my day 🙂
> 
> 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](https://gist.github.com/dedico/4713754)  
> ...more[http://groups.google.com/group/elasticsearch/msg/c9ee542bf1aa41a3](http://groups.google.com/group/elasticsearch/msg/c9ee542bf1aa41a3)
> 
> elasticsearch for json array[http://groups.google.com/group/elasticsearch/t/1710cd0b85c1b906](http://groups.google.com/group/elasticsearch/t/1710cd0b85c1b906)
> 
> Clinton Gormley [clint@traveljury.com](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/30697c8d72704701](http://groups.google.com/group/elasticsearch/msg/30697c8d72704701)
> 
> Elasticsearch : Is there any suffix query/filter[http://groups.google.com/group/elasticsearch/t/971a402fe3c8fe6a](http://groups.google.com/group/elasticsearch/t/971a402fe3c8fe6a)
> 
> Mohit Kumar Yadav [mohit.kumar.ngi@gmail.com](mailto: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. ...more[http://groups.google.com/group/elasticsearch/msg/fccae2012c40036a](http://groups.google.com/group/elasticsearch/msg/fccae2012c40036a)
> 
> David Pilato [david@pilato.fr](mailto:david@pilato.fr) Feb 08 07:00AM +0100
> 
> You should look at Ngram tokenizer. It will probably help here.
> 
> ## HTH
> 
> David 😉  
> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> 
> Le 8 févr. 2013 à 06:52, Mohit Kumar Yadav ...more[http://groups.google.com/group/elasticsearch/msg/90fefc224ec0f305](http://groups.google.com/group/elasticsearch/msg/90fefc224ec0f305)
> 
> ES 0.20.4 cluster can't start[http://groups.google.com/group/elasticsearch/t/6f27f4a849e4e98a](http://groups.google.com/group/elasticsearch/t/6f27f4a849e4e98a)
> 
> arta [artasano@sbcglobal.net](mailto: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 ...more[http://groups.google.com/group/elasticsearch/msg/f05601e7b34fe3cc](http://groups.google.com/group/elasticsearch/msg/f05601e7b34fe3cc)
> 
> arta [artasano@sbcglobal.net](mailto: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](http://elasticsearch-users.115913.n3.nabble.com/ES-0-20-4-cluster-can-t-start-tp4029492p4029493.html)  
> ...more[http://groups.google.com/group/elasticsearch/msg/3e1220b68713e985](http://groups.google.com/group/elasticsearch/msg/3e1220b68713e985)
> 
> Vineeth Mohan [vineethmohan@algotree.com](mailto:vineethmohan@algotree.com) Feb 08 10:38AM +0530
> 
> Can you provide the debug log
> 
> Thanks  
> Vineeth
> 
> ...more[http://groups.google.com/group/elasticsearch/msg/865b4e210a83883f](http://groups.google.com/group/elasticsearch/msg/865b4e210a83883f)
> 
> arta [artasano@sbcglobal.net](mailto:artasano@sbcglobal.net) Feb 07 09:10PM -0800
> 
> I found crash dump? files, so I gist'ed  
> [elasticsearch crash dump 0.20.4 · GitHub](https://gist.github.com/artaa/4736741)  
> [elasticsearch 0.20.4 · GitHub](https://gist.github.com/artaa/4736759)
> 
> Hope it helps.
> 
> --  
> View this message in context: ...more[http://groups.google.com/group/elasticsearch/msg/61f67bf035d1bffa](http://groups.google.com/group/elasticsearch/msg/61f67bf035d1bffa)
> 
> arta [artasano@sbcglobal.net](mailto: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](https://gist.github.com/artaa/4736880)
> 
> --  
> View this message in context: ...more[http://groups.google.com/group/elasticsearch/msg/5e2ec06d4d86d78](http://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](mailto:elasticsearch@googlegroups.com).  
> To unsubscribe from this group, send[elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com)an empty message.  
> For more options, visit[http://groups.google.com/group/elasticsearch/topics](http://groups.google.com/group/elasticsearch/topics)this 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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> For more options, visit [https://groups.google.com/groups/opt\_out](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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 2:52am UTC](https://discuss.elastic.co/t/re-abridged-summary-of-elasticsearch-googlegroups-com-90-messages-in-32-topics/10682/2 "2017-07-06T02:52:14Z")

</div>


