Re: Match query against Stored & Unindexed Field (Not storing source)

2014-05-07 Thread Aaron Troy
n the > field. > > A field with "store: yes" means the original content of the field values > is stored in the Lucene data structure. It does not enable search per se. > > Jörg > > > > On Wed, May 7, 2014 at 6:18 PM, Aaron Troy > > wrote: > >

Match query against Stored & Unindexed Field (Not storing source)

2014-05-07 Thread Aaron Troy
Hi all, I'm trying to build a side-set of data for some people by querying the 'sourceName' field of an index. This field (as you can see from the mapping) is stored and not indexed. I'm also NOT storing the source: - mappings: { - doc: { - _source: { - enabled: f

Re: Rolling back from 1.0 to 0.90.12 - Will data be affected?

2014-03-07 Thread Aaron Troy
en't written anything or optimized then maybe? Unfortunately I > think your best bet it to fix the code Look at source filtering which > will return something more familiar. > > Sorry, > > Nik > > > On Fri, Mar 7, 2014 at 10:40 AM, Aaron Troy > > wrote:

Rolling back from 1.0 to 0.90.12 - Will data be affected?

2014-03-07 Thread Aaron Troy
Hi all, We upgraded from a previous version (0.90.7) to 1.0 recently, but need to rollback to a 0.90 version due to our code not accounting for the field values being returned as arrays instead of strings. Will data be affected by the rollback, or should things be fine? -- You received this m

Urgent - No shards assigning

2014-03-05 Thread Aaron Troy
Hi all, I have a system set up with 12 nodes, 48 indexes, and 12 shards/index (I know that number is way too high). Anyways, I'm in the process of indexing all the data onto a new index with far less shards, but I wanted to keep the initial cluster up for existing users searching the data. Wel