Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9 - live site updates
-
Component/s: None
-
Labels:None
-
Request Controller:Please Select
-
External Supervisor:Please select
-
Executing Programmer:Please select
Description
The path used by the plugin if the application does not override it, is "${userHome}/.weceem/searchable-index"
However the behaviour in WeceemApp is different:
searchable {
def diskPath = weceemprops['searchable.index.path'] ?: "/var/cache/weceem/searchable-index"
compassConnection = new File(diskPath).absolutePath
}
So users of the application can set the searchable.index.path property in weceem.properties.