Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/antlib/resources/global.xml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ with OMERO.
</macrodef>

<!--
The hard-wiring macro is used to allowcertain method interceptors to
The hard-wiring macro is used to allow certain method interceptors to
be hard-wired around method exception *before* any of the "soft"
spring-wired interceptors (see resources/ome/services/services.xml)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
import Ice.Current;

/**
* An implementation of he PublicRepository interface
* An implementation of the PublicRepository interface.
*
* @author Colin Blackburn <cblackburn at dundee dot ac dot uk>
* @author Josh Moore, josh at glencoesoftware.com
Expand Down
6 changes: 3 additions & 3 deletions etc/omero.properties
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ omero.search.analyzer=ome.services.fulltext.FullTextAnalyzer
# Maximum number of OR-clauses to which a single search can expand
omero.search.maxclause=4096

# Indexing takes place on all EventLogs as the occur in the database.
# Indexing takes place on all EventLogs as they occur in the database.
# The types listed here will be skipped if they appear in the "entityType"
# field of the EventLog table.
omero.search.excludes=\
Expand All @@ -168,12 +168,12 @@ ome.model.screen.ScreenAcquisitionWellSampleLink,ome.model.screen.ScreenPlateLin
ome.model.stats.StatsInfo

# Extra bridge classes, comma-separated, to be invoked on each indexing.
# Bridges are used to parse more information out of the your data.
# Bridges are used to parse more information out of the data.
omero.search.bridges=

omero.search.locking_strategy=native

# Fore more information, see:
# For more information, see:
# http://trac.openmicroscopy.org.uk/ome/wiki/OmeroSearch

############################################
Expand Down