Skip to content

Commit

Permalink
Item11664: docu fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/SolrPlugin@17509 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Apr 4, 2014
1 parent 6c62a7e commit db43e0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions data/System/SolrPlugin.txt
Expand Up @@ -203,9 +203,9 @@ Instead of waiting for =cron= to trigger the delta indexing job, you can use [[h
<watchlist>
<title>Foswiki</title>
<contactpoint email="root@localhost" name="Administrator"/>
<path type="recursive" alert="off" syslog="on" exec="su www-data -c '<foswiki-dir>/tools/solrjob --host mydomain.com'"><vhosts-dir>/mydomain.com/data</path>
<path type="recursive" alert="off" syslog="on" exec="su www-data -c '<foswiki-dir>/tools/solrjob --host mydomain.com --file %f'"><vhosts-dir>/mydomain.com/data</path>
<!-- add other virtual hosts here -->
<path type="regexception">\.sw\w|\.svn|\.lease|\.lock|,$|\.changes|,v|^_[0-9]|^log</path>
<path type="regexception">\.tmp|\.sw\w|\.svn|\.lease|\.lock|,$|\.changes|,v|^_[0-9]|^log|^Temporary|^UnitTestCheck</path>
</watchlist>
</config>
</verbatim>
Expand Down Expand Up @@ -666,7 +666,7 @@ specific search applications. The destination fields are then analysed using the
added configurable http timeouts takling to the solr backend; \
fixed language mappings for multilingual content; \
fixes due to latest changes in jquery.moment |
| 17 Oct 2011: | fixed WebServices::Solr to only encode to utf8 if needed; \
| 17 Oct 2011: | fixed <nop>WebServices::Solr to only encode to utf8 if needed; \
fixed handling character encoding on a pure utf8 foswiki; \
fixed schema for spell correction |
| 29 Sep 2011: | improved schema.xml: \
Expand Down
6 changes: 4 additions & 2 deletions data/System/SolrWikiUsersViewTemplate.txt
@@ -1,5 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1356278780" format="1.1" version="1"}%

%META:TOPICINFO{author="ProjectContributor" comment="autosave" date="1392283513" format="1.1" version="2"}%
%META:TOPICPARENT{name="WebHome"}%
%{<verbatim class="tml">}%
%TMPL:INCLUDE{"SolrSearchView"}%
Expand Down Expand Up @@ -122,3 +121,6 @@
</table>
</script>%TMPL:END%
%{</verbatim>}%

%META:PREFERENCE{name="DENYTOPICVIEW" title="DENYTOPICVIEW" type="Set" value=" "}%
%META:PREFERENCE{name="PERMSET_VIEW" title="PERMSET_VIEW" type="Local" value="everybody"}%

0 comments on commit db43e0b

Please sign in to comment.