Skip to content

Commit

Permalink
- docs update (fixed links)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiyakov committed Jul 1, 2018
1 parent 398a191 commit fbdfa9e
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ Beside this you can specify the "id" of particular enitity:
* [Schema search over multiple entities classes](schema_search.md)
* [Suggestions](suggestions.md)
* [Query building](query_building.md)
* [Console command to delete entities ](Resources/doc/console_delete.md)
* [EntityManager. How to flush an entity safe ](Resources/doc/entity_manager.md)
* [Console command to delete entities ](console_delete.md)
* [EntityManager. How to flush an entity safe ](entity_manager.md)
6 changes: 3 additions & 3 deletions Resources/doc/console_delete.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Console command to index entities
# Console command to delete entities

**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.
To run use the following command:
Expand Down Expand Up @@ -45,5 +45,5 @@ Beside this you can specify the "id" of particular enitity:
* [Schema search over multiple entities classes](schema_search.md)
* [Suggestions](suggestions.md)
* [Query building](query_building.md)
* [Console command to index entities](Resources/doc/console.md)
* [EntityManager. How to flush an entity safe ](Resources/doc/entity_manager.md)
* [Console command to index entities](console.md)
* [EntityManager. How to flush an entity safe](entity_manager.md)
4 changes: 2 additions & 2 deletions Resources/doc/custom_finder_class.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ So PageFinder can be a collection of entity-specific searching methods like Doct
* [Suggestions](suggestions.md)
* [Query building](query_building.md)
* [Console command to index entities](console.md)
* [Console command to delete entities ](Resources/doc/console_delete.md)
* [EntityManager. How to flush an entity safe ](Resources/doc/entity_manager.md)
* [Console command to delete entities ](console_delete.md)
* [EntityManager. How to flush an entity safe ](entity_manager.md)
2 changes: 1 addition & 1 deletion Resources/doc/entity_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ In this case if any exception will be thrown (for example in entity listener cha
* [Suggestions](suggestions.md)
* [Query building](query_building.md)
* [Console command to index entities](console.md)
* [Console command to delete entities ](Resources/doc/console_delete.md)
* [Console command to delete entities ](console_delete.md)
4 changes: 2 additions & 2 deletions Resources/doc/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ You also can implement your own symfony service as a filter applicable for whole
* [Suggestions](suggestions.md)
* [Query building](query_building.md)
* [Console command to index entities](console.md)
* [Console command to delete entities ](Resources/doc/console_delete.md)
* [EntityManager. How to flush an entity safe ](Resources/doc/entity_manager.md)
* [Console command to delete entities ](console_delete.md)
* [EntityManager. How to flush an entity safe ](entity_manager.md)
4 changes: 2 additions & 2 deletions Resources/doc/fuzzy_wildcard_range_negative_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ For wildcard and fuzzy searches you also can use **"$splitPhrase = false"** in t
* [Suggestions](suggestions.md)
* [Query building](query_building.md)
* [Console command to index entities](console.md)
* [Console command to delete entities ](Resources/doc/console_delete.md)
* [EntityManager. How to flush an entity safe ](Resources/doc/entity_manager.md)
* [Console command to delete entities ](console_delete.md)
* [EntityManager. How to flush an entity safe ](entity_manager.md)
4 changes: 2 additions & 2 deletions Resources/doc/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,5 @@ Beside this you can use default client defined in "nelmio_solarium" without any
* [Suggestions](suggestions.md)
* [Query building](query_building.md)
* [Console command to index entities](console.md)
* [Console command to delete entities ](Resources/doc/console_delete.md)
* [EntityManager. How to flush an entity safe ](Resources/doc/entity_manager.md)
* [Console command to delete entities ](console_delete.md)
* [EntityManager. How to flush an entity safe ](entity_manager.md)
4 changes: 2 additions & 2 deletions Resources/doc/query_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ $suggestQuery = $this->get('mdiyakov_doctrine_solr.query.suggester_builder')->bu
* [Schema search over multiple entities classes](schema_search.md)
* [Suggestions](suggestions.md)
* [Console command to index entities](console.md)
* [Console command to delete entities ](Resources/doc/console_delete.md)
* [EntityManager. How to flush an entity safe ](Resources/doc/entity_manager.md)
* [Console command to delete entities ](console_delete.md)
* [EntityManager. How to flush an entity safe ](entity_manager.md)
4 changes: 2 additions & 2 deletions Resources/doc/schema_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ For SchemeFinder "findByRange" and "findFuzzyTerm" methods are available. Also y
* [Suggestions](suggestions.md)
* [Query building](query_building.md)
* [Console command to index entities](console.md)
* [Console command to delete entities ](Resources/doc/console_delete.md)
* [EntityManager. How to flush an entity safe ](Resources/doc/entity_manager.md)
* [Console command to delete entities ](console_delete.md)
* [EntityManager. How to flush an entity safe ](entity_manager.md)
4 changes: 2 additions & 2 deletions Resources/doc/suggestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ In this case all entity classes will be used not depending on "ContextFiltering"
* [Schema search over multiple entities classes](schema_search.md)
* [Query building](query_building.md)
* [Console command to index entities](console.md)
* [Console command to delete entities ](Resources/doc/console_delete.md)
* [EntityManager. How to flush an entity safe ](Resources/doc/entity_manager.md)
* [Console command to delete entities ](console_delete.md)
* [EntityManager. How to flush an entity safe ](entity_manager.md)

0 comments on commit fbdfa9e

Please sign in to comment.