mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Fabio Pistolesi
12.18.2015 b1f6835f209f7d82b1299e02ce40c84f3b6a059c
refs
author Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Friday, June 12, 2015 11:18 +0200
committer Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Friday, June 12, 2015 11:18 +0200
commitb1f6835f209f7d82b1299e02ce40c84f3b6a059c
tree 0edf8f8e90ab67a31402cfc0e1361208ca1da16c tree | zip | gz
parent b11068d9bb1501781701678b6d32f937307ae303 view | diff
OPENDJ-2108 CR-7212 Some indexes are evaluated as indexed but should be not-indexed.

Running a search query with debugsearchindex, should tell how the server uses indexes.
Some optimisations change the index type actually used to perform, so that even if the attribute or the type are not indexed,
we may revert to an indexed search but we report the original search attribute and index type.
4 files modified
74 ■■■■ changed files
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/AttributeIndex.java 41 ●●●● diff | view | raw | blame | history
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexFilter.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexQuery.java 14 ●●●●● diff | view | raw | blame | history
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexQueryFactoryImpl.java 15 ●●●●● diff | view | raw | blame | history