Skip to content

Instantly share code, notes, and snippets.

@Enome
Created May 2, 2012 20:22
Show Gist options
  • Save Enome/2580119 to your computer and use it in GitHub Desktop.
Save Enome/2580119 to your computer and use it in GitHub Desktop.
var index = {
package: {
properties: {
name: { type: 'string', store: 'no' },
tags: { type: 'string', store: 'no' },
author: { type: 'string', store: 'no' },
doc: { type: 'object', store: 'yes', index: 'no' }
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment