Skip to content

Instantly share code, notes, and snippets.

@Vineeth-Mohan
Created May 20, 2013 04:23
Show Gist options
  • Save Vineeth-Mohan/5610400 to your computer and use it in GitHub Desktop.
Save Vineeth-Mohan/5610400 to your computer and use it in GitHub Desktop.
ActualTimeStamp: {
type: string
}
Link: {
type: string
}
FetchTimeStamp: {
type: string
}
DocID: {
type: string
}
SourceName: {
type: string
}
Content: {
properties: {
Link: {
analyzer: flat
type: string
}
Page: {
type: long
}
Content: {
index: no
type: string
}
}
}
Timestamp: {
format: dd-MM-yyyy HH:mm:ss
type: date
}
ParentLink: {
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment