Open tuurma opened 5 years ago
We seem to have something alike: All indexes that rely on the underlying Lucene (like also the new range indexes) stay empty after a reindex on 4.5.0.
So it might be the problem is bigger than just full-text indexes.
With this 4.5.0 became un-usable for us. We're reverting back to 4.4.0.
I can confirm that after reindexing the collection with xmldb:reindex all the named indexes on that collection are gone but this deserves a separate issue, will create one @eriksiegel
Problem
For the following collection configuration
After creating index upon storing the document retrieval of named index field is not returning expected results but only if the document stored contains one of the elements for which lucene index has been configured (
<foo>
in the example)Actual result
Only ft:search returns a match
Expected result
Test and reproduce
One can reproduce as described above, I will prepare a PR with extension for Lucene Tests in a mo.