-
Bug
-
Resolution: Done
-
Major
-
2.0.0.Final
-
None
Given a JCR repository configured to use the file system connector (in whole or in part), containing a structure like
- workspace1
- dir1
- test1.txt
- foo
- dir2
- test2.txt
- bar
Querying this repository using:
SELECT * FROM [mode:resource] WHERE CONTAINS(*, 'bar')
produces the following nodes in the query results:
/dir1/test1.txt/jcr:content
/dir2/test2.txt/jcr:content
The query should be returning only the node at /dir2/test2.txt/jcr:content.
Also, getting the search result score from the row object results in a javax.jcr.UnsupportedRepositoryOperationException.
- is related to
-
MODE-841 File content is not being extracted and included in the search indexes
- Closed