Updated autoload instructions as per GH-48

This commit is contained in:
Richard Miller 2011-12-19 12:39:20 +00:00
parent ade3cfaef1
commit 0386f8ebbd

View file

@ -75,7 +75,7 @@ $ php bin/vendors install
$loader->registerNamespaces(array(
...
'FOQ' => __DIR__.'/../src',
'FOQ' => __DIR__.'/../vendor/bundles',
));
#### Register the bundle
@ -340,16 +340,16 @@ Any setting can be specified when declaring a type. For example, to enable a cus
foq_elastica:
indexes:
doc:
settings:
index:
analysis:
analyzer:
my_analyzer:
settings:
index:
analysis:
analyzer:
my_analyzer:
type: custom
tokenizer: lowercase
filter : [my_ngram]
filter:
my_ngram:
filter:
my_ngram:
type: "nGram"
min_gram: 3
max_gram: 5