We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be12918 commit 9c57ebfCopy full SHA for 9c57ebf
src/org/opensolaris/opengrok/index/IndexDatabase.java
@@ -1079,6 +1079,7 @@ public static Definitions getDefinitions(File file)
1079
RuntimeEnvironment env = RuntimeEnvironment.getInstance();
1080
String path = env.getPathRelativeToSourceRoot(file, 0);
1081
//sanitize windows path delimiters
1082
+ //in order not to conflict with Lucene escape character
1083
path=path.replace("\\", "/");
1084
1085
IndexReader ireader = getIndexReader(path);
0 commit comments