Can one do a singular/plural phrase match with the Query String Query?

2014-07-21 Thread Brian Jones
Can one perform the following query using wildcards ( instead of two distinct phrases ) when using a Query String Query? photographic film OR photographic films These do not seem to work, and return the same number of results as just photographic film: photographic film? photographic film*

Specifying a Phrase within a Proximity Phrase Search?

2014-07-18 Thread Brian Jones
I'm using the a Query String Query to perform a Proximity Search. I'm wondering if ( and if yes how ) I can nest a phrase within the overall phrase: wood glue manufacturer~5 ( where wood glue would be kept as a phrase ) My users have access to a Query String Query box and I'm exploring more

Dropped HTTP Connections when Indexing

2014-07-18 Thread Brian Jones
I'm trying to scale my indexing for the first time, and I'm running into connections problems. I reach a scale where cURL connections from my indexers start getting cURL7 errors ( connect failed ). It looks like ES just stops accepting all HTTP connections for a period of time. I cannot

Scoring a parent document search by a count of children matching part of the query?

2014-05-09 Thread Brian Jones
I have an index with parent documents ( Companies ), that have children ( Files ). Each Company can have hundreds of Files. Companies and Files both have many fields. The search I'm trying to perform is the Company that best matches based on it's own fields and the fields of it's children (

Re: Scoring a parent document search by a count of children matching part of the query?

2014-05-09 Thread Brian Jones
if need be. On Friday, May 9, 2014 9:10:19 AM UTC-7, Brian Jones wrote: I have an index with parent documents ( Companies ), that have children ( Files ). Each Company can have hundreds of Files. Companies and Files both have many fields. The search I'm trying to perform is the Company

Re: Scoring a parent document search by a count of children matching part of the query?

2014-05-09 Thread Brian Jones
Are there any gotchas I should be aware of when creating a document that could contain thousands of pages of text ( a Company and thousands of nested Files ) in addition to dozens/hundreds of fields? On Friday, May 9, 2014 9:54:40 AM UTC-7, Brian Jones wrote: It seems like nesting the Files

Where do I set ES_HEAP_SIZE when not using the Service Wrapper?

2014-01-30 Thread Brian Jones
I'm not using the Service Wrapper for Elasticsearch. I specify the ES_HEAP_SIZE when I start Elasticsearch like this: ES_HEAP_SIZE=4g /usr/local/elasticsearch/bin/elasticsearch Is there a place I can set this so it does not need to be specified on launch? -- You received this message

Re: Terms Facet never returns a response when the number of documents increases past tens of thousands.

2014-01-06 Thread Brian Jones
/elasticsearch/reference/current/cluster-nodes-stats.html#field-data --Alex On Wed, Dec 18, 2013 at 10:51 PM, Brian Jones tbria...@gmail.comjavascript: wrote: I'm using the Terms Facet with Elasticsearch V0.20.2. The server has 8 x Intel Xeon E5-2680 v2 processors and 15GB of memory