All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.resources.design-docs.example.fulltext.fulltext.js Maven / Gradle / Ivy

There is a newer version: 2.20.1
Show newest version
{
	"by_title": {
	      "index": "function(doc) { var ret = new Document(); ret.add( doc.title ); return ret; }"
	},
	"by_content": {
		"index": "function(doc) { var ret = new Document(); ret.add( doc.content ); return ret; }"
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy