Package org.springframework.data.mongodb.core.index.TextIndexDefinition

Examples of org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexedFieldSpec


          if (persistentProperty.isEntity()) {

            TextIndexIncludeOptions optionsForNestedType = includeOptions;
            if (!IncludeStrategy.FORCE.equals(includeOptions.getStrategy()) && indexed != null) {
              optionsForNestedType = new TextIndexIncludeOptions(IncludeStrategy.FORCE, new TextIndexedFieldSpec(
                  propertyDotPath, weight));
            }

            try {
              appendTextIndexInformation(propertyDotPath, indexDefinitionBuilder,
View Full Code Here

TOP

Related Classes of org.springframework.data.mongodb.core.index.TextIndexDefinition.TextIndexedFieldSpec

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.