Skip to content

Commit d9f9ffd

Browse files
committed
[TMP] Add change
1 parent c271bac commit d9f9ffd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/search/search_engines/solr_search_engine/install_solr.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Download and extract Solr:
2222

2323
Copy the necessary configuration files. In the example below from the root of your project to the place you extracted Solr:
2424

25+
I AM A RANDOM CHANGE
26+
2527
``` bash
2628
# Make sure to replace the /opt/solr/ path with where you have placed Solr
2729
cd /opt/solr
@@ -293,4 +295,4 @@ Here are the most common issues you may encounter:
293295
- Solr Bundle on purpose doesn't commit changes directly on Repository updates *(on indexing)*, but lets you control this using Solr configuration. Adjust Solr's `autoSoftCommit` (visibility of changes to search index) and/or `autoCommit` (hard commit, for durability and replication) to balance performance and load on your Solr instance against needs you have for "[NRT](https://cwiki.apache.org/confluence/display/solr/Near+Real+Time+Searching)".
294296
- Running out of memory during indexing
295297
- In general make sure to run indexing using the prod environment to avoid debuggers and loggers from filling up memory.
296-
- Flysystem: You can find further info in https://issues.ibexa.co/browse/EZP-25325.
298+
- Flysystem: You can find further info in https://issues.ibexa.co/browse/EZP-25325.

0 commit comments

Comments
 (0)