IndexSettings |
IndexSettings.setAdvancedSyntax(Boolean advancedSyntax) |
IndexSettings |
IndexSettings.setAllowCompressionOfIntegerArray(Boolean allowCompressionOfIntegerArray) |
IndexSettings |
IndexSettings.setAllowTyposOnNumericTokens(Boolean allowTyposOnNumericTokens) |
IndexSettings |
IndexSettings.setAttributeForDistinct(String attributeForDistinct) |
IndexSettings |
IndexSettings.setAttributesForFaceting(List<String> attributesForFaceting) |
IndexSettings |
IndexSettings.setAttributesToHighlight(List<String> attributesToHighlight) |
IndexSettings |
IndexSettings.setAttributesToIndex(List<String> attributesToIndex)
Deprecated.
|
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.setRemoveWordsIfNoResults(String removeWordsIfNoResults) |
IndexSettings |
IndexSettings.setReplaceSynonymsInHighlight(Boolean replaceSynonymsInHighlight) |
IndexSettings |
IndexSettings.setReplicas(List<String> replicas) |
IndexSettings |
IndexSettings.setSearchableAttributes(List<String> searchableAttributes) |
IndexSettings |
IndexSettings.setSeparatorsToIndex(String separatorsToIndex) |
IndexSettings |
IndexSettings.setSlaves(List<String> slaves) |
IndexSettings |
IndexSettings.setSnippetEllipsisText(String snippetEllipsisText) |
IndexSettings |
IndexSettings.setTypoTolerance(String typoTolerance) |
IndexSettings |
IndexSettings.setUnretrievableAttributes(List<String> unretrievableAttributes) |