# HG changeset patch # User cavaliet # Date 1390582224 -3600 # Node ID ed31d6008d312db0bbb7a5552b9e39252a226468 # Parent 83368005f790d5b7012d246a776c7841dd3cc995 too much copy paste diff -r 83368005f790 -r ed31d6008d31 README.md --- a/README.md Fri Jan 24 17:47:58 2014 +0100 +++ b/README.md Fri Jan 24 17:50:24 2014 +0100 @@ -84,14 +84,7 @@ wikipedia_permalink: 'http://de.wikipedia.org/w/index.php?oldid=%s' wikipedia_opensearch: 'http://de.wikipedia.org/w/index.php?search=' dbpedia: 'http://de.dbpedia.org/resource/%s' - -The 'document_id_column' option is used to indicate the primary key column used by the host app's document class. We are currently limited to non composite primary keys. -A field definition has the following format: -: - type: : field type. default : text - length: : the length of the field. ignored if field type is text - accessor: : the field name in the host app's document class, or the name of the method used to access the field value. If not found it will try ta add 'get' in frint of the name. Default : the field name - weight: : the weight used for this field to calculate the score of each tag. default : 1.0 + * Add the WikiTag routes to your routing.yml :