Skip to content

Commit 224467a

Browse files
authored
TextSearch was no working in a command line procedure if Searchable property is False (#860)
Issue: 108329
1 parent 6c565e1 commit 224467a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/java/com/genexus/Preferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public String getMultimediaPath() {
167167
}
168168

169169
public String getLUCENE_INDEX_DIRECTORY() {
170-
return getProperty("LUCENE_INDEX_DIRECTORY", "");
170+
return getProperty("LUCENE_INDEX_DIRECTORY", "LuceneIndex");
171171
}
172172

173173
public String getINDEX_QUEUE_MAX_SIZE() {

0 commit comments

Comments
 (0)