IndexSettings |
IndexSettings.setAdvancedSyntax(Boolean advancedSyntax) |
IndexSettings |
IndexSettings.setAllowCompressionOfIntegerArray(Boolean allowCompressionOfIntegerArray) |
IndexSettings |
IndexSettings.setAllowTyposOnNumericTokens(Boolean allowTyposOnNumericTokens) |
IndexSettings |
IndexSettings.setAttributeForDistinc(String attributeForDistinc) |
IndexSettings |
IndexSettings.setAttributesForFaceting(List<String> attributesForFaceting) |
IndexSettings |
IndexSettings.setAttributesToHighlight(List<String> attributesToHighlight) |
IndexSettings |
IndexSettings.setAttributesToIndex(List<String> attributesToIndex) |
IndexSettings |
IndexSettings.setAttributesToRetrieve(List<String> attributesToRetrieve) |
IndexSettings |
IndexSettings.setAttributesToSnippet(List<String> attributesToSnippet) |
IndexSettings |
IndexSettings.setCustomRanking(List<String> customRanking) |
IndexSettings |
IndexSettings.setDisableTypoToleranceOnAttributes(List<String> disableTypoToleranceOnAttributes) |
IndexSettings |
IndexSettings.setDisableTypoToleranceOnWords(List<String> disableTypoToleranceOnWords) |
IndexSettings |
IndexSettings.setDistinct(Integer distinct) |
IndexSettings |
IndexSettings.setHighlightPostTag(String highlightPostTag) |
IndexSettings |
IndexSettings.setHighlightPreTag(String highlightPreTag) |
IndexSettings |
IndexSettings.setHitsPerPage(Integer hitsPerPage) |
IndexSettings |
IndexSettings.setIgnorePlurals(Boolean ignorePlurals) |
IndexSettings |
IndexSettings.setMaxValuesPerFacet(Integer maxValuesPerFacet) |
IndexSettings |
IndexSettings.setMinProximity(Integer minProximity) |
IndexSettings |
IndexSettings.setMinWordSizefor1Typo(Integer minWordSizefor1Typo) |
IndexSettings |
IndexSettings.setMinWordSizefor2Typos(Integer minWordSizefor2Typos) |
IndexSettings |
IndexSettings.setNumericAttributesToIndex(List<String> numericAttributesToIndex) |
IndexSettings |
IndexSettings.setOptionalWords(List<String> optionalWords) |
IndexSettings |
IndexSettings.setQueryType(String queryType) |
IndexSettings |
IndexSettings.setRanking(List<String> ranking) |
IndexSettings |
IndexSettings.setRemoveStopWords(Boolean removeStopWords) |
IndexSettings |
IndexSettings.setReplaceSynonymsInHighlight(Boolean replaceSynonymsInHighlight) |
IndexSettings |
IndexSettings.setSeparatorsToInde(String separatorsToInde) |
IndexSettings |
IndexSettings.setSlaves(List<String> slaves) |
IndexSettings |
IndexSettings.setSnippetEllipsisText(String snippetEllipsisText) |
IndexSettings |
IndexSettings.setTypoTolerance(String typoTolerance) |
IndexSettings |
IndexSettings.setUnretrievableAttributes(List<String> unretrievableAttributes) |