File tree 10 files changed +20
-20
lines changed
10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -55,5 +55,5 @@ Beside this you can specify the "id" of particular enitity:
55
55
* [ Schema search over multiple entities classes] ( schema_search.md )
56
56
* [ Suggestions] ( suggestions.md )
57
57
* [ Query building] ( query_building.md )
58
- * [ Console command to delete entities ] ( Resources/doc/ console_delete.md)
59
- * [ EntityManager. How to flush an entity safe ] ( Resources/doc/ entity_manager.md)
58
+ * [ Console command to delete entities ] ( console_delete.md )
59
+ * [ EntityManager. How to flush an entity safe ] ( entity_manager.md )
Original file line number Diff line number Diff line change 1
- # Console command to index entities
1
+ # Console command to delete entities
2
2
3
3
** DoctrineSolrBundle** provides a console command for removing of entities. It can be useful if you need to remove a bunch entities of particular entity class.
4
4
To run use the following command:
@@ -45,5 +45,5 @@ Beside this you can specify the "id" of particular enitity:
45
45
* [ Schema search over multiple entities classes] ( schema_search.md )
46
46
* [ Suggestions] ( suggestions.md )
47
47
* [ Query building] ( query_building.md )
48
- * [ Console command to index entities] ( Resources/doc/ console.md)
49
- * [ EntityManager. How to flush an entity safe ] ( Resources/doc/ entity_manager.md)
48
+ * [ Console command to index entities] ( console.md )
49
+ * [ EntityManager. How to flush an entity safe] ( entity_manager.md )
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ So PageFinder can be a collection of entity-specific searching methods like Doct
42
42
* [ Suggestions] ( suggestions.md )
43
43
* [ Query building] ( query_building.md )
44
44
* [ Console command to index entities] ( console.md )
45
- * [ Console command to delete entities ] ( Resources/doc/ console_delete.md)
46
- * [ EntityManager. How to flush an entity safe ] ( Resources/doc/ entity_manager.md)
45
+ * [ Console command to delete entities ] ( console_delete.md )
46
+ * [ EntityManager. How to flush an entity safe ] ( entity_manager.md )
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ In this case if any exception will be thrown (for example in entity listener cha
30
30
* [ Suggestions] ( suggestions.md )
31
31
* [ Query building] ( query_building.md )
32
32
* [ Console command to index entities] ( console.md )
33
- * [ Console command to delete entities ] ( Resources/doc/ console_delete.md)
33
+ * [ Console command to delete entities ] ( console_delete.md )
Original file line number Diff line number Diff line change @@ -132,5 +132,5 @@ You also can implement your own symfony service as a filter applicable for whole
132
132
* [Suggestions](suggestions.md)
133
133
* [Query building](query_building.md)
134
134
* [Console command to index entities](console.md)
135
- * [Console command to delete entities ](Resources/doc/ console_delete.md)
136
- * [EntityManager. How to flush an entity safe ](Resources/doc/ entity_manager.md)
135
+ * [Console command to delete entities ](console_delete.md)
136
+ * [EntityManager. How to flush an entity safe ](entity_manager.md)
Original file line number Diff line number Diff line change @@ -137,5 +137,5 @@ For wildcard and fuzzy searches you also can use **"$splitPhrase = false"** in t
137
137
* [ Suggestions] ( suggestions.md )
138
138
* [ Query building] ( query_building.md )
139
139
* [ Console command to index entities] ( console.md )
140
- * [ Console command to delete entities ] ( Resources/doc/ console_delete.md)
141
- * [ EntityManager. How to flush an entity safe ] ( Resources/doc/ entity_manager.md)
140
+ * [ Console command to delete entities ] ( console_delete.md )
141
+ * [ EntityManager. How to flush an entity safe ] ( entity_manager.md )
Original file line number Diff line number Diff line change @@ -236,5 +236,5 @@ Beside this you can use default client defined in "nelmio_solarium" without any
236
236
* [Suggestions](suggestions.md)
237
237
* [Query building](query_building.md)
238
238
* [Console command to index entities](console.md)
239
- * [Console command to delete entities ](Resources/doc/ console_delete.md)
240
- * [EntityManager. How to flush an entity safe ](Resources/doc/ entity_manager.md)
239
+ * [Console command to delete entities ](console_delete.md)
240
+ * [EntityManager. How to flush an entity safe ](entity_manager.md)
Original file line number Diff line number Diff line change @@ -164,5 +164,5 @@ $suggestQuery = $this->get('mdiyakov_doctrine_solr.query.suggester_builder')->bu
164
164
* [ Schema search over multiple entities classes] ( schema_search.md )
165
165
* [ Suggestions] ( suggestions.md )
166
166
* [ Console command to index entities] ( console.md )
167
- * [ Console command to delete entities ] ( Resources/doc/ console_delete.md)
168
- * [ EntityManager. How to flush an entity safe ] ( Resources/doc/ entity_manager.md)
167
+ * [ Console command to delete entities ] ( console_delete.md )
168
+ * [ EntityManager. How to flush an entity safe ] ( entity_manager.md )
Original file line number Diff line number Diff line change @@ -66,5 +66,5 @@ For SchemeFinder "findByRange" and "findFuzzyTerm" methods are available. Also y
66
66
* [ Suggestions] ( suggestions.md )
67
67
* [ Query building] ( query_building.md )
68
68
* [ Console command to index entities] ( console.md )
69
- * [ Console command to delete entities ] ( Resources/doc/ console_delete.md)
70
- * [ EntityManager. How to flush an entity safe ] ( Resources/doc/ entity_manager.md)
69
+ * [ Console command to delete entities ] ( console_delete.md )
70
+ * [ EntityManager. How to flush an entity safe ] ( entity_manager.md )
Original file line number Diff line number Diff line change @@ -110,5 +110,5 @@ In this case all entity classes will be used not depending on "ContextFiltering"
110
110
* [ Schema search over multiple entities classes] ( schema_search.md )
111
111
* [ Query building] ( query_building.md )
112
112
* [ Console command to index entities] ( console.md )
113
- * [ Console command to delete entities ] ( Resources/doc/ console_delete.md)
114
- * [ EntityManager. How to flush an entity safe ] ( Resources/doc/ entity_manager.md)
113
+ * [ Console command to delete entities ] ( console_delete.md )
114
+ * [ EntityManager. How to flush an entity safe ] ( entity_manager.md )
You can’t perform that action at this time.
0 commit comments