Apache-Solr

 view release on metacpan or  search on metacpan

lib/Apache/Solr/Tables.pm  view on Meta::CPAN

# Copyrights 2012-2025 by [Mark Overmeer].
#  For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.03.
# This code is part of distribution Apache-Solr.  Meta-POD processed with
# OODoc into POD and HTML manual-pages.  See README.md
# Copyright Mark Overmeer.  Licensed under the same terms as Perl itself.

package Apache::Solr::Tables;{
our $VERSION = '1.11';
}

use base 'Exporter';

our @EXPORT = qw/%boolparams %introduced %deprecated/;

# Boolean parameters update to Solr 9.8 syntax.
# %introduced and %deprecated tables probally incomplete.

our %boolparams = map +($_ => 1), qw/
allTermsRequired
boost
buildOnCommit
buildOnOptimize
buildOnStartup
canCancel
captureAttr
clustering
clustering.collection
clustering.includeOtherTopics
clustering.results
collectElevatedDocsWhenCollapsing
commit
debug
debug.explain.structured
docValues
echoHandler
elevateOnlyDocsMatchingQuery
enableElevation
exactMatchFirst
exclusive
expand
expand.nullGroup
exactMatchFirst
extractOnly
facet
facet.contains.ignoreCase
facet.date.hardend
facet.exists
facet.missing
facet.range.hardend
facet.zeros
forceElevation
group
group.facet
group.main
group.ngroups
group.truncate
hardend
highlight
hl
hl.defaultSummary
hl.fragsizeIsMinimum
hl.highlightAlternate
hl.highlightMultiTerm
hl.mergeContiguous
hl.payloads
hl.preserveMulti
hl.requireFieldMatch
hl.useFastVectorHighlighter
hl.usePhraseHighlighter
hl.weightMatches
ignoreStopwords
indent
literalsOverride
lowernames
markExcludes
matchText
mlt
mlt.boost
mlt.match.include
multiThreaded
omitHeader
overwrite
partialResults
preserveSep
preservePositionIncrements
segmentTerminateEarly
skipAltTokens
solr.alwaysOnTraceId
solr.disableRequestId
spellcheck
spellcheck.build
spellcheck.collate
spellcheck.collateExtendedResults
spellcheck.extendResults
spellcheck.onlyMorePopular
spellcheck.reload
stats
suggest
suggest.build
suggest.buildAll
suggest.reload



( run in 0.799 second using v1.01-cache-2.11-cpan-b85c58fdc1d )